-
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
-
程序一是对彩色图像进行中值滤波处理,程序二是给出了jpg格式转索引图像,对初学者学习matlab很有帮助...
程序一是对彩色图像进行中值滤波处理,程序二是给出了jpg格式转索引图像,对初学者学习matlab很有帮助-program one is to process ture color image filter,and program two is a jpg image format to change into index image
- 2022-08-11 02:24:29下载
- 积分:1
-
医学图像基础,希望对大家有帮助,thanks
医学图像基础,希望对大家有帮助,thanks-The basis of medical images, in the hope that we help
- 2023-08-23 23:10:03下载
- 积分:1
-
线检测灰度Hough变换
Line detection in gray scale using hough transform-Line detection in gray scale using hough tr ansform
- 2022-01-25 17:43:14下载
- 积分:1
-
经典书籍
经典书籍-数字图像处理-冈萨雷斯-5程序书里面有但是敲代码可是苦差使!现在为各位解决这个问题。解决各位敲代码的烦恼!These MATLAB functions were created for the book Digital Image
Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and
S.L. Eddins, Prentice Ha-Classic books- digital image processing- Gonzalez-5 procedures book has a laborious task to do but knock on the code but to make! Now for you to solve this problem. To resolve the trouble code you knock! These MATLAB functions were created for the book Digital ImageProcessing Using MATLAB (DIPUM), by RC Gonzalez, RE Woods, andS.L. Eddins, Prentice Ha
- 2022-02-03 15:21:55下载
- 积分:1
-
This is an example of computer graphics in C++ environment to achieve the midpoi...
这是一个计算机图形学实例,在C++环境下实现圆中点BRESENHAM算法-This is an example of computer graphics in C++ environment to achieve the midpoint circle algorithm BRESENHAM
- 2022-01-26 00:46:38下载
- 积分:1
-
Visual C++ 实现的JPEG编码算法。
Visual C++ 实现的JPEG编码算法。-Visual C realized JPEG coding algorithm.
- 2022-03-25 11:42:45下载
- 积分:1
-
矢量绘图源程序,支持,放大,缩小, 停靠等等功能.(转载).
矢量绘图源程序,支持,放大,缩小, 停靠等等功能.(转载).
- 2022-08-15 12:09:53下载
- 积分:1
-
绘制一个桌子并对其进行填充
实现消隐效果
可以旋转
绘制一个桌子并对其进行填充
实现消隐效果
可以旋转-drawing a table and filled its shadow effect can be achieved rotation
- 2022-04-29 18:48:40下载
- 积分:1
-
Typical image processing sections, easy
图象处理的典型章节,易懂好学,不深奥,里面有部分程序-Typical image processing sections, easy-to learn, not esoteric, which has some of the procedures
- 2022-04-29 23:20:53下载
- 积分:1