facepixellate

Detect and pixellate faces in the picture


License
MIT
Install
pip install facepixellate==1.3.1

Documentation

facepixellate

Detect and pixellate faces in the picture, with varying pixel size

Latest Version = 1.2.1

Installation

pip install facepixellate

Usage

1. Inside python code -

Sample code

import facepixellate 
import cv2 

img_p = facepixellate.pixellate_face("test_face.jpg", 0)
cv2.imwrite("output.jpg",img_p)