-
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
-
computer graphics technology experiment Beijing University Press source code
计算机图形技术 北京大学出版社 实验源代码-computer graphics technology experiment Beijing University Press source code
- 2022-01-30 22:08:08下载
- 积分:1
-
图形标定工具箱,内含Tsai和张正友视觉标定源程序,吐血珍藏。...
图形标定工具箱,内含Tsai和张正友视觉标定源程序,吐血珍藏。-Graphic calibration toolbox containing Tsai and Zhang are the Friends of visual calibration source, hematemesis collection.
- 2022-03-26 04:20:41下载
- 积分:1
-
跳白块法内核 job4为主函数,这个我找了好久 那里都没有的
跳白块法内核 job4为主函数,这个我找了好久 那里都没有的-jump white block job4 mainly France kernel function, I find this for a long time there were no
- 2023-06-02 13:00:03下载
- 积分:1
-
利用OpenCV 的人脸检测与定位,对于初学者学习OPENCV 和Visual c++d的使用将是相当有帮助的...
利用OpenCV 的人脸检测与定位,对于初学者学习OPENCV 和Visual c++d的使用将是相当有帮助的-OPENCV AND Visual c++ 6.0开发的计算机视觉
- 2022-12-16 10:30:04下载
- 积分:1
-
使用opencv对给定图像求直方图。方法简单明了。
使用opencv对给定图像求直方图。方法简单明了。-Opencv use for a given image histogram. Method is simple and clear.
- 2023-02-18 00:35:03下载
- 积分:1
-
这是印章鉴定系统中的重要算法,包括去除背景,基于矩不变量的识别方法等,对实际中印章鉴定系统的设计有很大的帮助。...
这是印章鉴定系统中的重要算法,包括去除背景,基于矩不变量的识别方法等,对实际中印章鉴定系统的设计有很大的帮助。-Identification System in the algorithm, including the removal of background, for the moment invariant recognition method, which seals the actual identification system design will be very helpful.
- 2022-01-25 23:35:12下载
- 积分:1
-
VC编写数字图像处理中对指定区域进行面积、周长等几何参量的自动测量...
VC编写数字图像处理中对指定区域进行面积、周长等几何参量的自动测量-VC in the preparation of digital image processing of the designated area for area, perimeter and other geometric parameters of the automatic measurement
- 2023-01-29 16:35:04下载
- 积分:1
-
Histogram subroutine balanced, direct application of the function to do the bala...
灰度直方图平衡的子程序,直接应用该函数做灰度图像的平衡,附带RGB和HSI图像空间的互相转化-Histogram subroutine balanced, direct application of the function to do the balance of gray image, with RGB and HSI image space to transform
- 2023-03-06 16:05:04下载
- 积分:1
-
MATLAB实现基于互相关的亚像素级图像配准源代码,MATLAB_Image_subpixel_Mutual_info...
MATLAB实现基于互相关的亚像素级图像配准源代码,MATLAB_Image_subpixel_Mutual_info-MATLAB-based cross-correlation of sub-pixel image registration source code, MATLAB_Image_subpixel_Mutual_info
- 2022-10-31 04:25:02下载
- 积分:1