Skip to content

Object Character Recognition, for English handwritten capital letters

Notifications You must be signed in to change notification settings

stavskal/OCR-English-Capital-Letters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Object Character Recognition with SVMs

OCR script for English handwritten capital letters. Models are pre-trained and stored in 'models93.mat'

#Installation

  • First make sure you have a supported C/C++ compiler.
  • Download LIBSVM package from their website
  • Then execute on Matlab:
  • mex -setup
  • cd('<download_path>/libsvm/matlab')
  • make
  • After you have installed LIBSVM you need to add its path to the Matlab environment. Because matlab has functions with the same name you need to 'shadow' them.
  • run: addpath 'install_path_of_LIBSVM'

###Dependencies You need to install LIBSVM and link it appropriately to your Matlab installation. Otherwise there will be errors raised during script execution (see comments inside)

##Author

About

Object Character Recognition, for English handwritten capital letters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages