Any tracker implementation?

Hi, both:

I read multi_color_blob_tracking.py, which seems to track the detected blobs, but NOT.
I think the code just keeps detecting blobs for each frame, instead of tracking any of them.
A tracker is totally different from a detector…

By refering to Object Tracking using OpenCV (C++/Python), you should be able to tell the difference between a tracker and a detector.

Anyway, any plan for trackers?

Cheers
Pei

We just have a detector. If you want to track then you should use the ROI method of find_blobs() to call a new find_blobs() task on each detected blob from an initial find_blobs().

If you’d like to see the functionality increase please help out and submit things we can incorporate into the releases. Me and Ibrahim are stretched thin on supporting new features.