Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 489 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 489 Bytes

Smile-Detection

Using OpenCV

OpenCV with Python for Image and Video Analysis Smile Detection with Face & Eyes

to install the library need

pip install opencv import opencv

I used 3 opencv cascades

  1. frontalface cascade
  2. eyes cascade
  3. smile cascade

result

In this Python OpenCV code i want to show you Smile Detection with Face & Eyes . Better results are obtained by using high quality images and increasing the amount of stages for which the classifier is trained.