搜索资源列表
SVM.rar
- 基于opencv的支持向量基(SVM)的代码,利用SVM解决2维空间向量的3级分类问题。,Opencv-based support vector machine (SVM) of the code, the use of SVM to solve 2-dimensional vector space of three classifications.
20090501SleepingKoala
- 所上传文件包包括6种vc++源代码:使用opencv的实现可视图的静态路径规划;简单的svm算法;基于vc2008的图像匹配(多工程结构);基于局部搜索的K-means聚类算法;三维匹配中的ICP算法;视觉tracking中的condensation算法-Upload file package, including the six kinds of vc++ source code: using opencv to view the realization of the static path
svm
- SVM,一个简单的用于线性分类的代码,采用openCV写的。-SVM, a simple linear classification code used by openCV written.
SVM_test
- 利用GDAL和Opencv中的SVM分类器对遥感图像进行分类操作。-Using gdal and opencv to do SVM classification.
libsvm
- 这是中国区svm界最有名的一个程序了,在opencv中用的源就是这个,需要看源代码,且又不知道这个从哪个源网址下的就到这下吧。-This code is famous in China about svm. if you learn mode reconginaze ,you must be use this. happy every day .
de
- 基于HOG和SVM的行人检测代码,需要配置opencv-HOG and SVM-based pedestrian detection code need to configure opencv
OpenCV_SVM_example
- 基于OPENCV实现SVM图像特征分类的小例子。-Implementation of SVM image classification based on a small example of OPENCV.
HUCV
- 基于OPENCV实现不变矩的计算。注意,用于SVM分类时,需要归一化。-OPENCV computing based on moment invariants. Note that, for SVM classification, normalization.
algorithm
- Latent SVM算法实现行人检测;需要opencv库-Latent SVM algorithm for pedestrian detection needing opencv library
svm_hog_fastening
- 注释openCV封装下的svm个参数的应用-Annotation openCV encapsulation of the application of SVM parameters
HOG
- 将这330个3780维的HOG特征当做测试样本,用支持向量机(SVM)分类器来判别出,这些窗口的HOG特征是否有行人,有行人的用矩形框标记起来。HOG行人特征及所对应的SVM分类器的参数,在opencv中已经训练好了,我们只需要得到HOG特征,然后调用SVM即可得到判别结果(The 330 Hera features of 3780 dimensions are used as test samples, and the support vector machine (SVM) classifi
svm
- 使用hog特征进行分类,采用opencv里的svm算法(By using the hog feature,we classfy the face images with svm algorithm.)
SVMminstRecognition
- 在OpenCV环境下使用SVM算法实现minst手写0-9识别(Using SVM algorithm to realize MINST handwritten 0-9 recognition in OpenCV environment)