Skip to main content

Detect and pixellate faces in the picture

Project description

facepixellate

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

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)

P.S :Check homepage ( github ) for detailed description

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

facepixellate-1.2.5.tar.gz (143.3 kB view hashes)

Uploaded Source

Built Distribution

facepixellate-1.2.5-py3-none-any.whl (147.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page