Image detection problem using canny edge and Hough Transform
2 次查看(过去 30 天)
显示 更早的评论
Hi,
I am novice in Matlab and image processing but I am working on detection of iris in a images, These Images are analysed by canny edge for detection of edges and iris and pupil are detected using circular hough transformation.
Most of the images are analysed with proper detection of iris and pupil while some of the images give wrong detection of iris and pupil in an image.
I am not sure where to start looking for the error.
Is there any possibly if I can get some advices where I must start looking for error.
Also please let me know how to upload the Image I am analysing.
1 个评论
bym
2011-8-14
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
回答(3 个)
Muhammad shahbaz
2011-8-14
canny edge detection and hough transform are very sensitive with illumination and colour diffusion,better not to use them for iris detection,they normally work for line or sharp edges,increasing threshold value might do something favourable.
0 个评论
Image Analyst
2011-8-15
2 个评论
Kaushik Acharya
2011-9-1
By thresholding do you mean the radius range of pupil, iris which Libor has kept different for different databases in segmentiris.m?
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!