Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 908 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 908 Bytes

blur-faces-with-OpenCV

The below demos are implemented with facial recognization function with tuned weights in "haarcascade_frontalface" from OpenCV.

As for the blurring effect, median filter with the 35 x 35 aperture is adopted.

Carrie Lam's face in blurring effect

Various Scientists at Solvay Conference in blurring mask on their faces

video streaming with median blur effect

📗 Usage

$ python ./blur_video.py 📽️ to blur video files

$ python ./real_time_blurring.py 🎥 to blur streaming video from the device's camera