You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Training data set is created by GenDataSet.
TrainAndTest uses k-nearest neighours algorithm in OpenCV and C++ to recognize characters from test images while comparing to the trained data set.
Install openCV to make it work.
About
Implemeted using k-nearest neighbour's algorithms to train model to recognize alphabets and numbers using C++ and OpenCV.