This repo contains examples to use OpenCV's Machine Learning module for digit classification. It includes the following algorithms:
- KNN
- Normal Bayes
- Logistic Regression
- Decision Tree
- Random Forest
- SVM
- Multi-Layer Perceptron
g++ -O3 main.cpp `pkg-config --cflags --libs opencv4`
This table shows the results of running all models on an i7-5600U Intel CPU
For more details read my post here.