Posts with tag: #python

How to find and anonymize faces using OpenCV and Python

02 November 2020
#opencv#python#face detection#face recognition#anonymization#blurring#anonymize

Simple ways to anonymize faces with OpenCV and Python. Blur a face, or black out the eyes using minimal code

Read more →

OpenCV understanding erode and dilate

09 October 2020
#opencv#python#erode#dilate

Examples of the erode and dilate functions in OpenCV

Read more →