How to track an object which is detected using cascade classifier [closed]
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.
You have multiple possibilities: