Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 379 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 379 Bytes

Digit Classifier based on SVM

Digit classification program trained using the MNIST dataset

DESCRIPTION

A C++ program that trains and classifies handwritten digits

REQUIREMENTS

  • g++ ( C++ Compiler )
  • Opencv (2.4.x)

USAGE

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