Need help with my iris recognition
Mostrar comentarios más antiguos
Hi I am new to matlab. I just want to know how to get these values. How do I formulate it into code? Of course I is the imread image.
%INPUTS:
%I;input image
%C:centre coordinates
%rmin,rmax:minimum and maximum radius values
%n:number of sides of the polygon(for lineint)
This is my iris image sample http://i648.photobucket.com/albums/uu201/myjonas13/jonas-1_zps79118679.jpg
Ty so much for your help =)
Respuestas (2)
Image Analyst
el 25 de En. de 2013
0 votos
Just run whatever program is asking for those inputs, I guess.
john john
el 25 de En. de 2013
0 votos
1 comentario
Image Analyst
el 25 de En. de 2013
The inputs say what the function is asking for. You know what an image is, right? You know what a center coordinate is. You can use ginput(1) to ask the user if you want to. The rest seem self explanatory. What are you confused about?
Categorías
Más información sobre Semantic Segmentation 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!