MicrocontrollersAndMore / OpenCV_3_License_Plate_Recognition_Python

https://www.youtube.com/watch?v=fJcl6Gw1D8k
525 stars 317 forks source link

License Plate - black background white letters problem #23

Open mitofile opened 4 years ago

mitofile commented 4 years ago

How Can I process Black background? I've try with GenData.py removing inverted option from cv2.THRESH_BINARY_INV, and within trainAndTest.py also, without good results.

I want to process license plate like following :

patente_train_test-02

Can you help me please?,

Thanks in advance

Diego from Argentina