/object_detect

Implementation of Viola–Jones object detection algorithm, from scratch (repository also includes some experiments with opencv object detection)

Primary LanguagePython

object_detect

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.