Feature extraction of a binary image
i am doing OCR project using c++ and opencv. I have some black and white images of separated handwritten characters. I want to extract unique features from those images in order to classify them using OpenCV.LIBSVM. can any one tell me what are the suitable algorithms for feature extraction in opencv?