搜索资源列表
支持向量机的matlab实现
- 支持向量机的matlab实现,各位可以试试一试。在图像处理和人脸识别上效果还可以-Matlab support vector machine implementation, you can try try. In image processing and recognition of the effect can also be
基于SVM支持向量机的行人识别C++源程序
- 基于SVM支持向量机的行人识别C++源程序,支持最新的opencv2.0版本.在VC环境下配置opencv2.0后,可以运行检测静止图像中的行人。-people recognition based SVM(supporting vector machine) detector launched by Dalal with the OpenCV2.0 environment.this can work on the static images
SVM
- 这是一个支持向量机的程序代码,对于图像的分类识别有很高的准确率、-This is a svm program
svm--km
- 这是一个很好的支持向量机工具箱,它可用于模式识别,图像识别,文字识别,语音识别和手写体识别等领域。-This is a very good support vector machine toolbox, it can be used for pattern recognition, image recognition, text recognition, speech recognition and handwriting recognition and other fields.
A_Study_og_Face_Recognition_Methods_Baced_on_Wavel
- 针对灰度图像,提出一种基于知识的人脸检测方法。 提出了一种给予支持向量机的人脸检测方法。 提出了一种基于小波分解的LDA人脸识别方法。 提出了一种基于小波和DCT的人脸识别方法。 提出了一种机遇CEDT和支持向量机的人脸分类和识别方法。 -For gray-scale images, a knowledge-based face detection methods. A support vector machine method of face detection. A wa
LS-SVMlab1.5
- 支持向量机,用于图像分类分割,目标检测识别,人工智能信息处理-support vector machine has been widely used in classification and object identification.
fsvm
- 增加模糊隶属度实现图像数据有效分类的模糊支持向量机-support vector machine
200707171150472493
- 使用支持向量机分割指纹图像的方法研究与实现-Using support vector machine method of fingerprint image segmentation and Implementation
chapter13
- 《数字图像处理与机器视觉:Visual C++与Matlab实现》6 支持向量机,综合案例——基于PCA和SVM的人脸识别系统-" Digital image processing and machine vision: Visual C++ and Matlab to achieve" 6 support vector machines, comprehensive case- based on PCA and SVM for Face Recognition Syste
code
- 基于Java语言编写的图像分割的代码,使用支持向量机的技术对图像进行分割-Written in Java-based image segmentation code, the use of support vector machine technology for image segmentation
Face-Detection
- 完整的包括皮肤及动作识别的C++人脸检测源代码,涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程等。-Complete, including skin and actions identified C++ face detection source code, the technology involved are: wavelet analysis, scaling down m
pudn_svm
- 基于支持向量机的图像分割,并且包括Ostu法,迭代法。-MATLAB、image segmentation、support vector machine
SVM
- 采用支持向量机的方法对图像进行处理,基于深度学习等。(Support vector machines are used to process images, such as depth learning.)
基于支持向量机的图像分类
- classifier.mat文件太大未上传。可运行一次main3生成 getFeatures.m 获取灰度共生矩阵相关特征 main-main6 训练 + 识别 predict.m 单独的分类程序 temp.m 单独的分类演示程序(classifier.mat file is too large to upload. Can run a main3 to generate getFeatures.m Get the grayscale co-occurrence matrix rel
基于支持向量机的几种核函数遥感图像分类比较
- 该文献详细介绍了支持向量机SVM在遥感图像中的应用,尤其是在小目标的提取上居然不可替代的作用(In this literature, the application of support vector machine SVM in remote sensing images is introduced in detail, especially the irreplaceable role in the extraction of small targets)
风景与建筑图片的分类——支持向量机的方法
- 风景与建筑图片的分类——支持向量机的方法(Classification of landscape and architectural pictures -- Method of support vector machine)
源代码
- 模式识别相关实验,支持向量机图像识别源代码(Pattern recognition related experiments, support vector machine image recognition source code)
SVM
- 用于医学图像的支持向量机分割,没有嵌套,简单易懂,对学习聚类分割有很大的帮助(Mean clustering segmentation for medical images, no nesting, easy to understand, great help for learning clustering segmentation)
支持向量机matlab
- 支持向量机 MATLAB 源代码 图像分类(Support Vector Machine MatLAB Source Code Image Classification)
svm支持向量机图像分类
- 通过支持向量机机器学习算法,实现对不同状态图像的分类,是非常好的方法。