A fast object detector using simple image clues and a chain of quick checks.
Viola-Jones is like a photo bouncer with a flashlight. Most spots get a quick “no face,” and only face-ish spots get the full squint.
It made face detection fast enough for real cameras. It was a classic before deep learning took over.
Object Detection
Viola-Jones was an early object detection method that worked in real time.
AdaBoost
Viola-Jones uses AdaBoost to pick features and build a cascade of classifiers.
YOLO
YOLO and other deep methods later became the main tools for real-time detection.