Image detection problem using canny edge and Hough Transform
Mostrar comentarios más antiguos
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 comentario
bym
el 14 de Ag. de 2011
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
Respuestas (3)
Muhammad shahbaz
el 14 de Ag. de 2011
0 votos
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.
Kaushal
el 14 de Ag. de 2011
0 votos
1 comentario
Sean de Wolski
el 1 de Sept. de 2011
your files have been deleted...
Image Analyst
el 15 de Ag. de 2011
0 votos
2 comentarios
Kaushal
el 15 de Ag. de 2011
Kaushik Acharya
el 1 de Sept. de 2011
By thresholding do you mean the radius range of pupil, iris which Libor has kept different for different databases in segmentiris.m?
Categorías
Más información sobre Object Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!