Prev: Increase the precision of an object ( number)
Next: Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
From: Davide longo on 26 Dec 2009 10:08 Hi everyone, how can i extract text from an image? I have worked on a plate number image and after all operations I have an labeling image with only the number. Now, how i can extraxt the number plate? thanks a lot, bye
From: ImageAnalyst on 26 Dec 2009 10:29
On Dec 26, 10:08 am, "Davide longo" <davideliu...(a)libero.it> wrote: > Hi everyone, > how can i extract text from an image? > I have worked on a plate number image and after all operations I have an labeling image with only the number. Now, how i can extraxt the number plate? > thanks a lot, > > bye ------------------------------------------------------------------------ Search the newsgroup. It's been discussed before. It can be anywhere from simple to hard depending on how varied your image set is and how robust you need it to be. For example are there pictures on the plate, etc.? Since you already have the binary image of the numbers and have labeled them you have already done the most difficult part, so in the simplest case you can probably just look at the area of the numbers - each number probably has a unique area. If two numbers have the same area, you might want to include the Euler number in your feature vector. Just keep adding measurements until you get a unique description (feature vector) of each number. |