How can I define the rectangle including the surfPoints object on the image?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a grayscale image I want to extract the regions of interest using detectSURFFeatures(). Using this function I get a surfPoints object.
by displaying this object on the image I get circles as regions of interest.
For my case I want the rectangular areas encompassing these circles.
To be more clear i have a image 1:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/346272/image.png)
I want to extract Region of Interest (ROI) using : detectSURFFeatures(), we obtain the image
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/346275/image.png)
if you can see we have circular region, and for my case i want the rectangular ROI that contains the circular region :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/346278/image.png)
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Feature Detection and Extraction finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!