lzq420241 / SVM_Recognizing_Digit

Recognizing 7 segment digit by OpenCV SVM model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVM_Recognizing_Digit

Recognizing 7 segment digit by OpenCV SVM model

Inspired from below project by Adrian Rosebrock

https://www.pyimagesearch.com/2017/02/13/recognizing-digits-with-opencv-and-python/

Using SVM model with 20 training images to replace the original handicrafted recognition process

result of svm_model.py:

svm_model

Reading 7-segment digit from digital device screen (e.g. clock, electronic scale etc)

result of read_digit.py by reading image sample.png:

predict_result

About

Recognizing 7 segment digit by OpenCV SVM model


Languages

Language:Python 100.0%