-
图像处理之 opencv 用hough变换检测圆
图像处理之 opencv 用hough变换检测圆-Image processing opencv circle detection using hough transform
- 2023-02-02 10:45:04下载
- 积分:1
-
QuickBird satellite image geometric correction method of study is a paper, which...
快鸟卫星影像几何校正方法研究,是一篇论文,里面讲得方法很不错-QuickBird satellite image geometric correction method of study is a paper, which speaks very well
- 2023-07-31 00:40:03下载
- 积分:1
-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
PCA
PCA-SIFT实现图像的不变性特征提取,利用主元分析提取SIFT特征,提高了效率.-PCA-SIFT invariant image feature extraction, using principal component analysis extracted SIFT features, improved efficiency.
- 2022-01-29 01:04:36下载
- 积分:1
-
本实例是用VC代码实现的计算机图形学有关裁剪方法。用于视图区图形的输出。...
本实例是用VC代码实现的计算机图形学有关裁剪方法。用于视图区图形的输出。
- 2022-02-10 10:54:00下载
- 积分:1
-
BMP image to read and write source code, they can read the image data format Bmp
BMP图像的读写源码,可以自由读取BMp格式的图像数据-BMP image to read and write source code, they can read the image data format Bmp
- 2022-03-21 06:08:11下载
- 积分:1
-
TIFF
TIFF格式的读写,能满足Geotiff的使用-TIFF
- 2022-12-13 19:45:03下载
- 积分:1
-
图像的预处理程序,本程序包含图像增强,锐化,直方图均衡化和图像变暗...
图像的预处理程序,本程序包含图像增强,锐化,直方图均衡化和图像变暗-Image preprocessing procedure, the procedure includes image enhancement, sharpening, histogram equalization and image darken
- 2022-07-11 04:25:34下载
- 积分:1
-
对图像进行对角镜像处理的源代码,图形变换
对图像进行对角镜像处理的源代码,图形变换-right image right angle mirror of the source code, graphic transformation
- 2022-08-24 05:57:26下载
- 积分:1
-
视频监控源码,希望做这方面工作的朋友喜欢
视频监控源码,希望做这方面工作的朋友喜欢-Video surveillance source, I hope to do work in this area prefer Friend
- 2023-03-27 02:00:03下载
- 积分:1