I need help regarding circular hough transform by Peter Bone

2 ビュー (過去 30 日間)
Paulo
Paulo 2011 年 8 月 17 日
I need to detect the pupil of an eye. so what i did was:
A = imread('iris.bmp'); A = double(rgb2gray(A));
and copied the example on his houghcircle.m
mgBW = edge(A); rad = 24; [y0detect,x0detect,Accumulator] = houghcircle(imgBW,rad,rad*pi); hold on; plot(x0detect(:),y0detect(:),'r-'); figure; imagesc(Accumulator);
After doing this, i think i did not able to find the pupil.
  1 件のコメント
Sean de Wolski
Sean de Wolski 2011 年 8 月 17 日
How similar is your profile picture to the other eyes you may be looking at?

サインインしてコメントする。

回答 (0 件)

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by