An open API service indexing awesome lists of open source software.

https://github.com/schmitzandrew/flur

Face Detection with Open CV and image editing with PIL.
https://github.com/schmitzandrew/flur

computer-vision opencv python

Last synced: 3 days ago
JSON representation

Face Detection with Open CV and image editing with PIL.

Awesome Lists containing this project

README

          

# Facial + Blur = Flur

This program uses Open CV to recognize multiple different objects, and PIL to apply changes.

It takes an initial image:
![dp](https://cdn.discordapp.com/attachments/689895768269783088/835378334812602378/unknown.png)

Finds the faces with OpenCV:
![dp_faced](https://cdn.discordapp.com/attachments/689895768269783088/835378458346520576/unknown.png)

And blurs them with Pillow:
![dp_blurred](https://cdn.discordapp.com/attachments/689895768269783088/835378557437739058/unknown.png)

This technique is also applied to other objects, like cats:

![cat_blurred](https://cdn.discordapp.com/attachments/689895768269783088/835409526722265108/unknown.png)