Search the web
Sign In
New User? Sign Up
OpenCV · Open Source Computer Vision Library Comm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
License Plate Localization   Message List  
Reply | Forward Message #60444 of 67715 |
Re: License Plate Localization

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]
>





Mon Feb 16, 2009 12:57 pm

pat.rohan
Offline Offline
Send Email Send Email

Forward
Message #60444 of 67715 |
Expand Messages Author Sort by Date

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...
pat.rohan
Offline Send Email
Feb 14, 2009
8:33 pm

After detecting edges, you should apply morphological close operation. However, you should select kernel size considering the plate size. After that, you...
Alper Yaman
alperyaman
Online Now Send Email
Feb 15, 2009
8:46 pm

You should look gabor filter. You have to find best filter parameters for detection plate character, and than you can optain all plates after filtering. Than...
Zeki
nic0demux
Offline Send Email
Feb 16, 2009
3:02 pm

Hi, Alper thanks for your help. I will try this today and im sure i'll be back with more questions! Cheers Pat ... operation. However, you should select kernel...
pat.rohan
Offline Send Email
Feb 17, 2009
1:21 am

http://www.bernardotti.it/portal/forumdisplay.php?f=254 and http://www.esnips.com/web/Cars-recognitionand-tracking-Plate -- Caselle da 1GB, trasmetti allegati...
Flavio Bernardotti
flaviobernar...
Offline Send Email
Mar 5, 2009
10:11 pm

C:\Program Files\OpenCV\samples\c.squares.c [Non-text portions of this message have been removed]...
L.Chen
chliang...
Offline Send Email
Feb 17, 2009
11:43 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help