搜索资源列表
dingwei
- 人脸定位的MATLAB源程序,希望对做图象处理的同志有帮助。-Face positioning MATLAB source, and I hope to do the image processing to help comrades.
FaceRecognitionASM
- 人脸识别中使用的特征定位源码。 是MATLAB编写的基于多方案统计学的完整的动态形状定位源代码。
fdv
- Matlab编写的人脸定位和程序。使用神经网络进行训练。-Written in Matlab face location and procedures. Using the neural network training.
Eyepositionandfacedetection
- 人眼定位与人脸检测的程序,包含程序和仿真,效果不错!-code for Eye position and face detection , including procedures and simulation, the performance is good!
Code
- 主要是连通分量提取及实现,通过matlab实现的了在人脸局部图像中定位嘴的中心.-Mainly connected component extraction and realization, through matlab to achieve in the face of local images to locate the center of the mouth.
Untitled
- 人脸检测,人脸识别的matlab代码。主要是人脸定位。-Face detection, face recognition matlab code. Mainly face positioning.
juxingpuabu-c
- 可以进行初步的人脸定位,运用了各种matlab图像处理工具箱函数进行处理-The preliminary face location using matlab image processing toolbox functions for processing
Face-Eye-Detection
- Matlab实现的基于颜色分隔的人脸人眼检测与定位及识别算法源代码-Matlab implementation based on the color-separated face and eye detection and location recognition algorithm source code
人脸识别
- 选取在MATLAB上,实现人脸的检测,人脸的定位,快速,准确
MATLAB图像与视频处理实用案例详解试读样章
- 详细讲解了25个MATLAB图像与视频处理实用案例(含可运行程序),涉及雾霾去噪、答题卡自动阅卷、肺部图像分割、小波数字水印、图像检索、人脸二维码识别、车牌定位及识别、霍夫曼图像压缩、手写数字识别、英文字符文本识别、眼前节组织提取、全景图像拼接、小波图像融合、基于语音识别的音频信号模拟灯控、路面裂缝检测识别、视频运动估计追踪、Simulink图像处理等多项重要技术(Explain in detail the 25 MATLAB image and video processing utility
renlian
- 能够将人脸识别并定位,选取后生成并显示。还有一些可作为图片处理实例的程序供初学者参考。(It can identify and locate the face, select and display it.There are also some programs that can be used as pictures to process examples for beginners.)
MATLAB课堂考勤(GUI)
- MATLAB课堂考勤(GUI) 该课题为基于MATLAB pca的人脸考勤系统。可以从一副图像中找出多人人脸,分割,计算人数,然后提前制作好这些人的人脸库,进行逐一识别是谁,是不是库内人脸,如是,具体是谁,如果不是,那提示库外人脸。具有友好的人机交互界面,还可以二次开发成摄像的,但是摄像头误差可能会有点。识别流程为:读取图像,人脸定位,人数统计,人脸分割,人脸识别,库内外判别。(The subject is face attendance system based on MATLAB PCA.