v0.0.4 opencv-draw-tools
🎉 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()