项目作者: ibrahimelmokhtar

项目描述 :
Detect faces from videos then blur these faces
高级语言: Python
项目地址: git://github.com/ibrahimelmokhtar/FaceDetectionAndBlurring.git


FaceDetectionAndBlurring

A Python program for detecting frontal faces and blurring the founded faces. This is done using Python and OpenCV.
This application was originally developed in 2017-2018 during a college course.

What I learnt

  • Python basics, i.e. list slicing, loops … etc.
  • Installing and using OpenCV
  • Face detection and tracking
  • Saving videos using python code