Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 401 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 401 Bytes

Learning_cv2

This repo contains different helpful things that you can do with cv2.

Camera.py script allows user do some camera tricks like blur or CANNY implementation.

Bitwise.py contains bitwise operations for image combination.

Tracking.py program employs built-in algorithms to detect cars in videos. However, recent updates to the code have left some outdated areas that need to be revised.