My implementation of Viola–Jones object detection algorithm, from scratch.
Directory Structure
- voilajones: code for my implementation of Viola–Jones object detection algorithm
- face_recognizer: some experiments with opencv's face detection.
Implementation of Viola–Jones object detection algorithm, from scratch (repository also includes some experiments with opencv object detection)
Python