https://github.com/mpolinowski/opencv2-tracking-algorithm
Using the meanshift and optical flow algorithm to trackt objects in RTSP video streams and mp4 video files
https://github.com/mpolinowski/opencv2-tracking-algorithm
camshift meanshift object-tracking opencv opencv-python optical-flow
Last synced: 10 months ago
JSON representation
Using the meanshift and optical flow algorithm to trackt objects in RTSP video streams and mp4 video files
- Host: GitHub
- URL: https://github.com/mpolinowski/opencv2-tracking-algorithm
- Owner: mpolinowski
- Created: 2022-02-17T12:37:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T08:01:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T19:17:36.006Z (12 months ago)
- Topics: camshift, meanshift, object-tracking, opencv, opencv-python, optical-flow
- Language: Python
- Homepage: https://mpolinowski.github.io/devnotes/2021-12-10--opencv-optical-flow-tracking
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCV2 Object Tracking
## Meanshift Algorithm
[OpenCV Meanshift Algorithm for Object Tracking](https://mpolinowski.github.io/devnotes/2021-12-08--opencv-meanshift-tracking)
## CAMshift Algorithm
[OpenCV CAMshift Algorithm for Object Tracking](https://mpolinowski.github.io/devnotes/2021-12-09--opencv-camshift-tracking)
## Optical Flow Algorithm (Sparse & Dense)
[OpenCV Optical Flow Algorithm for Object Tracking](https://mpolinowski.github.io/devnotes/2021-12-10--opencv-optical-flow-tracking)