Bounding box example with image

조회 수: 3 (최근 30일)
Abhishek Ballaney
Abhishek Ballaney 2024년 9월 26일
답변: Jacob Mathew 2024년 9월 26일
Hi,
Can someone give a picture example / link for bounding box for image processing / computer vision?
Regards,

답변 (1개)

Jacob Mathew
Jacob Mathew 2024년 9월 26일
Hey Abhishek,
If you require to create your own object detection algortihm then you can reference the following documentation and examples. It goes through the steps and explanations necessary to perform classifictation using CNNs and create customised detectors:
Once you have a working object detection algorithm and have the bounding box coordinate, you can augment a bounding box around an object at the desired coordinates by following the below documentation:
In case you are dealing with video instead of images, then the following MATLAB Answer should help you:

카테고리

Help CenterFile Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by