Digit classification program trained using the MNIST dataset
A C++ program that trains and classifies handwritten digits
- g++ ( C++ Compiler )
- Opencv (2.4.x)
g++ -g -Wall -o out svm_hog.cpp `pkg-config opencv --libs --cflags`
./out
#NOTES
photo_5.jpg is used as the test data in this case