Top "Viola-jones" questions

The Viola–Jones object detection framework is the first object detection framework to provide competitive object detection rates in real-time proposed in 2001 by Paul Viola and Michael Jones.

Haar Cascades vs. LBP Cascades in Face Detection

I have been experimenting with face detection in OpenCV (Open Source Computer Vision Library), and found that one could use …

opencv cascade face-detection haar-wavelet viola-jones
How does the Viola-Jones face detection method work?

Please explain to me, in few words, how the Viola-Jones face detection method works.

c++ opencv viola-jones
Viola-Jones' face detection claims 180k features

I've been implementing an adaptation of Viola-Jones' face detection algorithm. The technique relies upon placing a subframe of 24x24 pixels …

algorithm image-processing computer-vision face-detection viola-jones
Real time face detection in MATLAB

I'm trying to make a real time face detector using MATLAB. I found a sample code on the Mathworks' page, …

matlab tracking face-detection viola-jones matlab-cvst
How Viola Jones With AdaBoost Algorithm Work in Face Detection?

I've read a lot about Viola Jones method but i still not understand about "Weak Classifier", "Strong Classifier", "Sub Window" …

image-processing face-detection adaboost viola-jones
Viola-Jones detection algorithm using OpenCV haarcascade xml

I am trying to implement Viola Jones detector. Because I don´t have enough images or time to train classifiers, …

opencv face-detection viola-jones
Real time face detection using Viola and Jones in MATLAB

I am looking to detect faces in real time video captured from laptop camera. I use MATLAB R2011a (not …

matlab image-processing computer-vision viola-jones
Getting the confidence level of detectMultiscale in OpenCV with Python?

I'm using a trained opencv cascade classifier to detect hands in video frames, and would like to lower my false …

python opencv haar-classifier viola-jones