geekquad / Pixel-Processing

📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.
https://discord.gg/Bvw8NR9VnM
MIT License
127 stars 95 forks source link

Tracking APIs #142

Open RohiniRG opened 3 years ago

RohiniRG commented 3 years ago

Various tracking APIs are available built-in with opencv such as MIL, KCF, Median Shift and so on. I would like to prepare a script that shows all these algorithms allowing one to compare and understand which is best suited for them. I would like to work on this issue as a GSSoC'21 participant. Kindly assign this to me @geekquad @kritikaparmar-programmer

geekquad commented 3 years ago

Assigning you with the same @RohiniRG.

RohiniRG commented 3 years ago

@geekquad Could you have a look at the linked PR#181