Hi,
Alper thanks for your help. I will try this today and im sure i'll be
back with more questions!
Cheers
Pat
--- In OpenCV@yahoogroups.com, Alper Yaman <alperyaman@...> wrote:
>
> After detecting edges, you should apply morphological close
operation. However, you should select kernel size considering the
plate size. After that, you should apply connected component algorithm
and filter very big and very small size objects. Hence, the remaining
objects are plate candidates which you can detect characters for each
candidate.
> Regards,
> Alper
>
>
> --- On Sat, 2/14/09, pat.rohan <pat.rohan@...> wrote:
>
> From: pat.rohan <pat.rohan@...>
> Subject: [OpenCV] License Plate Localization
> To: OpenCV@yahoogroups.com
> Date: Saturday, February 14, 2009, 10:26 PM
>
>
>
>
>
>
>
>
>
>
>
>
> Hi!
>
>
>
> This is my first post so bear with me!
>
>
>
> I am trying to implement a license plate localization algorithm using
>
> OpenCV but am having some difficulty. I have read numerous research
>
> papers and techniques outlining approaches that I can understand and
>
> follow. However I am having great difficulty actually writing code to
>
> implement these techniques. For example once I have used OpenCV to
>
> edge detect an image using a Canny edge detector how do I process the
>
> returned edges through an algorithm that will try and detect a number
>
> plate?
>
>
>
> I am really lost and my deadline is getting too close for comfort! If
>
> someone could please point me in the right directtion or even provide
>
> a snippet of source code I would be extremely grateful.
>
>
>
> Cheers
>
> Pat
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>