Automatic bounding box creation in an image for image segmentation.
2 次查看(过去 30 天)
显示 更早的评论
Is there any algorithm to make a fast bounding box automatic?Usually fast bounding box is a manual method. Is there any way to make it self running or any other alternative to make a bounding box to highlight an area in an image.
0 个评论
回答(2 个)
Image Analyst
2020-12-27
编辑:Image Analyst
2020-12-27
Not exactly sure what " make a fast bounding box automatic" means, but regionprops() will give you the bounding box of regions in a binary image.
And what do you mean by automatic vs. manual. Do you mean automatic like what regionprops() does, and manual is what rbbox(), drawrectangle(), or imrect() does?
2 个评论
Image Analyst
2020-12-27
Again, I'm not sure what you mean by manual, or by "resolve". What's your definition of resolve? Replace manual by automatic????
See my Image Segmentation Tutorial:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!