You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.