搜索资源列表
faceRegnize
- 人脸识别的matlab程序,先训练后测试,输入一副图像后将输出最接近的几副人脸。-procedures and training tests after an input image output for the nearest deputy Face.
Digit_Recognition
- 数字识别的matlab仿真,通过图像裁剪,再有神经网络训练,可以达到很好的效果
20081022
- 基于人工神经网络的图像识别方法研究。基于神经网络的人脸检测研究。基于特征融合与神经网络的手写体数字识别技基于遗传神经网络的手写体数字识别研究术研究。基于遗传优化的神经网络的银行票据手写数字识别。一种改进的人工神经网络模型-Based on artificial neural network image recognition method. Neural Network Based Face Detection Research. Based on Feature Fusion and Neur
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.
PATMAT
- 使用遗传算法(GA)对图像模式进行识别的C语言源程序-The use of genetic algorithms (GA) of the image model of the C language source code to identify
leizhen
- 该程序是实现基本的图像识别的VC程序,主要有二值化,特征识别-the programe is used to ........
1
- 基于隐马尔可夫模型的人脸识别CC++源代码图像识别部分的程序,-Face Recognition Based on Hidden Markov Model CC++ source code for the image recognition part of the process,
face_recognition
- 人脸识别的MATLAB程序。数字图像处理的重要内容-Face Recognition MATLAB. An important part of digital image processing
nRecognition
- 神经网络数字识别,包括数字图像以及识别的matlab代码。-Neural network digital identification, including digital images, and recognition matlab code.
face_detection
- 人脸识别的MATLAB程序,从图库中的图像将人脸识别出来-Recognition of the MATLAB program, the image from the gallery will be out of face recognition
renlianshibie
- 人脸识别的C++源码神经网络的输入可以是降低分辨率的人脸图像、局部区域的自相关函数、局部纹理的二阶矩等。这类方法同样需要较多的样本进行训练,而在许多应用中,样本数量是很有限的。-The neural network s input can be lower resolution of face image, local area of the autocorrelation function, local texture of second order moment, etc. This kin
program
- 手写数字的识别的matlab实现,运用基本的图像处理和BP神经网络来实现,程序的使用方法请参阅 readme.txt-Handwritten digit recognition matlab realize, the use of basic image processing and BP neural network to achieve the program' s usage, please refer to the readme.txt
shuzishibie
- matlab图像处理的数字识别,其中调用了两个函数,需要自己写的,运用bp神经网络来识别的!-MATLAB image processing digital identification, which calls the two functions, need to write their own, the use of BP neural network to identify!
logisticregression
- 逻辑回归图像二分类,用来做路面裂缝图像识别的(Logisticregression, used for image recognition.)
MATLAB课堂考勤(GUI)
- MATLAB课堂考勤(GUI) 该课题为基于MATLAB pca的人脸考勤系统。可以从一副图像中找出多人人脸,分割,计算人数,然后提前制作好这些人的人脸库,进行逐一识别是谁,是不是库内人脸,如是,具体是谁,如果不是,那提示库外人脸。具有友好的人机交互界面,还可以二次开发成摄像的,但是摄像头误差可能会有点。识别流程为:读取图像,人脸定位,人数统计,人脸分割,人脸识别,库内外判别。(The subject is face attendance system based on MATLAB PCA.
车牌识别的malab代码
- 这是车牌识别的matlab代码,挺完整的,希望能对图像识别的初学者有一定帮助。