Description: 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
- [Hough_Grd] - In the gray image in a straight line det
- [gray] - This program is used for the balance of
- [stbc] - This a GUI based system. The GUI is invo
- [plot] - The plot on the matalb mapping function
- [sudoku1234] - A small but very interesting games, the
- [cii12[1].tar] - A set of interfaces, it is good. If the
- [36] - Solid high-motion controller in the meas
- [SURF-V1.0.9] - A characterization of operators, functio
- [PMAC] - pmac user guide
- [gray] - change the color image into the gray ima
File list (Check if you may need any files):
CircularHough_Grd.m
DrawCircle.m
test.asv
test.m