MATLAB: Is there any MATLAB build in functions for features extraction of single character.

classifierComputer Vision Toolboxfeaturesfeatures extractionocrpattern recognitionStatistics and Machine Learning Toolboxsvm

I want to extract features of the characters that i had been segmented, for the pattern recognition using SVM classifier. So is there any MATLAB build in function for this problem. Please help.

Best Answer

SVM is included in the Statistics Toolbox. OCR is included in the Computer Vision System Toolbox
Related Question