How to find number plate region from vehicle image using machine learning?

Indu Reddem

Indu Reddem

@indu-9RZJpO Oct 26, 2024

how to find number plate region from a vehicle image using machine learning?

Replies

Welcome, guest

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

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jan 29, 2019

    At what step are you stuck? Is it about getting the region from a number extracted OR recognising the number plate? 

    It'd be nice if you could describe the problem a bit in more detail. 

  • Indu Reddem

    Indu Reddem

    @indu-9RZJpO Jan 29, 2019

    How to recognize the number plate from vehicle image?

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jan 30, 2019

    Indu, which image recognition service or software are you using? 

  • Indu Reddem

    Indu Reddem

    @indu-9RZJpO Jan 30, 2019

    Sir we are using Tesseract ocr sir

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jan 30, 2019

    ... and what are the problems you are facing with it? 

    PS: If you take efforts in explaining your problem in detail; we can arrive at answers quickly. You could have mentioned all the required information in your first post and we'd have been able to offer some meaningful help by now. Please take your time to explain what you are doing, what steps have you taken so far and at what step are you stuck. 

  • saandeep sreerambatla

    saandeep sreerambatla

    @saandeep-MxxXlX Feb 1, 2019

    As far as I know , Tesseract is a ocr software which recognises text from a image. So for you the first problem to solve is to get the number plate image first and I think Tesseract will not help there.

    You have to use OpenCV first to identify the image using the height and width of the car or bike, then clean the image convert to black and while and Tesseract will give you the number output.