搜索资源列表
detection
- gaussian_model,color based segmentation,draw ellipse may used in face detection-gaussian_model. color based segmentation. draw ellipse may used in face detection
Eye_tracking
- Summary: Simple face and eye detection MATLAB Release: R13 Descr iption: You can use this codes for face detection based on color segmentation and eye region detection.
facerecognition
- 采用OpenCV进行人脸识别,隐马尔科夫链的应用,由混合分量来分割HMM的每个内在状态的所有观测值,运用现有的图像观测值分割为所有嵌入和内部的HMM函数,计算可能的变换矩阵-Using OpenCV for face recognition, hidden Markov chain applications, from the mixed components to split the internal state of each HMM all observations, use of the
2
- 基于肤色分割和KL变换的复杂背景的图像的人脸识别-Complex background based on color image segmentation for face recognition
EmotionDetection
- It can detect human emotion from image. First it take an image, then by skin color segmentation it detect human skin color then it detect human face. Then it separate the eyes & lip from the face. Then it draw bezier curve for eyes & lips. Then it co
face_detect
- 对生活照片的人脸分割,达到一定的实用效果,适合于新手-Photos of life who face segmentation, to achieve some practical results, suitable for beginners
renlianjiance
- 基于模板匹配和肤色检测的人脸检测,包括肤色分割,类似人脸区域检测,模板调整及模板匹配的代码-Template matching and color-based face detection testing, including skin color segmentation, similar to the face region detection, templates and template matching to adjust the code
rgb
- 关于rgb人脸肤色分割的matlab程序-About Face Skin Segmentation rgb matlab program
CODE
- 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
7941932pcnnemb
- 用Matlab实现人脸图像分割的程序,可以使用-Implementation of a Face with Matlab segmentation procedure, you can use
31767646PCNN
- 用Matlab实现人脸图像分割的程序,可以使用-Implementation of a Face with Matlab segmentation procedure, you can use
31767672pcnn
- 用Matlab实现人脸图像分割的程序,可以使用-Implementation of a Face with Matlab segmentation procedure, you can use
37724097pcnn
- 用Matlab实现人脸图像分割的程序,可以使用-Implementation of a Face with Matlab segmentation procedure, you can use
PCA
- 主成分分析方法通过建立两个主成分的二位图,对数值特异点的剔除,减少数据处理中无关项的干扰,-Free Source Code for Image segmentation and Extraction malic: A Realtime Face Recognition System Source Code Face Detection C++ Library with Skin and Motion Analysis Face Recognition
face_dec
- 基于YCbCr颜色空间的人脸分割程序,且对大量实验图片验证均有效-YCbCr color space based on face segmentation procedure, and the picture of a large number of experimental verification are valid
The-principle-of-Calman-filter
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an " optimal recursive data processing a
face-and-eye-detection-segmentation
- 利用形态学方法,通过腐蚀膨胀进行人脸分割和人眼检测-Using morphological methods of face and eye detection segmentation
Modifications_to_the_data_hiding_algorithm
- face recoginisation systemm .face segmentation using gradient
matlab_projects-master
- dexcription of face recognition
MATLAB课堂考勤(GUI)
- MATLAB课堂考勤(GUI) 该课题为基于MATLAB pca的人脸考勤系统。可以从一副图像中找出多人人脸,分割,计算人数,然后提前制作好这些人的人脸库,进行逐一识别是谁,是不是库内人脸,如是,具体是谁,如果不是,那提示库外人脸。具有友好的人机交互界面,还可以二次开发成摄像的,但是摄像头误差可能会有点。识别流程为:读取图像,人脸定位,人数统计,人脸分割,人脸识别,库内外判别。(The subject is face attendance system based on MATLAB PCA.