How to segment image with multiple bounding box coordinates given in excel format.
Show older comments
I have coordinates of bounding boxes in excel file. One image can have multiple BB. I want to segment images with the given BB coordinates from excel. That is pixels outside BB should be zero. Also want to obtain binary masks with given BB.How to do this for multiple images containing multiple BB.

Answers (1)
Image Analyst
on 7 Oct 2023
0 votes
To process multiple images, see the code snippets in the FAQ:
Categories
Find more on Image Segmentation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!