How to implement a opencv's insertObjectAnnotation()?

asked 2017-07-11 21:03:20 -0600

will hunt gravatar image

updated 2018-02-04 10:34:09 -0600

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:image description

edit retag flag offensive close merge delete