I have a web site that allows users to upload images of cars and I would like to put a privacy filter in place to detect registration plates on the vehicle and blur them.
The blurring is not a problem but is there a library or component (open source preferred) that will help with finding a licence within a photo?
Caveats;
I coded a C# version based on JAVA ANPR, but I changed the awt library functions with OpenCV. You can check it at https://github.com/jivanro/ANPRMX_SourceCode