Ask Your Question

Hassan's profile - activity

2016-06-15 04:46:12 -0600 received badge  Editor (source)
2016-06-15 04:45:29 -0600 asked a question 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.

2016-05-31 03:08:15 -0600 asked a question Ideal camera placement for vehicle detection

Hello, I'm working on a vehicle detection project and for demo purpose, we're going to install a camera outside the building, aside the road. I was wondering if there is a standard, or best practice on camera placement for vehicle detection i.e. height, angle etc. Please note that target system isn't going to be installed on any highway. Targeted environment is single lane road. Any suggestion will be highly appreciated. Thanks.