搜索资源列表
fdv41
- 本程序主要是为对人脸检测有兴趣人士提供一种参考例子,采用Gabor特征提取和神经网络。
fdv41
- 人脸检测,基于gabor的提取特征,利用人工神经网络进行人脸检测
fdp5final神经网络人脸检测
- gabor 神经网络 人脸检测系统
fdp-v51
- 神经网络人脸检测程序。采用Gabor变换提取特征,使用前馈网络分类识别。-Face Detection Program。
renlianbianshi
- 本程序是想人们说明了一种基于Gabor小波与神经网络的人脸检测的算法-This procedure is explained to people based on Gabor wavelet and neural network face detection algorithm
facedetect
- 在对图像进行Gabor变换后使用BP神经网络进行人脸检测的MATLAB程序-Gabor transform in the image using BP neural network after the face detection process MATLAB program
FaceDet(Gabor_netWork)
- 使用Gabor特征提取和神经网络的人脸检测,里面带有人脸和非人脸的训练图库,检测效果很好。 运行该程序: 1 -所有文件和目录复制到MATLAB的工作文件夹 *-为了运行程序,你必须有图像处理和神经网络工具箱 2 - 找到名为“main.m”的文件 3 - 双击这个文件或在命令窗口中的“主”类型 4 - 将显示一个菜单。点击“火车网”,并等待,直到程序完成培训 5 - 点击“照片上的测试”。将出现一个对话框。选择一个。JPG图片 6 - 等待,直到程序检测
gabor-face-detection-
- 基于gabor的提取特征,利用人工神经网络进行人脸检测- Feature extraction for face detection based on Gabor, using artificial neural network
Gabor-face-detection
- 基于Gabor特征提取和神经网络的人脸检测的matlab程序-Human face detection based on Gabor feature extraction and neural network in matlab
facial--expression
- 这个是面部表情自动识别的源代码。它是基于Viola和Jones的面部检测算法和Gabor面部特征点的提取,然后使用训练过的神经网络来识别人脸表情。-This is the automatic recognition of facial expression source code. It is Viola and Jones face detection algorithms and Gabor facial feature point extraction, and then use the
fds70
- gabor+神经网络实现人脸检测;可能会提示缺少data文件夹,自己在根目录下建一个就好了-gabor+ neural network face detection may be prompted to missing data folder in the root directory of built himself a nice
Face-Detection
- 在机器学习中,使用伽柏特征提取和神经网络来进行人脸检测。 -Face Detection using Gabor feature extraction and Neural Network