https://github.com/riju18/normal-smile-face-detection-with-viola-jones-algorithm
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.
https://github.com/riju18/normal-smile-face-detection-with-viola-jones-algorithm
haar-cascade-classifier jupyter-notebook opencv python3 viola-jones-algorithm
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/riju18/normal-smile-face-detection-with-viola-jones-algorithm
- Owner: riju18
- Created: 2019-09-09T19:06:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T13:33:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T12:44:26.973Z (4 months ago)
- Topics: haar-cascade-classifier, jupyter-notebook, opencv, python3, viola-jones-algorithm
- Language: Jupyter Notebook
- Homepage:
- Size: 842 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# normal smile face detection viola jones algorithm
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.
# all haarcascade feature:
https://github.com/opencv/opencv/tree/master/data/haarcascades
# voila-jones paper:
(https://github.com/riju18/normal_smile_face_detection_voila_jones_algorithm/files/3592175/10.1.1.10.6807.pdf)
# meachanism:
will be updated soon
# inspired by:
https://www.superdatascience.com/
# sample:
smile face detection (static image):
