Best solution for car approaching to the gate and anpr lib
Hi People,
I am new to OpenCV and I am working a project to detect a car. This is a little different from the ones I found online.
Check the brief description:
- In this project the car approaches the gate then stop
- We have a camera in front of the car capturing car image
- Need to detect the presence of the car and take the snapshot
- Pass the snapshot image as a parameter for my anpr library.
- Will return the car plate and display it to the user.
I could try to run the anpr lib on every frame, but that will impact on performance. That's why I need something to detect the car first, and then pass it to my anpr lib
Thanks
What is your requirement for "detect car" ? it's depends from specification/context, you can go from simple occlusion detection, motion detection up to object identification. You could start from background subtraction