搜索资源列表
demo
- svm的一个实现小程序,可以实现分类问题,有一定的作用,
HOG-SVM
- it s HoG descr iptor, the writer code has some errors, and I have correct the errors, and the code is right under C+-it s HoG descr iptor, the writer code has some errors, and I have correct the errors, and the code is right under C+
cppHoG-raw-RBF
- HOG特征 加上 SVM训练方法的程序,可以实现人体检测、人脸检测,从CSDN上下载的,本人使用了,可以使用,但需要安装opencv2.0以上版本,其余的版本我没试过-HOG feature program plus SVM training methods, you can achieve human detection, face detection, download from CSDN, I use, you can use, but need to install opencv2.0
svm-bp
- 将svm分类与bp算法结合,针对图像中的分类预测问题提出一种算法-Svm classification the bp algorithm combines propose an algorithm for image classification prediction problem
the-SVM-and-bow-opencv-source-code
- 基于svm和bow的opencv实现源码-Based on the SVM and bow opencv source code
svm
- c++实现了支持向量机,有5个文件,其中三个钟均含有main()函数,请使用时分别编译连接得到exe文件,在命令行中调用 仅供相互学习-c++ svm
kernel_matrix
- SVM 核矩阵的生成 支持多种核函数 线性 径向基函数等-kernel_matrix for SVM with different kernel functions
SVM_example
- SVM支持向量机一个简单应用,将二维平面内的两类点(空心圆点和空心方点)进行线性分类,并对分类后的区域进行不同颜色的填充。-SVM support vector machine with a simple application, the two types of point (hollow dots and hollow square dots) within the two-dimensional linear classification, and area classification
libsvm_format
- Transform data to the format of an SVM package(libsvm) Each row represents one record [label] [index1]:[value1] [index2]:[value2] ... 2‐class label: +1, ‐1 n‐class label: 1..n
opencv3testone
- opencv3.0 SVM实例,之前网上找的都是2.0版,3.0版的比较少,这次上次一个3.0版的-opencv3.0 SVM
Mechine_Learning
- 该功能包含决策树、随机森林、SVM机器学习算法,并在VS环境下实现并测试。-This function contains the decision tree, random forests, SVM machine learning algorithms, and implement and test in VS environment.
LaneDetection
- 车道识别,hog+svm, 可以直接用,代码简单易懂。-Lane recognition, hog+svm, can be directly used, the code is easy to understand.
NumberPlateRecognition
- 车牌识别 OCR分割字符识别 SVM算法 ANN算法-License Plate Recognition OCR character recognition SVM segmentation algorithm ANN algorithm
object_classfication_end
- SVM支持向量机的分类算法,完整的工程文件包,需要测试数据集以及VS2010以上版本-SVM classification
SVM-OCR
- 运用SVM进行训练和识别的的字符识别程序,借助opencv-Character recognition using SVM
