Ask Your Question

intenseza's profile - activity

2020-01-13 06:49:32 -0600 received badge  Popular Question (source)
2013-08-17 11:50:25 -0600 commented answer Counting HaarCascade Detections for Vehicle Detection

Thank you for your response. I will look into this now and get back to you if I have any further questions.

Regards

2013-08-17 03:36:13 -0600 commented question Counting HaarCascade Detections for Vehicle Detection

That sounds good, but how do I exactly do that?

2013-08-16 18:07:50 -0600 asked a question Counting HaarCascade Detections for Vehicle Detection

Hi All

So I'm making use of the EmguCV Wrapper, and I have implemented a HaarCascade method to detect vehicles as the enter "X" premises. My question is, how do I count these vehicles without having duplicate detections affect the count result?

Eg. Frame 1 detects "2 Vehicles", therefore the count is 2. Frame 2 detects "3 Vehicles (1 new, 2 from the previous frame)", now then count is 5, even though it should be 3.

How should I go about doing this? Any suggestions?

Thanks in advance!