viola-jones
There are 76 repositories under viola-jones topic.
foo123/HAAR.js
Feature Detection based on Haar Cascades in JavaScript (Viola-Jones-Lienhart et al Algorithm)
noahlevenson/wasmface
Viola-Jones face detection from scratch in WebAssembly
theonlyNischal/Classroom-Attendance-System-Utilizing-Viola-Jones-for-Face-Detection-and-LBPH-for-Face-Recognition
The face of a human is crucial for conveying identity. Computer scientists, Neuro scientists, and psychologists, all exploits this human feature using image processing techniques for commercial, and law enforcement applications. Likewise, this feature can be invited into classrooms to maintain records of students’ attendance. Con- temporary traditional way of recording attendance involves human intervention and requires cooperation of the students which is hectic and contribute towards waste of class time. An automated real-time classroom attendance system detects students from still image or video frame coming from a digital camera, and marks his/her attendance by recognizing them. The system utilizes Viola–Jones object detection framework which is capable of processing images extremely rapidly with high detec- tion rates. In the next stage, the detected face in the image is recognized using Local Binary Patterns Histogram.
sunsided/viola-jones-adaboost
Training a face detection cascade using Adaptive Boosting after Viola and Jones.
alen-smajic/Towards-Explainable-AI-System-for-Traffic-Sign-Recognition-and-Deployment-in-a-Simulated-Environment
This project is part of the CS course 'Systems Engineering Meets Life Sciences I' at Goethe University Frankfurt. In this Computer Vision project, we present our first attempt at tackling the problem of traffic sign recognition using a systems engineering approach.
Donny-Hikari/Viola-Jones
A face detection program in python using Viola-Jones algorithm.
lulinchen/face_detect_open
A Voila-Jones face detector hardware implementation
nishagandhi/Face-Detection-and-Tracking
Computer Vision model to detect face in the first frame of a video and to continue tracking it in the rest of the video. This is implemented in OpenCV 3.3.0 and Python 2.7
jakewilliami/FaceDetection.jl
A face detection algorithm using Viola-Jones' rapid object detection framework written in Julia
wuziheng/GestureDetect-Violajones-CNN-
Gesture detect by viola-jones and cnn(based on opencv and caffe), able to detect and classify 5 kinds of pose, best 3ms/perframe on ARM-Firefly-RK3399
btuan/ViolaJones
Viola-Jones face detector.
foo123/HAARPHP
Feature Detection based on Haar Cascades in PHP (Viola-Jones-Lienhart et al Algorithm)
lincolnhard/face-detection-C
face detection using classical Viola-Jones method
saimj7/Object-Detection-Algorithms
Detection algorithms and applications from famous papers; simple theory; solid code.
AsisRai/Facial-Recognition-System-to-Automatically-record-attendance-of-Coventry-University-Students
Final Year Dissertation Project by Asis Rai
dibya-pati/ComputerVision
Various projects using Open CV
ZihengZZH/viola-jones
python implementation of the Viola-Jones algorithm in rapid face detection
ambakick/computer-vision
Where all the state-of-the-art computer vision Algorithms meet
Johnson145/RapidObjectDetectionUsingCascadedCNNs
The purpose of this project is to demonstrate the advantages of combining multiple CNNs to a common cascade structure. In contrast to training a single CNN only, the resulting classifier can be faster and more accurate at once. It can be used e.g. for the purpose of face detection.
bazingaaaa/vj-face
Viola Jones Object Detection Framework in C
Escapist-007/CVIP_Projects
The projects are part of the graduate-level course CSE-573 : Computer Vision and Image Processing [Spring 2019 @ UB_SUNY] Course Instructor : David Doerman (https://cse.buffalo.edu/~doermann/)
danhdoan/AdaBoost-with-CGA
Face Detection by AdaBoost learning. Conformal Geometric Algebra is applied for feature extraction.
Play3rZer0/FaceDetectWebcam
This uses face detection with webcam.
ishitadatta/EyeballDetection
:eyes: Eyeball detection and eye gaze tracking using MATLAB by face detection, eye region detection, pupil detection and eye tracking.
samiBendou/FaceDetection
C++ face detector using Viola and Jones method
hvk3/CV_project
Course project for CSE 344 : Computer Vision.
Zhenye-Na/viola-jones-algo
👨👩 Viola Jones Face Detection
dataplayer12/hey-daug
A light weight data augmentation tool for training CNNs and Viola Jones detectors
jasonsetiawan/CarsDetection-FPGA
FPGA-based Implementation of Viola Jones Algorithm for Cars Detection System
Lovepreet-Singh-LPSK/Face-Recognition
Face Recognition algorithm implemented using Eigen Faces and Viola Jones Algorithm.
Risto97/cascade_classifier
Python, C, RTL implementation of Viola Jones cascade classifier, using pretrained model from opencv.
samyhad/FaceDetectionWithPython
Este é o repositório de uma projeto de detecção facial com o Python. Ele foi baseado no projeto apresentado no curso de Traditional Face Detection With Python ofertado pela Real Python (https://realpython.com/courses/traditional-face-detection-python/)
srepollock/facial-recognition
A school project I completed and would like to continue working on
TheAdnan/detekcija_lica
Face Detection Application written in C++ using OpenCV