Skip to main content

All Questions

1 vote
1 answer
2k views

Rotated object detection by Viola jones Algorithm

In my project I need to detect rotated and non-rotated faces in real time. I read original articles and try to use common implementation in matlab and openCV. And as I understood Haar features are not ...
Konstantin Sozykin's user avatar
1 vote
3 answers
2k views

Training own classifiers using trainCascadeObjectDetector for face detection

I want to train a cascade classifier to face detect. I read this page. But I wont use trainingImageLabeler app, because I already have face and nonface database sized 24x24. How I use ...
emre's user avatar
  • 13
1 vote
2 answers
917 views

Techniques to reduce delay in detecting face from video using vision.CascadeObjectDetector in matlab

I wrote matlab code for face detection.In my code it is detecting face for first 100 frames and it crop faces from each frame and saves it in database folder.Problems iam facing 1.Detecting face ...
prash2's user avatar
  • 53