Tagged articles
14 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Dec 16, 2021 · Artificial Intelligence

How to Build a Real-Time Face Recognition System with Dlib and OpenCV in Python

This guide walks through constructing a Python‑based real‑time face recognition pipeline using Dlib and OpenCV, covering dataset creation, feature extraction, Euclidean distance matching, and live video stream identification, complete with code snippets, parameter tuning tips, and troubleshooting advice.

Real-Timedlibeuclidean distance
0 likes · 20 min read
How to Build a Real-Time Face Recognition System with Dlib and OpenCV in Python
ITPUB
ITPUB
Jan 27, 2019 · Artificial Intelligence

Achieve 99% Accurate Face Recognition with Python’s face_recognition Library

This guide introduces the open‑source Python library face_recognition, explains its high‑accuracy (up to 99.38%) facial detection and landmark capabilities, provides step‑by‑step code examples for locating faces, extracting landmarks, and comparing identities, and lists practical use‑case scenarios and the GitHub repository.

Computer VisionGitHubPython
0 likes · 6 min read
Achieve 99% Accurate Face Recognition with Python’s face_recognition Library
MaGe Linux Operations
MaGe Linux Operations
Jun 29, 2018 · Artificial Intelligence

How to Build a 200-Line Python Script for Automatic Face Swapping

This article walks through creating a concise 200‑line Python script that automatically detects facial landmarks with dlib, aligns faces using Procrustes analysis, corrects color differences, and blends a second face onto a first image, complete with code snippets and step‑by‑step explanations.

Computer VisionOpenCVdlib
0 likes · 9 min read
How to Build a 200-Line Python Script for Automatic Face Swapping
Qunar Tech Salon
Qunar Tech Salon
Jun 29, 2018 · Artificial Intelligence

Face Recognition with OpenCV, Python, and Deep Learning

This tutorial explains how to implement high‑accuracy face recognition using OpenCV, Python, and deep learning by leveraging dlib's deep metric learning, creating a custom dataset, encoding facial embeddings, and performing real‑time identification on images and video streams.

Computer VisionDeep LearningOpenCV
0 likes · 30 min read
Face Recognition with OpenCV, Python, and Deep Learning
MaGe Linux Operations
MaGe Linux Operations
Mar 27, 2018 · Artificial Intelligence

How to Swap Faces in Images with Python: A Step‑by‑Step Guide

This article explains how to write a compact Python script (about 200 lines) that automatically detects facial landmarks with dlib, aligns two faces using Procrustes analysis, corrects color differences, and blends the second face onto the first using OpenCV, complete with full source code and visual examples.

Computer VisionOpenCVPython
0 likes · 13 min read
How to Swap Faces in Images with Python: A Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Nov 1, 2017 · Artificial Intelligence

Master Face Recognition on Ubuntu with Python: Step‑by‑Step Guide

This guide walks through setting up Ubuntu 17.10 with Python 2.7, installing dlib and the face_recognition library, and demonstrates five practical examples ranging from a one‑line face‑recognition command to facial feature extraction and beautification, complete with code snippets and screenshots.

Computer VisionPythonUbuntu
0 likes · 10 min read
Master Face Recognition on Ubuntu with Python: Step‑by‑Step Guide