Code Monkey home page Code Monkey logo

Comments (4)

Link009 avatar Link009 commented on June 8, 2024

Hi

Can you please try again now ? Also, can you post your Python, OpenCV and Windows version ? I think it's because of OpenCV that changed something under the hood. Let me know.

from lpex.

my-empire26 avatar my-empire26 commented on June 8, 2024

Python 3.7.2
OpenCV 4.1.0
windows 10
yes It's working Now but how do I display The character after the processing on the terminal... It's just detecting and displaying the image...
Thanks a lot

from lpex.

Link009 avatar Link009 commented on June 8, 2024

It's not recognizing any character, just detecting plate area. For recognizing you can try this. It's just OCR, nothing advanced. You could finetune the code and see the results.

If you want to extract a single character, you could apply some preprocessing on the plate and then extract. But still not recognizing chars are being made on this code.

Chris Dahms did some recognition in his original code (here) but removed that part because I don't need it just now.

from lpex.

Link009 avatar Link009 commented on June 8, 2024

Traceback (most recent call last):
File "Extraction.py", line 53, in
imageContours, contours, hierarchy = cv2.findContours(thresh, cv2.RETR_LIST, cv2.CHAIN_APPROX_SIMPLE)

Getting this Error can you please help me to solve this....

Thanks In Advance

Updated code.

from lpex.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.