how to select roi???
이전 댓글 표시
matlab code for how to select region of interest manualy???and extract minutia in that selected region...
댓글 수: 2
Image Analyst
2012년 11월 23일
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
2012년 11월 25일
채택된 답변
추가 답변 (1개)
pooja dixit
2012년 11월 25일
0 개 추천
댓글 수: 3
Image Analyst
2012년 11월 25일
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
2012년 11월 26일
Image Analyst
2012년 11월 26일
See edited answer above where I put a demo. Just copy, paste, and run.
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!