Detected Bounding Boxes comparison function bboxesCompare

This function compares similarity of objects in images using the computed bounding boxes found using any object detection tool.
104 download
Aggiornato 24 ott 2018

Visualizza la licenza

The function compares Images/objects using bounding boxes and gets a ratio/confusion matrix.
Usually used in stereo images to help finding corresponding objects in both left and right stereo images.
Using the output confidence ratio matrix we can determine how the objects detected in the images, using the given bounding boxes, we can understand which object corresponds to which.
Very useful in stereo image triangulation to triangulate respective objects in both images.

confidenceratio = bboxesCompare(bbox1, bbox2, I1, I2, 'methodUsedForComparing', 'methodUsedForSampleDimensions')
methodUsedForComparing = 'ssim'(default),'psnr','immse,'corr2'
methodUsedForSampleDimensions = 'min'(default), 'maxmin', 'maxrescale', 'rescale'

Cita come

Stalin Sabu Thomas (2026). Detected Bounding Boxes comparison function bboxesCompare (https://it.mathworks.com/matlabcentral/fileexchange/69204-detected-bounding-boxes-comparison-function-bboxescompare), MATLAB Central File Exchange. Recuperato .

https://in.mathworks.com/help/vision/ref/triangulate.html

Compatibilità della release di MATLAB
Creato con R2018a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Versione Pubblicato Note della release
1.0.1

Not really a version update. Matlab only uploaded one file. Here is an example file.

1.0.0