Detected Bounding Boxes comparison function bboxesCompare

版本 1.0.1 (4.3 KB) 作者: Stalin Sabu Thomas
This function compares similarity of objects in images using the computed bounding boxes found using any object detection tool.
103.0 次下载
更新时间 2018/10/24

查看许可证

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'

引用格式

Stalin Sabu Thomas (2024). Detected Bounding Boxes comparison function bboxesCompare (https://www.mathworks.com/matlabcentral/fileexchange/69204-detected-bounding-boxes-comparison-function-bboxescompare), MATLAB Central File Exchange. 检索来源 .

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

MATLAB 版本兼容性
创建方式 R2018a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.1

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

1.0.0