Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Tack an object which is detected using cascade classifier

Hello everyone,

I'm new to image processing and OpenCV. I'm working on a project which includes vehicle detection and tracking. Till now, I've successfully trained my own cascade classifier for Haar-like features and it works great. It detects targeted object in camera stream quite fast and accuracy is satisfactory. Next, I want to track the object. Right now, it detects object in each given frame so it detects a single moving vehicle object multiple times which it is supposed to. So my question is, how do I go about tracking an object which is detect using cascade classifier? Any help will be appreciated. Thanks.

Tack How to track an object which is detected using cascade classifier

Hello everyone,

I'm new to image processing and OpenCV. I'm working on a project which includes vehicle detection and tracking. Till now, I've successfully trained my own cascade classifier for Haar-like features and it works great. It detects targeted object in camera stream quite fast and accuracy is satisfactory. Next, I want to track the object. Right now, it detects object in each given frame so it detects a single moving vehicle object multiple times which it is supposed to. So my question is, how do I go about tracking an object which is detect using cascade classifier? Any help will be appreciated. Thanks.