How to find the minimum area bounding box of a region returned from regionprops
8 ビュー (過去 30 日間)
古いコメントを表示
For an image containing rectangles that are rotated with respect to the image axes, regionprops will return the bounding box coordinates of an ROI containg a rectangle, but with the ROI edges parallel with the image edges. The minimum area bounding box would be an ROI having verticies congruent with the rectangles corners; a bounding box with edges not parallel to the image axes.
Is there a function that utilizes the output of regionprops for a given region in an image and produces the minimum area bounding box? It seems this should be possible using the Feret dimensions.
0 件のコメント
回答 (1 件)
Image Analyst
2024 年 1 月 4 日
2 件のコメント
Image Analyst
2024 年 1 月 9 日
移動済み: Image Analyst
2024 年 1 月 9 日
I don't know. You can try editing the function - sometimes the source code is available. Then you could make a copy and code in your custom modifications.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!