简体   繁体   English

二值图像的特征提取

[英]Feature Extraction of a binary image

i am doing OCR project using c++ and opencv. 我正在使用c ++和opencv进行OCR项目。 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 LIBSVM. 我想从这些图像中提取独特的功能,以便使用LIBSVM对它们进行分类。 can any one tell me what are the suitable algorithms for feature extraction in opencv? 任何人都可以告诉我在opencv中提取特征的合适算法是什么?

You can read this . 你可以读这个 And try this . 试试这个

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM