How to track an object which is detected using cascade classifier [closed]

asked 2016-06-15 04:45:29 -0600

Hassan gravatar image

updated 2016-06-15 04:46:12 -0600

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.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-08 07:09:17.097521

Comments

You have multiple possibilities:

Eduardo gravatar imageEduardo ( 2016-06-15 11:41:38 -0600 )edit