搜索资源列表
boost.m.31oct02.tar
- 一种新的人脸识别算法程序-a new face recognition algorithm
Face-Eye-Detection.rar
- 此matlab程序,用来检测并定位人脸及人眼。采用的算法是肤色的颜色分隔。附件中的文件包括 eyematch.m, eyematch2.m, face.m, findeye.m,skin.m, k001.JPG等等,This matlab procedures used to detect and locate human faces and the human eye. Algorithm used in the color of skin are separated. Attachment
经典的人脸识别算法
- 经典的人脸识别算法:2Dpca的实现,matlab实现环境。,Classical face recognition algorithms: 2Dpca the realization
设计一个用最少硬币找钱m的方法
- 设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱。可以使用的各种面值的硬币个数存于数组Coins[1:n]中。对任意钱数0≤m≤20001,设计一个用最少硬币找钱m的方法。-With n different coins, the face value of the coins stored in the array T [1: n] in the. Now use these coins to find the money. You can use the
sift-demonstration
- sift匹配与识别演示程序 运行face.m文件,载入图片后可提取sift特征点-sift demonstration.rar. run face.m
Adaboost-m
- 基于ADABOOST算法的人脸检测matlab程序-the face detection matlab program based on ADABOOST algorithm
Face_Transfer_with_Multilinear_Models
- Face Transfer is a method for mapping videorecorded perfor-mances of one individual to facial animations of another. It extracts visemes (speech-related mouth articulations), expressions, and three-dimensional (3D) pose from monocular video or 铿乴m fo
adaboost
- 人脸识别,基于MATLAB的一个人脸识别训练样本-recognition of face
daima
- (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化矩阵disdata,存入到imagedisdata.mat
A_New_Algorithm_ofFastFaceDetection_underComplexCo
- 使用一种新的假面变换和模板匹配的人脸检测算法,能够对复杂环境中大小不等的人脸 进行快速、准确的检测.算法首先通过假面变换来预测人脸位置上边沿的中心,然后对图像中的预 测位置进行模板匹配,设计了一类对照明变化、噪声干扰具有较强适应性的模板匹配方法,最后对 匹配结果进行验证,确定人脸准确位置.采用多种环境下的大量图片进行实验,结果显示该算法具 有较快的检测速度和较高的准确性及鲁棒性. -A novelalgorithm offacedetection based on mask
hausdorff
- 摘 要: 提出了一种基于改进 Ha u s d o r f f距离的人脸相似度匹配的方法, 该方法首先将人脸划分为脸型、 双眼、 鼻、 嘴等几个特征点 集, 分别计算各部分的改进 Ha u s d o r f f 距离, 然后进行加权计算相似度。利用该方法, 在 A S M( 主动形状模型) 定位人脸的基础上进 行了人脸检索。 实验表明, 利用人脸相似度计算方法对人脸特征库进行搜索, 达到 了较好的效果。同时结合 A S M 自动人脸检测, 本 方法可以全自动完成人脸匹配, 应
surfo
- This submission contains a function that computes face normal data for the VertexNormals property of the surface that fixes the lighting (facenorm.m) as well as a workaround function that you can just use in place of surf (surfo.m). Only use th
face_detection
- 人脸识别-仅对静态图片The output of this code is mainly required for feature detection or facial expression recognition purpose. give the input(name of the image) at the 1st line of the facedetection.m file & run the file. The face_database folder contain
Face_detectionEllipse_detection
- 都是用matlab写的,复制到txt上了 (1)基于简单背景的人脸监测,针对视频,效果还不错,传的是txt,大家新建一个M文件,复制,然后把视频名与程序中的改成一致就可以了。 (2)对多椭圆的检测,非实际图像,无噪声,就是简单的椭圆,使用同上。-Are written with matlab, copy to the txt on the (1) human face based on a simple background monitoring, for video, the resu
AR_SKFA
- 在ar人脸库上的sparse kernel feature analysis程序,该程序挨个计算kernel空间鉴别向量,最后组成鉴别向量集进行分类-In the ar face database on the sparse kernel feature analysis program, which identified one by one calculation kernel space vector, the final set of vectors to classify the co
59564872dpca
- matlab 人脸识别的源文件,。-matlab m files
SVM-face-recognition
- SVM face recognition 程序源代码 s1-s40 --------- 人脸数据库 face.m --------- 人脸识别主程序 load_database.m------载入数据函数 其他-------------LIBSVM工具箱函数 注意:LIBSVM需要手动安装,先安装编译器,再执行make.m-Source code S1-s40-----face database Face. M-----face recognition t
face.m
- matlab做人脸识别的一段程序源码,需要自行下载数据库-do face recognition matlab source code of a program, you need to download the
gskmadechar
- face recognition matlab code face.m
video_detection.m
- 使用VJ算法识别人脸,并使用KLT算法进行特征识别并追踪(Face detection using VJ algorithm, and track it using KLT algorithm)