CrazyEngineers
  • number plate recognition system

    Updated: Oct 19, 2024
    Views: 1.0K
    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
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • csiscool

    MemberAug 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?
    Are you sure? This action cannot be undone.
    Cancel
  • chirag_kotadia

    MemberAug 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------------------
    Are you sure? This action cannot be undone.
    Cancel
  • bill190

    MemberAug 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>
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register