Color detection and OCR

asked 2019-09-13 02:49:00 -0600

MHZ gravatar image

Hi

how to detect numbers and their color which each number is in it ??

image description

edit retag flag offensive close merge delete

Comments

  1. Perform text detection(where is the number) - maybe with that here https://www.pyimagesearch.com/2018/08...
    1. Crop area and do background removal
    2. Feed in the crop to a ocr software like Tesseract and read the text
    3. For color detection you could maybe use kmeans to get the main color for your crop
holger gravatar imageholger ( 2019-09-13 04:28:05 -0600 )edit