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
- Host: GitHub
- URL: https://github.com/ildaron/opencv-python-video
- Owner: Ildaron
- Created: 2020-03-07T14:15:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T12:04:01.000Z (over 4 years ago)
- Last Synced: 2025-07-24T07:01:05.600Z (11 months ago)
- Topics: opencv, opencv-python, video, video-processing
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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