How to detect multiple objects in image with boundig boxes and make a Matrix with data
Show older comments
Hi, I have an image with several objects demarcated with boundig boxes in a Ground Truth vector (GT). Furthermore, there are two matrices (M1 and M2) that have boundig boxes and demarcate possible objects in the image and specific data of theses objects. I would like to build a matrix resulting from the overlap of the boundig boxes containing the data from the original matrices. The figure illustrates an example of four objects demarcated in green (Ground Truth - GT vector), an M1 matrix containing five elements (boundig boxes and data) and an M2 matrix containing seven elements (boundig boxes and data). The resulting matrix must contain a column corresponding to Ground Truth - GT (0 = no object exists, 1 = object exists) and two columns that must contain the data of the corresponding objects in the image (which overlap each other).

Accepted Answer
More Answers (1)
yanqi liu
on 5 Nov 2021
0 votes
sir,i think may be use YOLO to detect,and then consider compute iou to reduce repeat box
Categories
Find more on Process Point Clouds 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!