Skip to content

v2.0.2 cv2-tools

Choose a tag to compare

@fernaper fernaper released this 14 Apr 17:59
· 80 commits to master since this release
aada297

🎉 Migrate project into cv2-tools

cv2-tools

This is a really important version because from now on, we are not going to support more de PyPi project opencv-draw-tools-fernaperg.
It is because, we did big changes. The purpose of opencv-draw-tools-fernaperg was only to help drawing information on top of a frame while the purpose of cv2-tools is to help managing Opencv.

That's why cv2-tools starts its trajectory exactly where opencv-draw-tools-fernaperg ends.

Some important changes

  • Most of the imports change.
  • Now we can draw polygons (first approach).
  • Added a new class to manage streams easily (ManagerCV2)

Future updates

  • Upgrade polygons.
  • Being capable to draw each object with different parameters.
  • Being capable to save and load preprocessed drawing data.