> hi everyone...
>
> im developing a numberplate recognition application using java and im
> having problems with plate localization and segmantation..so if any of
> u guys know of a good method to do this please reply..
Thanks for the quick response..Yeah that's right. i want to find the
number plate from a given image. To draw a box around it and extract it
for segmentation and ocr.
I read many articles about it and it will be a great if any of u guys
can give me some steps, algorithms or coding to do this
Chris Smith - 08 Jun 2006 19:31 GMT
> Thanks for the quick response..Yeah that's right. i want to find the
> number plate from a given image. To draw a box around it and extract it
> for segmentation and ocr.
> I read many articles about it and it will be a great if any of u guys
> can give me some steps, algorithms or coding to do this
Pardon the perhaps obvious question... but why do you think we'll do
better than established literature from people who know what they are
doing? If you find something particularly challenging or otherwise have
a specific question, please ask. Otherwise, no one here can likely do
better than duplicate the existing literature, and it would be a waste
of time to do so.

Signature
Chris Smith - Lead Software Developer / Technical Trainer
MindIQ Corporation
Timo Stamm - 08 Jun 2006 23:15 GMT
jackal schrieb:
> Thanks for the quick response..Yeah that's right. i want to find the
> number plate from a given image. To draw a box around it and extract it
> for segmentation and ocr.
You asked for "a good method" for number plate recognition. The PDF
Oliver found for you explains two approaches. Someone already did the
major part of the work for you (problem analysis and evaluating
approaches), even with detailed information. You just have to implement it.
Timo
jackal - 10 Jun 2006 09:07 GMT
> You asked for "a good method" for number plate recognition. The PDF
> Oliver found for you explains two approaches. Someone already did the
> major part of the work for you (problem analysis and evaluating
> approaches), even with detailed information. You just have to implement it.
>
> Timo
yep thanks guys, im looking at it now.. Can i use OpenCV with java for
some of the image processing
jackal
Oliver Wong - 12 Jun 2006 16:15 GMT
> yep thanks guys, im looking at it now.. Can i use OpenCV with java for
> some of the image processing
When I google for "openCV java", I get
http://www.eecs.tufts.edu/comp/150TUI/lecture/06_Java.html
Maybe you should start googling for the keywords of your question to
save yourself the turn-around time of waiting for someone on the newsgroup
doing it for you.
- Oliver
jackal - 13 Jun 2006 18:53 GMT
yeah thanx mate. Any how i founed this when i was googling its about
image segmentation.
http://scholar.lib.vt.edu/theses/available/etd-07022004-132444/unrestricted/BDA_
ETD.pdf
cheers.