Corner detection on a subpart of an image
Mostra commenti meno recenti
Hi
I would like to do corner detection on a subpart of an image using Computer Vision System Toolbox. For example using:
% FAST algorithm by Rosten & Drummond
hCornerDet = vision.CornerDetector('Method','Local intensity comparison (Rosten & Drummond)');
pts = step(hCornerDet, I);
I can get the allowed pixels from regionprops or use ginput() to get the corners of the region to do corner detection on.
I don't want to search the whole image and remove detected corners outside the wanted area afterwords.
Any suggestions?
Risposte (1)
Image Analyst
il 2 Nov 2011
0 voti
I suggest you explain better what "remove" means. Does that mean that you want to set those pixels to black?
1 Commento
Tobias Pahlberg
il 3 Nov 2011
Categorie
Scopri di più su Object Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!