How can I define the rectangle including the surfPoints object on the image?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Feature Detection and Extraction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!