Welcome![Sign In][Sign Up]
Location:
Search - face normalization

Search list

[Special Effectsillumination-normalization

Description: 这个c#编写的程序,用来对人脸图像进行预处理,从而提升人脸识别算法的性能。这里提出了3种用于人脸识别的图像预处理的光照归一化算法,即:Multiscale retinex和anisotropic 和isotropic平滑方法。-The c# Preparation procedures used for face image preprocessing, so as to enhance the performance of face recognition algorithms. Here put forward three kinds of image preprocessing for face recognition illumination normalization algorithm, namely: Multiscale retinex and anisotropic and isotropic smoothing method.
Platform: | Size: 250880 | Author: 小单 | Hits:

[OtherUFR2.0

Description: 通过人脸图像归一化,人脸检测,特征提取等处理后,实现人脸识别功能-Through the Human face image normalization, face detection, feature extraction, such as treatment, the realization of face recognition feature
Platform: | Size: 12288 | Author: meaita | Hits:

[Special EffectsEqualization

Description: MATLAB实现人脸识别,光照归一化算法-MATLAB realization of face recognition, illumination normalization algorithm
Platform: | Size: 411648 | Author: li | Hits:

[Special Effectsillumination_norm

Description: 毕设时写的程序,主要是人脸识别中的光照处理方法,包括直方图均衡,对数变换,SQI,MQI,SI等。本程序基于opencv实现。-This program demonstrates some illumination normalization methods used in face recognition.Histogram equaliztion,Logarithm transform,SQI,MQI are included.This program is based on opencv.
Platform: | Size: 324608 | Author: 顾徐鹏 | Hits:

[Special EffectsFaceNormalization

Description: 人脸归一化代码 人脸归一化代码 -code for face normalization code for face normalization
Platform: | Size: 47104 | Author: adai | Hits:

[Otheryizhongxindrenmianbubiaoqingshibie

Description: 论文提出一种全自动识别人脸七种基本表情(愤怒、厌恶、恐惧、高兴、无表情、悲伤和惊奇)的方法。该方法首先 采用几何模型匹配法自动定位出人眼,在此基础上进行人脸大小归一化,然后利用局域二值模式(Local Binary Pattern. LBP)技术提取面部特征,最后采用由粗到细的方案进行表情分类。采用日本的JAFFE公用表情数据库来检测算法的性 能,实验结果验证了方法的有效性。-Paper proposes a fully automatic identification of seven basic facial expressions (anger, disgust, fear, happy, neutral, sadness, and surprise) method. In this method, the geometric model matching method with automatic positioning to human eyes, in this based on the human face of Size Normalization and then use local binary pattern (Local Binary Pattern. LBP) Jishu extract facial features, and finally using coarse-to- fine program expression classification. Public expression of Japan' s JAFFE database performance detection algorithm, experimental results verify the validity of the method.
Platform: | Size: 171008 | Author: MJ | Hits:

[Special EffectsIamSeg

Description: 基于形态学商图像的光照归一化算法.复杂光照条件下的人脸/P,~J1是一个困难但需迫切解决的问题,为此提出了一种有效的光照归一化算法. 该方法根据面部光照特点,基于数学形态学和商图像技术对各种光照条件下的人脸图像进行归一化处理,并且将它 发展到动态地估计光照强度,进一步增强消除光照和保留特征的效果.与传统的技术相比,该方法无须训练数据集以 及假定光源位置,并且每人只需一幅注册图像,在耶鲁人脸图像库B上的测试表明,该算法以较小的计算代价取得了 优良的识别性能.-Face recognition under complex illumination conditions is still an open question.To cope with the problem ,this paper proposes an effective illumination normalization method.The proposed method employs morphology and quotient image techniques by analyzing the face illumination,and it is upgraded with dynamical lighting estimation technique to strengthen illumination compensation and feature enhancement.Compared with traditional approaches,this method doesn’t need any training data and any assumption on the light conditions, moreover,the enrollment requires only one image for each subject.The proposed methods are evaluated on Yale Face database B and receive a very competitive recognition rate with low computational cost.
Platform: | Size: 299008 | Author: 郭事业 | Hits:

[Otherface

Description: 完整的表情识别系统一般包括人脸表情图像捕获、预处理、人脸检测与定位、 人脸分割与归一化、人脸表情特征提取、人脸表情识别。本文着重研究了人脸表 情特征提取、特征选择及表情分类等关键问题,并提出了一些改进的方法,同时 进行了仿真实验-Complete expression recognition systems typically include facial expression image capture, preprocessing, face detection and location, face segmentation and normalization, facial expression feature extraction, facial expression recognition. Paper focuses on the facial expression feature extraction, feature selection and classification of facial expressions and other key issues and put forward a number of improved methods, and simulation experiment
Platform: | Size: 1054720 | Author: KW | Hits:

[Graph RecognizePreFace

Description: 采用光照归一化算法,可以用于人脸识别的预处理。-Illumination normalization algorithm for face recognition.
Platform: | Size: 318464 | Author: 兰鹰 | Hits:

[Graph RecognizeFaceRecog_src

Description: 程序结构 整个工程可以分为3个部分:算法、功能和应用。  算法部分 算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分显式调用。  功能部分 功能部分只有一个项目FaceMngr,该部分依赖于算法部分,实现人脸注册、训练、识别、导入/导出等具体功能。该项目生成一个dll供应用部分隐式调用。  应用部分 人脸识别Demo. 另外,工程中还有一个项目tools,实现了一些整个工程都可能用到的函数,大部分与OpenCV有关。该项目生成一个dll供各部分隐式调用。-Program Structure The whole project can be divided into three parts: the algorithm, function and application.  algorithm part Algorithm is part of the currently divided into four modules: face alignment, illumination normalization, feature extraction and selection, reduced subspace Dimension, each module is a project, each project generates a dll explicitly call for the functional part.  Features section Functional part of only one project FaceMngr, part of the part depends on the algorithm to achieve face up, training, Recognition, import/export and other specific functions. The project generates a dll for the supply of part of the implicit call.  Application Part Face Recognition Demo. In addition, there is a project engineering tools, to achieve a number of projects are likely to use the function, the majority With OpenCV related. The project generates a dll called implicitly for each part.
Platform: | Size: 627712 | Author: 吴嘉晔 | Hits:

[matlabillumination-invariant-face-recognition

Description: The INFace (Illumination Normalization techniques for robust Face recognition) toolbox v2.0 is a collection of Matlab functions and scripts intended to help researchers working in the field of face recognition.
Platform: | Size: 732160 | Author: | Hits:

[Graph Recognize[Ms.C-THESIS]-A-New-Illumination-Normalization-Ap

Description: A proposed illumination normalization method for face recognition... suitable for holistic-based methods
Platform: | Size: 6241280 | Author: TA | Hits:

[Special EffectsFace-image-normalization

Description: 用matlab写的一个将人脸图像进行归一化处理的程序,主要是将多个图像的尺寸进行调整使其大小一致。-Matlab write a face image the normalization processing program, mainly to adjust the size of multiple images to make it the same size.
Platform: | Size: 44032 | Author: 戴礼青 | Hits:

[Special Effectsrenlianpeizhun

Description: 人脸图像配准,将同一场景的两幅或多幅图像进行对准,可以实现人脸归一化-Face image registration, the same scene two or more images for the alignment can be achieved face normalization
Platform: | Size: 45056 | Author: white | Hits:

[Special EffectsFace-recognition

Description: 解决人脸识别系统中,人脸图像的尺寸归一化、位置校准、光照补偿、直方图均衡化、特征提取的工作-Solve the face recognition system, the size of the face image normalization, position calibration, illumination compensation, histogram equalization, feature extraction work
Platform: | Size: 4096 | Author: 瑜Orz | Hits:

[Special Effectsnormalization

Description: 进行人脸识别时,首先对数据进行归一化处理,保证数据的一致性,有利于后续的识别过程-When face recognition, first data normalization process, ensure data consistency, it is conducive to the subsequent identification process
Platform: | Size: 1024 | Author: 白帆 | Hits:

[Special EffectsFace-Normalization

Description: 有关ICA人脸特征提取的PPT,对于做人脸识别,或表情识别提取特征很有帮助.--On the ICA face feature extraction PPT, to make face recognition or face recognition feature extraction helpful.
Platform: | Size: 45056 | Author: jokk | Hits:

[OtherORL_Aligned_faces

Description: aligned and normalized ORL face database which is manually cropped by the eyes and mouth
Platform: | Size: 10312704 | Author: midou | Hits:

[OtherHigh-Fidelity_Pose__paper

Description: This paper is untitled High-Fidelity Pose and Expression Normalization for Face Recognition in the Wild
Platform: | Size: 4344832 | Author: huntermorgan | Hits:

[Graph RecognizeSIFT

Description: 面像识别训练时用到的归一化特征,进行人脸特征提取的代码(The normalization features used in facial recognition training, and the code for facial feature extraction)
Platform: | Size: 5120 | Author: HLT | Hits:
« 12 »

CodeBus www.codebus.net