Skip to content
#

viola-jones-algorithm

Here are 19 public repositories matching this topic...

Smart Glasses for Visually ImpairedA project aimed for people with weak eyesight to help them recognize persons and detect objects around them using machine learning and deep learning algorithms.

  • 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