有人能给出一些参考,从文件夹中提取HOG特性(正反两种),将它们保存在两个.xml文件中,并在线性支持向量机中使用这些特性进行Python分类吗?
发布于 2017-06-07 07:10:04
对于有类似问题的人,我为初学者找到了这个教程。
http://www.learnopencv.com/histogram-of-oriented-gradients/
http://www.learnopencv.com/handwritten-digits-classification-an-opencv-c-python-tutorial/
https://stackoverflow.com/questions/44260863
复制相似问题