搜索资源列表
PR_fingerprint
- 基于Matlab的指纹识别程序 对指纹图像进行gabbor滤波、二值化、腐蚀等适当处理后 通过SVM等算法 可以识别出新指纹图像是否在原有数据库中。可以用于演示小型的指纹识别系统 -Matlab-based fingerprint identification procedures carried out on the fingerprint image gabbor filtering, binarization, corrosion
FaceDetection
- 人脸检测。用c++编写。人脸检测是人脸分析的首要环节,其处理的问题是确认图像(或影像)中是 否存在人脸,如果存在则对人脸进行定位。人脸检测的应用领域相当广泛,是实 现机器智能化的重要步骤之一。 AdaBoost 算法是1995 年提出的一种快速人脸检测算法,是人脸检测领域里 程碑式的进步,这种算法根据弱学习的反馈,适应性地调整假设的错误率,使在 效率不降低的情况下,检测正确率得到了很大的提高。-Face Detect
filter--classifier
- matlab数字信号处理,输入图像矩阵和窗口大小,进行中值滤波,平均滤波,svm分类器-Digital signal processing, input image matrix, and window size,median filter,Average filter, svm classifier
gabor-pca
- 本程序是先用gabor小波变换对人脸图像处理,然后在用pca进行降维,最后用svm分类器进行多分类分类识别,包扩完整的orl人脸库,需注意的是,svm工具箱是用的libsvm工具箱,运行前先配置好libsvm。版本号:libsvm-mat-2[1].89-3[FarutoUltimate3.0]-This procedure is to use the human face gabor wavelet transform image p
m-
- 用小波变换进行图像预处理,再用自编小程序寻优参数,并用svm分类-Using wavelet transform for image preprocessing, and then writing small programs optimization parameters, and SVM classification
svm
- 图像处理模式识别一种分类算法:svm,对于所提取的图像的特征进行训练学习然后分类。-Image processing, pattern recognition of a classification algorithm: SVM trained to learn the characteristics of the extracted image and then classified.
SVM-KMExample
- 实现分类,对图像进行处理,对数据进行处理-failed to translate
svm
- 对一些图像或者其他数据进行svm处理,得出两种类型数据的对比-SVM on some images or other data processing, it is concluded that two types of data contrast to SVM dealing with some images or other data, it is concluded that the two types of data contra
svm
- matlab中向量机分类对图像进行处理,看了之后对你会有很大的帮助-After matlab Vector Machine processes the image, you have to read a lot of help
qtruyrnx
- 有借鉴意义哦,IMC-PID是利用内模控制原理来对PID参数进行计算,实现了对10个数字音的识别程序用于图像处理的独立分量分析,有较好的参考价值,使用起来非常方便,主要为数据分析和统计,包括最小二乘法、SVM、神经网络、1_k近邻法。- There are reference Oh, The IMC- PID is using the internal model control principle for PID parameters
efpuhwrg
- 包括随机梯度算法,相对梯度算法,matlab编写的元胞自动机,抑制载波型差分相位调制,主同步信号PSS在时域上的相关仿真,包括最小二乘法、SVM、神经网络、1_k近邻法,含噪脉冲信号进行相关检测,用于图像处理的独立分量分析,多姿态,多角度,有不同光照。- Including stochastic gradient algorithm, the relative gradient algorithm, matlab prepared ce
Colibri---The-IDL-Code-Library
- Colibri介绍 Colibri是一个基于ENVI/IDL平台实现的一个开源软件包。里边包含了多种多样的算法和程序。 代码是使用不同子文件夹来存储的。每一个文件夹内都含有一些源码文件。在根目录下的Reference Guide.html文件中包含了所有对象及函数的功能介绍、调用方法等,类似于IDL帮助。 Ø Application – General:含有一些通用功能,比如图像分类、创建合成图像、DSM转换为DTM等功
tuxiangfenge
- 利用支持向量机进行图像处理,将图像分割并且提出所需要部分-Using support vector machine (SVM) for image processing, image segmentation and need parts
SVM
- 采用支持向量机的方法对图像进行处理,基于深度学习等。(Support vector machines are used to process images, such as depth learning.)
letters_svm
- 在halcon集成环境中,和如何估简单向量机进行字符识别.(* This example program shows how to use a simple SVM OCR classifier)
faceRecognization
- 本程序中,利用了LBP特征对人脸特征进行提取,并且利用SVM对提取的人脸特征进行训练和识别,其中,所用的图像处理库OpenCV2.4.9版本;通过对人脸库中的标准标本进行测试,算法识别率高达95%以上;(LBP features extract facial features, and use SVM to extract and recognize the facial features. The OpenCV2.4.9 versio
matlab数字图像处理与识别
- 将理论知识、科学研究和工程实践有机结合起来,内容涉及数字图像处理和识别技术的方方面面,包括图像的点运算、几何变换、空域和频域滤波、小波变换、图像复原、形态学处理、图像分割以及图像特征提取的相关内容;同时对于机器视觉进行了前导性的探究,重点介绍了两种目前在工程技术领域非常流行的分类技术——人工神经网络(ANN)和支持向量机(SVM),并在人脸识别这样的热点问题中结束《精通Matlab数字图像处理与识别》。(Combining theore
20171211留档
- 利用SVM对制备的样本进行三分类,对图像进行三角形匹配,模板匹配(SVM was used to classify the samples in three categories. Triangle matching and template matching were applied to the images.)
SVM做图片处理
- 使用SVM算法对CIFAR-10图片数据集进行分类,包括模型的训练,测试和参数的调优(Using SVM algorithm to classify CIFAR-10 image data sets, including model training, testing and parameter tuning)
基于PCA和SVM的人脸识别系统
- 先通过图像处理提取人脸的各个特征,然后对人脸通过PCA进行降维,然后通过SVM进行人脸识别(Firstly, the features of human face are extracted by image processing, then the dimension of human face is reduced by PCA, and then the face is recognized by SVM)