Automatic bounding box creation in an image for image segmentation.

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.

답변 (2개)

Image Analyst
Image Analyst 2020년 12월 27일
편집: Image Analyst 2020년 12월 27일

0 개 추천

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

Mahmuda Akter
Mahmuda Akter 2020년 12월 27일
편집: Mahmuda Akter 2020년 12월 27일
I am analysing a matlab code of image segmentation in which manual bouding box approach is applied for each image. As I am a beginner in coding i want to know how can i make this process automatic which resolve the manual work for every image.
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:

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

질문:

2020년 12월 27일

편집:

2020년 12월 27일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by