Skip to content

Super simple real-time object tracker in C++ using OpenCV's TrackerCSRT. Track any ROI from your webcam in just ~20 lines of code. Perfect for beginners who want a minimal, working example of real-time tracking with OpenCV.

Notifications You must be signed in to change notification settings

yunus-temurlenk/Tracker-with-only-20-line-of-cpp-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Tracker-with-only-20-line-of-cpp-codes

Example Result

A super simple object tracker in just 20 lines of C++ code using OpenCV's TrackerCSRT. Perfect for beginners who want a minimal example of real-time tracking with a webcam.

Features

  • Track any object selected by the user in real-time

  • Uses OpenCV's TrackerCSRT algorithm for robust tracking

  • Minimal and easy-to-understand code (~20 lines)

About

Super simple real-time object tracker in C++ using OpenCV's TrackerCSRT. Track any ROI from your webcam in just ~20 lines of code. Perfect for beginners who want a minimal, working example of real-time tracking with OpenCV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published