搜索资源列表
SVM_classification
- OpenCV SVM分类测试代码 利用SVM解决2维空间向量的3级分类问题-OpenCV SVM classification test code to use the three classification problems SVM to solve the two-dimensional vector space
svm_train
- 利用opencv中svm训练器进行训练,代码能运行-Opencv svm training training, code can run
hogPlbpPsvm
- 该代码是通过opencv来实现结合hog和lbp特征,通过支持向量机来进行分类决策时实现行人的检测代码,有兴趣的同学可以下载参考下!-The code is done by opencv combined with the feature of hog and LBP, by support vector machine (SVM) classification decisions to achieve the pedestrian detection code, students are in
guowai
- 这是国外车牌识别的c++程序代码,用到了支持向量机(SVM)算法,可以借用到国内车牌识别。-This is a foreign license plate recognition c++ code, use the support vector machine (SVM) algorithm could be applied to the domestic license plate recognition.
ConsoleApplication3
- 一个SVM车辆检测的代码。 一个SVM车辆检测的代码。-A code for detect cars on the road with svm。
Support-Vector-Machines(SVM)
- 支持向量机(SVM)的实现代码和步骤,共包括五个步骤,每一步都有详细的说明。-Support Vector Machine (SVM) implementation code and procedures, including a total of five steps, each step in detail.
libsvm-3.0
- 经典的SVM代码,可以用于学习,优化后的C++代码(Classic SVM code that can be used to learn and optimize the C++ code)
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会