搜索资源列表
Histogram-Face-Recognition-program
- 基于Matlab 直方图Histogram的人脸识别程序:给出人脸图像库,包含训练及测试模块,最终给出识别结果。文件中附介绍。-Histogram Histogram for Face Recognition Based on Matlab program: given face image database that contains training and testing modules, and ultimately gives the recognition results. Desc
face
- 本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了定位和识别的正确率。-This software is mainly used in image processing technology: lig