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

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

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)