搜索资源列表
kkmatlabrenlian
- 人脸检测的方法很多,kl是其中比较有效的一种。本代码主要是使用pca的方法进行人脸检测,可以检测出人脸的大小位置,数目,大小-Face Detection many means kl is a more effective. The code is the use of the method pca Face Detection can detect the size face location, number, size
xizijiderenlianshibie
- 基于matlab人脸检测的方法很多,pca是其中比较有效的一种。本代码主要是使用pca的方法进行人脸检测,可以检测出人脸的位置,数目,大小-Matlab-based Face Detection many ways, pca which is the more effective one. The code is the use of the method pca Face Detection can be detected Face the location, number, size
Face-Eye-Detection
- 找出图像中肤色的位置,对人的皮肤所在位置进行定位-Identify the location of the image color of human skin to locate the location of
zernike-nihe-tuoyuan1
- 该程序首先对一椭圆面进行等补偿踩点得到离散的面型数据,然后对该数据进行Zernike多项式拟合-The program first on an oval face and other compensation check out the location of discrete surface data, then the data Zernike polynomial fitting
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
som
- 自组织映射SOM的主要目的是将任意维数的输入信号模式转变为一维或者二维的离散映射,并且以拓扑有序的方式自适应实现这个变换。呈现给网络的每一个输入模式,通常包含面对平静背景的一个局部化活动区域或“点”。这个点的位置和性质通常随输入模式的实现不同而不同。因此输入网络中所有神经元应经历输入模式的足够次数的不同实现,确保有机会完成恰当的自组织过程。自组织映射的形成主要有三个过程:竞争、合作、突触调节。-The main purpose of self-organizing map SOM is the
FaceLocation
- 人脸定位,根据肤色进行人脸定位,然后根据区域联通算法找出人脸的大致位置并框出来。过程中涉及到各种滤波和降噪-Face location
FaceLocationNew
- 实现了人脸定位功能,包括降噪、肤色定位、滤波、框出人脸位置等操作-Face positioning, in which the process is divided into multiple steps, the advanced line of noise and then according to the color of the location, and then filter, and finally the face region
MATLAB图像与视频处理实用案例详解试读样章
- 详细讲解了25个MATLAB图像与视频处理实用案例(含可运行程序),涉及雾霾去噪、答题卡自动阅卷、肺部图像分割、小波数字水印、图像检索、人脸二维码识别、车牌定位及识别、霍夫曼图像压缩、手写数字识别、英文字符文本识别、眼前节组织提取、全景图像拼接、小波图像融合、基于语音识别的音频信号模拟灯控、路面裂缝检测识别、视频运动估计追踪、Simulink图像处理等多项重要技术(Explain in detail the 25 MATLAB image and video processing utility
肤色-眼睛识别
- 运用色彩空间皮肤判定和眼睛定位的人脸检测(Face detection using color space decision and eye location)
MATLAB课堂考勤(GUI)
- MATLAB课堂考勤(GUI) 该课题为基于MATLAB pca的人脸考勤系统。可以从一副图像中找出多人人脸,分割,计算人数,然后提前制作好这些人的人脸库,进行逐一识别是谁,是不是库内人脸,如是,具体是谁,如果不是,那提示库外人脸。具有友好的人机交互界面,还可以二次开发成摄像的,但是摄像头误差可能会有点。识别流程为:读取图像,人脸定位,人数统计,人脸分割,人脸识别,库内外判别。(The subject is face attendance system based on MATLAB PCA.