The matlab's insertObjectAnnotation() in computer vision toolbox inserts a rectangle with a label into the image mostly used in object detection, how to implement such a function in OpenCV.
Here is a example image:
1 | initial version |
The matlab's insertObjectAnnotation() in computer vision toolbox inserts a rectangle with a label into the image mostly used in object detection, how to implement such a function in OpenCV.
Here is a example image:
2 | retagged |
The matlab's insertObjectAnnotation() in computer vision toolbox inserts a rectangle with a label into the image mostly used in object detection, how to implement such a function in OpenCV.
Here is a example image: