搜索资源列表
VJ-DETECTOR.rar
- Viola-Jones Face detection ,Viola-Jones Face detection
adaboost.rar
- 一个最基本的adaboost算法源码(matlab),a basic adaboost algorithom source code (matlab)
viola_jones
- 这个是最成熟的人脸检测算法viola-jones的matlab版本实现,适合搞研究的同学们-a matlab implementation of the viola-jones face dection!
FaceDetect(mathworks)
- Viola-Jones Fast Face Detection的matlab实现。-Viola-Jones Fast Face Detection Mex Implementation
FaceDetectuionImadMahdi
- 经典的基于Viola Jones算法的人脸识别matlab程序-the classic face recognition matlab program based on Viola Jones algorithm
fd
- face recognition using viola jones method
haar_face-detection
- this a face detector using haar like features this is an extension of viola jones model with lesser number of features or subset of features-this is a face detector using haar like features this is an extension of viola jones model with lesser nu
viola-jones
- matlab code related to object detection
Viola-Jones Face Detection in Matlab
- Face Detection implementing the Viola-Jones object recognition framework, realized in Matlab.
OpenCV_face_detector
- opencv 1.0 中人脸检测代码的实现 用到了matlab 与c++混合编码-face detection using viola-jones algrithm.
ViolaJones_version0b
- viola jones版的人脸检测matlab版代码。-viola jones version of face detecton code for Matlab
code-for-face-detection
- Lets see how to detect face, nose, mouth and eyes using the MATLAB built-in class and function. Based on Viola-Jones face detection algorithm, the computer vision system toolbox contains vision.CascadeObjectDetector System object which detects objec
release1_nov14
- viola jones经典人脸检测算法,matlab版本-viola jones classic face detection algorithm, matlab version
ViolaJones_version0b
- Viola-Jones in Matlab 2010b for face detection
codes-matlab
- this codes is Source code for face detection of viola paper.of its Features is: Feature Computation: The “Integral” image representation Feature Selection: The AdaBoost training algorithm . Real-timeliness: A cascade of classifiers.-this code
detect-objects-using-the-viola-jones-algorithm---
- detect objects using the viola-jones algorithm - matlab
matlab-viola-jones-master
- matlab code of viola jones object/face detector
adaboost-viola-jones-master
- adaboost viola jones
matlab-viola-jones-master
- 用matlab实现了基于viola-jones框架的人脸检测算法(A face detection algorithm based on Viola-Jones framework is implemented with MATLAB)
shishizhuizong
- 实时人脸识别与追踪,主要运用了Matlab计算机视觉工具箱,维奥拉-琼斯算法,KTL算法。 直接运行代码会出现”错误使用webcam,尚未安装MATLAB Support Package for USB Webcams。打开Support Package Installer即可安装Webcam Support Package”这个错误。(Real time face recognition and tracking mainly use Matlab Computer Vision Too