Skip to content

memsb/FaceDetection

Repository files navigation

Face Detection and Anonymisation

Detect and blur/scramble faces in images or webcam footage. Could be used in an AWS Lamba to automatically anonymise faces in uploaded images.

Image Files

faces

python anonymise.py --input faces/faces.png --output faces/blurred.png

blurred faces

python anonymise.py --input faces/faces.png --output faces/pixelated.png --method pixelate

pixelated faces

Webcam Video

python webcam.py

Blurred webcam image

python webcam.py --method pixelate

Pixelated webcam image

About

OpenCV face detection and anonymisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages