Face Detection and How to Avoid It - OpenCV Python3

preview_player
Показать описание
People keep asking me if you can use OpenCV Python for face detection. Of course you can, and it isn't hard to get started with it. This is just a short, silly demo. I find a face, find a nose, then add a mustache overlay. Have a look at the code and give it a go. You can be Tom Selleck for a while.

Рекомендации по теме
Комментарии
Автор

A whole generation born after 1990 goes like: Who’s Tom Selek :)

rdoetjes
Автор

How would I measure from out point of the face to another?

JonnyNak
Автор

Hi, Mr.cleyton... can i ask about i'm getting error of face_cascade = # default cascade
AttributeError: 'module' object has no attribute 'data' on your code

how to solve it? Thanks.

basithAA