Skip to content

v0.2.0 opencv-draw-tools

Choose a tag to compare

@fernaper fernaper released this 02 Mar 19:41
· 99 commits to master since this release
cd18db6

🎉 Stable and tested release.

Used in companies such as Softpoint or in Master's projects at Universidad Complutense de Madrid.

If you want to install this version via pip, you could do with the following command:
pip install opencv-draw-tools-fernaperg==0.2.0

Changes

  • Now you can draw filled rectangles (with less opacity than the edge of the rectangle).
    For this you will need to provide a new optional parameter when using the method select_zone.
    Parameter: filled (default False)
  • Now you can provide multiline tags and the method will manage them correctly.
  • Added visual information to know to whom each tag belongs (not shown in the picture below).
  • Fixed bug with topside tags.

image
Image generated with Intel Openvino Toolkit and drawed with opencv-draw-tools v0.1.9