Skip to content

v0.0.4 opencv-draw-tools

Compare
Choose a tag to compare
@fernaper fernaper released this 23 Feb 16:55
· 112 commits to master since this release
4afd94b

🎉 First Release 🎉

From now on it can be installed with:

pip install opencv-draw-tools-fernaperg

It is easier to use than ever, you can just select a zone and add tags to them just by writting:

import opencv_draw_tools as cv2_tools
...
cv2_tools.select_zone(frame, position, tags)
  • frame: opencv frame
  • position: tuple with (x1,y1,x2,y2)
  • tags: list of strings

Also you can test it now with only two lines:

import opencv_draw_tools as cv2_tools
cv2_tools.webcam_test()