Bounding box example with image
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
Can someone give a picture example / link for bounding box for image processing / computer vision?
Regards,
0 comentarios
Respuestas (1)
Jacob Mathew
el 26 de Sept. de 2024
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:
0 comentarios
Ver también
Categorías
Más información sobre Computer Vision with Simulink en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!