Skip to content

bobetocalo/char_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

char_classifier

Multiclass random trees classifier for OCR using C++, OpenCV and Boost.

Random trees classifier operate by constructing a multitude of decision trees at training time and outputting the class that is the mode of the classes output by individual trees. We are capable of train and test this classifier using the generate_bd synthetic images. The cross validation technique estimates how accurately a predictive model will perform in practice (training set independence).

Allowed options
  1) Test classifier performance
  2) Train random trees classifier
  3) Test random trees classifier

Enter the option: 1
Cross validation ...
Average hit rate: 98.6443%

About

Multiclass random trees classifier for OCR using C++, OpenCV and Boost

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages