搜索资源列表
FaceDetectionFrame
- 一个基于知识的人脸检测系统,首先是提取肤色,然后在检测眼睛,嘴这些特征,进行验证是否是人脸,并标记位置-a knowledge-based Face Detection System, the first extraction of color, and then testing the eyes, mouth of these characteristics, verify whether he is a human face, and mark position
colorfacedetection
- 一个基于肤色的人脸检测系统,首先是提取肤色,然后在检测眼睛,嘴这些特征-a color-based Face Detection System, the first extraction of color, and then testing the eyes, mouth these characteristics
SGLDMatrix
- 灰度空间共现矩阵(SGLD)是著名的提取目标纹理的特征,已经成功地应用于人脸检测等计算机视觉中。大家可研究此MAtlab代码,在实用中转化为C代码使用。-Gray is a total space matrix (SGLD) is a well-known goal of extracting texture characteristics, has been successfully applied to the face detection and other computer vision
fdv41
- 本程序主要是为对人脸检测有兴趣人士提供一种参考例子,采用Gabor特征提取和神经网络。
VC++人脸检测系统
- 一个基于肤色的人脸检测系统,首先是提取肤色,然后在检测眼睛,嘴这些特征-a color-based Face Detection System, the first extraction of color, and then testing the eyes, mouth these characteristic
基于Gabor特征提取和人工智能的人脸检测系统源代码
- 使用步骤: 1. 拷贝所有文件到MATLAB工作目录下(确认已经安装了图像处理工具箱和人工智能工具箱) 2. 找到"main.m"文件 3. 命令行中运行它 4. 点击"Train Network",等待程序训练好样本 5. 点击"Test on Photos",选择一个.jpg图片,识别。 6. 等待程序检测出人脸区域
DetectionLibrary
- Chesnokov Yuriy写的人脸检测库,内容涵盖肤色检测、运动估计、SVM分类、PCA/LDA/ICA特征提取以及神经网络分类器等。-The article demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN
fdp-v51
- 神经网络人脸检测程序。采用Gabor变换提取特征,使用前馈网络分类识别。-Face Detection Program。
face_detection_code
- 用gabor 来做特征提取,用神经元网络来分类的人脸检测代码,配有详细的代码解释,适合初学者-use gabor for feature extraction,use neural network as a classifier to detect face in a image
gaborsvm1
- 先用gabor 小波滤波器,做特征提取,然后用支持向量机(SVM)做分类,来实现人脸检测.需要用matlab 2010 或更新的版本才能运行-the code is used for face detection.Firstly it use gabor wavelet filter for feature extraction,Secondly it use support vector machine (SVM)for classification.matlab 2010 required.
face
- 人脸检测,matlab开发,模型匹配,肤色识别,特征提取等。-face detective
face-detection
- 基于高波小波特征提取和神经网络的人脸检测Matlab源码-Matlab source code based on the high wave wavelet feature extraction and neural network face detection
gabor-face-detection-
- 基于gabor的提取特征,利用人工神经网络进行人脸检测- Feature extraction for face detection based on Gabor, using artificial neural network
DeepLearnToolbox_CNN_lzbV2.0
- DeepLearnToolbox_CNN_lzbV2.0 深度学习,卷积神经网络,Matlab工具箱 参考文献: [1] Notes on Convolutional Neural Networks. Jake Bouvrie. 2006 [2] Gradient-Based Learning Applied to Document Recognition. Yann LeCun. 1998 [3] https://github.com/rasmusberg
DeepLearnToolbox_CNN_lzbV3.0
- CNN - 主程序 参考文献: [1] Notes on Convolutional Neural Networks. Jake Bouvrie. 2006 [2] Gradient-Based Learning Applied to Document Recognition. Yann LeCun. 1998 [3] https://github.com/rasmusbergpalm/DeepLearnToolbox 作者:陆振波 电子
OpenCode_luzhenbo
- [原创]混沌分析,聚类分析,支持向量机,群体智能优化,深度学习(卷积神经网络)Matlab工具箱全开源版本下载 作者: 陆振波 毕业院校:海军工程大学,船舶与海洋工程(水声工程),博士 精通方向:信号处理,图像处理,人工智能,模式识别,支持向量机,深度学习,机器学习,机器视觉,群体智能,非线性与混沌,Matlab与VC++混编,大数据 擅长技能:团队激励,战略规划,企业文化,组织架构,C,C++,Matlab,OpenCV,并行计算,图像处理,智能视觉,卷积神经网络,人脸检测,行
matlab-Face-recognition
- 基于Gabor特征提取和人工智能的人脸检测系统-Face Detection System Based on Gabor Feature Extraction and Artificial Intelligence
rspcafnni
- 模糊神经网络图像识别, 基于人脸PCA算法的人脸检测识别,LDA特征提取,模糊神经隶属度算法-Fuzzy Neural Network Image Recognition
Face-Detection
- 在机器学习中,使用伽柏特征提取和神经网络来进行人脸检测。 -Face Detection using Gabor feature extraction and Neural Network
人脸识别完整程序
- 人脸识别完整程序,包含人脸检测与定位,特征提取与人脸识别环节(Face recognition complete program, including face detection and localization, feature extraction and face recognition.)