Face Detection in Python Tutorial

preview_player
Показать описание
In today's video Face Detection in Python Tutorial, we will create a python script using opencv module to detect faces in an Image and finally blur the faces out. With python programming language and opencv library we can easily do such a complex task in less than 30 lines of code. Face recognition is very helpful in many many ways but in this video we wanna detect faces in an image and blur them out, one of the many use cases of face recognition and detection. Face Detection in Python Tutorial can also be helpful for guys who wanna practice their python skills with a new mini project.

Used Modules:
- opencv

If you enjoyed Face Detection in Python Tutorial, please consider liking and sharing the video and subscribe to the channel for more cool stuff.

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

Cool, but the rectangle-shaped generated blur isn't the most aesthetically pleasing to look at. Is there a wayy to make the blur more 'eliptical' to capture the natural shape of the human face, or better yet, make code that can trace the outline a human face in a picture and then just blur within he confindes of that outline?

zennihilator