Click here to Skip to main content
15,922,584 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am doing project in vehicle detection and counting in opencv.I need to know how to which method is easy for vehicle detection
Posted
Updated 22-Feb-15 18:15pm
v2

1 solution

hi,
First of all, it would have been more helpful if you mentioned which method you are using as of now and what problems you are facing.
You will have to study the necessary prerequisites like Haar cascades, background subtraction etc.

you already know the library name - OpenCV. You need to dig into their website (although there is a very slim chance that you will get the whole code but) you will get the topics you need to know for this project and a suitable starting point to go ahead.
Look at these link 1[^] and link 2[^].

2 more useful links link 3[^] and link 4[^]

You can find plenty more stuff on internet .Google is your friend.

hope this helps !
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900