A2008

所属分类:图形图像处理
开发工具:matlab
文件大小:14KB
下载次数:32
上传日期:2008-10-09 17:13:48
上 传 者ndx_x
说明:  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

文件列表:
DrawCircle.m (881, 2006-01-10)
image1.jpg (17567, 2008-09-20)
test.asv (913, 2008-09-20)
test.m (913, 2008-09-20)
CircularHough_Grd.m (24934, 2007-03-07)

近期下载者

相关文件


收藏者