how to select roi???
Show older comments
matlab code for how to select region of interest manualy???and extract minutia in that selected region...
2 Comments
Image Analyst
on 23 Nov 2012
What shape? Freehand drawn, a box/rectangle, an ellipse? What are minutia? http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
pooja dixit
on 25 Nov 2012
Accepted Answer
More Answers (1)
pooja dixit
on 25 Nov 2012
0 votes
3 Comments
Image Analyst
on 25 Nov 2012
You can use imcrop() to extract out a subimage from any other image using the same coordinates, though I don't know why you'd want to since fingerprints are different, unless each image had some kind of border around it that you want to exclude.
pooja dixit
on 26 Nov 2012
Image Analyst
on 26 Nov 2012
See edited answer above where I put a demo. Just copy, paste, and run.
Categories
Find more on Convert Image Type in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!