How to segment image with multiple bounding box coordinates given in excel format.

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.

Antworten (1)

If you have the bounding box coordinates, you can use imcrop to extract just that rectangle.
To process multiple images, see the code snippets in the FAQ:

Kategorien

Mehr zu Read, Write, and Modify Image finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2023a

Gefragt:

am 7 Okt. 2023

Beantwortet:

am 7 Okt. 2023

Community Treasure Hunt

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

Start Hunting!

Translated by