Skip to content
#

otsu

Here are 34 public repositories matching this topic...

From images of cars in which their license plates have been labeled, and passing filters, their recognition is attempted by pytesseract . As there is not a single filter that works for all the licensess, it is tried with several filters and The license plate number that has been detected the most times is assigned.

  • Updated Mar 13, 2023
  • Python

From some files of images and labels obtained by applying the project presented at https://github.com/ashok426/Vehicle-number-plate-recognition-YOLOv5, the images of license plates are filtered through a threshold that allows a better recognition of the license plate numbers by pytesseract. On 05/23/2022, a new version is introduced. On 07/04/20…

  • Updated Mar 13, 2023
  • Python

OCR from scratch using Chars74 Dataset: http:https://www.ee.surrey.ac.uk/CVSSP/demos/chars74k/ applied to the case of Spanish car license plates or any other with format NNNNAAA. The hit rate is lower than that achieved by pytesseract: in a test with 21 images, 12 hits are reached while with pytesseract the hits are 17.

  • Updated Dec 16, 2022
  • Python

Improve this page

Add a description, image, and links to the otsu topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the otsu topic, visit your repo's landing page and select "manage topics."

Learn more