Skip to content
#

viola-jones-algorithm

Here are 21 public repositories matching this topic...

Smart Glasses for Visually Impaired people: Deep learning based smart glasses to assist visually impaired users in recognizing people and objects. Responsibilities included data collection, implementation, and documentation of face recognition module.

  • Updated Feb 26, 2023
  • Python

From google: The Viola-Jones algorithm is a widely used mechanism for object detection. The main property of this algorithm is that training is slow, but detection is fast. ... Then the detection window is moved across the image as follows: Set the minimum window size, and sliding step corresponding to that size.

  • Updated Jun 24, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the viola-jones-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the viola-jones-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more