vote up 3 vote down star
4

Hi all,

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;

  1. I know nothing is perfect and image recognition of this type will provide false positive and negatives.
  2. I appreciate that we could ask the user to select the area to blur and we will do this as well, but the question is specifically about finding that data programmatically; so answers such as 'get a person to check every image' is not helpful.
  3. This software method is called 'Automatic Number Plate Recognition' in the UK but I cannot see any implementations of it as libraries.
  4. Any language is great although .Net is preferred.

Thanks in advance

Ryan

flag

77% accept rate

6 Answers

vote up 1 vote down check

I have done some googling about this a couple of months ago. There are quite a few papers about this topic, but I never found any concrete open-source implementation. There are a lot of commercial implementations though, but none of them with a price quote, so they're probably pretty expensive.

link|flag
Thanks, I did not see the research papers before I must have gone Google blind. I'll check them out. – Ryan ONeill Jun 11 at 16:27
I decided to mark this as the answer because although it does not provide an open source solution, it gives me enough to go on. – Ryan ONeill Jun 16 at 10:09
If you find or create an open source solution please let us know! – Mauricio Scheffer Jun 16 at 13:26
vote up 1 vote down

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?

Ans: The CARMEN FreeFlow ANPR Software engine (Commerical)

link|flag
are you sure that "The CARMEN FreeFlow ANPR Software engine" is open-source? – Mitch Wheat Jun 11 at 14:32
Looks good, but I was scared away by the blurb ('The software is protected with hardware dongles, with different kinds of interfaces (USB 2.0, PCI 2.1, PCIe (x1))'). I don't know how they expect people to use their software in a hosted environment, especially since virtualisation is kicking off. – Ryan ONeill Jun 11 at 16:25
Consider it an investment if you are planning to sell what you make to money.You can always talk to the vendor to give you a non dongled solution if you are serious about it.The library mentioned above has C# Wrappers your can call etc... – abmv Jun 11 at 18:53
vote up 0 vote down

Hi there, I own a Number Plate Recognition Company in the UK, if you would like to discuss your requirement with my Technical Director I would be more than happy to put you in contact with him.

link|flag
vote up 0 vote down

Any joy Ryan?

James - can you contact me?

Thanks

link|flag
Nope, nothing yet. I'm so busy that unless I get paid to do something it does not get done. I keep meaning to look into it for an open source .Net project. – Ryan ONeill Jul 31 at 10:34
vote up 2 vote down

I came across this one that is written in java javaANPR, I am looking for a c# library as well.

I would like a system where I can point a video camera at some sailing boats, all of which have large, identifiable numbers on them, and have it identify the boats and send a tweet when they sail past a video camera.

link|flag
I've converted a couple of the classes, but it is going to take some time. – Ryan ONeill Aug 11 at 10:23
line by line conversions are never fun or quick. – Bruce McLeod Aug 11 at 23:27
vote up 0 vote down

It maybe work looking at Character recoqnition software as there are many libraries out there that perform the same thing. I reading an image and storing it. Micrsoft office is able to read tiff files and return alphanumerics

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.