number plate recognition system

chirag_kotadia

chirag_kotadia

@chirag-kotadia-OHenZO Oct 19, 2024
Guys,
i m doing the very same project in final year...

I have segmented the characters from the number plate and looking forward to complete the matching the extracted characters with database characters... i am unable to design any algo which provides comparison of the test characters(of number plates) with the database characters.... anybody eith any damn solutions???? eagerly waiting for any help to appreciate

Thanks in advance......
😀
Chirag

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • csiscool

    csiscool

    @csiscool-qA5mGA Aug 26, 2010

    Please elaborate buddy,

    As per my understanding, you have recognized the characters,and now you want to match that with database. I dont think it is a big deal. What you want exactly? What software you are using for doing this?
  • chirag_kotadia

    chirag_kotadia

    @chirag-kotadia-OHenZO Aug 30, 2010

    Thanks for reply man!!
    I m doing project on MATLAB platform. I know that its not a big deal of matching the characters with the database.. but i m unable to find proper algorithm for that.. I mean i tried to match the image matrices pixel by pixel and storing the count of the matched pixels... R u following?. If not then let me know... But that method was not fruitful and didnt get proper output.. I compared one of the letter of number plate 'G' with my database letters 'G' and 'Q' which are look alike on pixel value basis. I got very similiar matching. so unable to discriminate. Have you any other simple algorithm??
    Awaiting for ur valuable reply....
    Really appreciate u!!

    ----------Chirag------------------
  • bill190

    bill190

    @bill190-VhqyZT Aug 30, 2010

    Read about optical character recognition. You may have Microsoft Imaging on your PC. This has optical character recognition if you also have a scanner. Read help on that or here is a bit on that program...
    #-Link-Snipped-#

    Then letters or numbers in a database would typically be an "ASCII" code. ASCII table...
    <a href="https://www.asciitable.com" target="_blank" rel="nofollow noopener noreferrer">ASCII Table - ASCII Character Codes, HTML, Octal, Hex, Decimal</a>

    Or for the bitmap thing, read about fingerprint matching where it is a "best match" sort of thing. (Not everything exactly matching.) Here is something on that...
    <a href="https://biometrics.cse.msu.edu/Publications/Fingerprint/JainFpMatching_IEEEComp10.pdf" target="_blank" rel="nofollow noopener noreferrer">PDF</a>