Tag

facial landmarks

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Nov 30, 2024 · Artificial Intelligence

Generating Synthetic Face Masks with OpenCV and dlib

This tutorial explains how to create synthetic masked faces by using OpenCV and dlib to detect facial landmarks, draw various mask shapes, and overlay them on images, providing a practical pipeline for mask‑aware face recognition research.

Computer VisionPythondlib
0 likes · 16 min read
Generating Synthetic Face Masks with OpenCV and dlib
Python Programming Learning Circle
Python Programming Learning Circle
Jul 16, 2021 · Artificial Intelligence

Using the face_recognition Python Library for Face Detection, Landmark Identification, and Simple Applications

This article demonstrates how to install the Python face_recognition library, locate faces in images, crop and save them, encode faces into 128‑dimensional vectors, compare faces, detect facial landmarks, apply virtual makeup, and assemble these steps into a simple custom face‑recognition application.

Computer VisionFace RecognitionPython
0 likes · 10 min read
Using the face_recognition Python Library for Face Detection, Landmark Identification, and Simple Applications