An open API service indexing awesome lists of open source software.

https://github.com/ildaron/opencv-python-video

Shortest versions of python scrip for video processing, object and color detection with OpenCV, Python
https://github.com/ildaron/opencv-python-video

opencv opencv-python video video-processing

Last synced: about 1 month ago
JSON representation

Shortest versions of python scrip for video processing, object and color detection with OpenCV, Python

Awesome Lists containing this project

README

          

# OpenCV-Python-Video
1. Frame Difference in the video stream by OpenCV, Python
2. Optical Flow in the video stream by OpenCV, Python
3. Object tracking in the video stream by OpenCV, Python (v2.TrackerCSRT_create, cv2.TrackerKCF_create, cv2.TrackerBoosting_create, cv2.TrackerTLD_create, cv2.TrackerMedianFlow_create, cv2.TrackerMOSSE_create)
4. Find the object with the yellow color and track him. Track only one the yellow object with the big size
5. Region Of Interest (ROI) by OpenCV and Python
6. Сamera recording, OpenCV, Python
7. Multi object tracking, cv2.MultiTracker_create(), OpenCV, Python
8. Save photo from video, OpenCV, Python