All Projects → jzplp → Face-Detection

jzplp / Face-Detection

Licence: GPL-2.0 License
本科毕业设计 基于Haar特征与AdaBoost算法的人脸检测的实现

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Face-Detection

FaceDetection.jl
A face detection algorithm using Viola-Jones' rapid object detection framework written in Julia
Stars: ✭ 13 (-61.76%)
Mutual labels:  face-detection, haar
viola-jones-adaboost
Training a face detection cascade using Adaptive Boosting after Viola and Jones.
Stars: ✭ 47 (+38.24%)
Mutual labels:  face-detection, adaboost
AISecurityCamera
A simple Security Camera example which detects motion and perform face recognition
Stars: ✭ 27 (-20.59%)
Mutual labels:  face-detection
Computer-Vision
Cool Vision projects
Stars: ✭ 51 (+50%)
Mutual labels:  face-detection
clockon-clockoff-face-recognition
Face Recognize application. Using FaceNet and CoreML
Stars: ✭ 21 (-38.24%)
Mutual labels:  face-detection
FaceRecognition With FaceNet Android
Face Recognition using the FaceNet model and MLKit on Android.
Stars: ✭ 113 (+232.35%)
Mutual labels:  face-detection
FaceSearch
FaceSearch: Searches for faces in a given image using the Google Reverse Image Search engine.
Stars: ✭ 44 (+29.41%)
Mutual labels:  face-detection
emotion-detector.js
👹 Emotion recognition in Node.js
Stars: ✭ 30 (-11.76%)
Mutual labels:  face-detection
OpenCVTest
基于OpenCV实现人脸检测和智能选区截图(仿扫描王APP)的功能
Stars: ✭ 33 (-2.94%)
Mutual labels:  face-detection
Multi-Face-Comparison
This repo is meant for backend API for face comparision and computer vision. It is built on python flask framework
Stars: ✭ 20 (-41.18%)
Mutual labels:  face-detection
Recogcis
Face detection & recognition AR app using the mlmodel to recognize company employees.
Stars: ✭ 28 (-17.65%)
Mutual labels:  face-detection
PyRecognizer
"A neural network to rule them all, a neural network to find them, a neural network to bring them all and verify if is you !!" (Face recognition tool)
Stars: ✭ 28 (-17.65%)
Mutual labels:  face-detection
retinaface
RetinaFace: Deep Face Detection Library for Python
Stars: ✭ 242 (+611.76%)
Mutual labels:  face-detection
face-detectify
😅 Detect faces in images. Without native modules. It uses tracking.js.
Stars: ✭ 20 (-41.18%)
Mutual labels:  face-detection
Facial-Recognition-Attendance-System
An attendance system which uses facial recognition to detect which people are present in any image.
Stars: ✭ 48 (+41.18%)
Mutual labels:  face-detection
gaze-estimation-with-laser-sparking
Deep learning based gaze estimation demo with a fun feature :-)
Stars: ✭ 32 (-5.88%)
Mutual labels:  face-detection
FYPFruitClassifier
Automatic Fruit Classifier Using Supervised AdaBoost Machine Learning Algorithm
Stars: ✭ 29 (-14.71%)
Mutual labels:  adaboost
tradaboost
Transfer learning algorithm TrAdaboost,coded by python
Stars: ✭ 96 (+182.35%)
Mutual labels:  adaboost
Face-Attributes-MultiTask-Classification
Use Cafffe to do Face Attributes MultiTask Classification based on CelebA data sets
Stars: ✭ 32 (-5.88%)
Mutual labels:  face-detection
DRML pytorch
Implementation of Deep Region and Multi-Label Learning for Facial Action Unit Detection.
Stars: ✭ 36 (+5.88%)
Mutual labels:  face-detection

Face-Detection

本科毕业设计 基于Haar特征与AdaBoost算法的人脸检测的实现

========================================

本项目源代码遵循GPL授权许可,你可以修改并免费使用,但请保留本项目作者信息,谢谢。

论文引用格式(文章为本科毕业论文):

贾震. 基于Haar特征与AdaBoost算法的人脸检测研究与实现[D]. 曲阜师范大学, 2016.

------博客地址------ Coding Home - 漂流瓶jz

CSDN博客 http://blog.csdn.net/qq278672818

新浪博客 http://blog.sina.com.cn/jzplp

========================================

main.m 为主函数

里面包含训练和检测的主要操作说明和用法。

========================================

实验过程:

image

实验结果;

image

========================================

训练样本: MIT人脸数据库

样本尺寸:20*20px

样本个数:5971个样本,其中人脸样本为2429个

faces文件夹 包含人脸样本

nonfaces文件夹 包含非人脸样本

========================================

测试样本: 加州理工大学 人脸数据库

样本尺寸:896*592px

包含450个样本

faces_test文件夹

(程序剔除了部分非人脸样本,实际检测样本数约为440个)

========================================

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].