Tag

face detection

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Mar 13, 2025 · Artificial Intelligence

Real-Time Image Processing with PHP and OpenCV: A Step-by-Step Tutorial

This tutorial guides PHP developers through installing OpenCV and the php‑opencv extension, capturing live video, displaying frames in a browser, and performing real‑time face detection using Haar cascades, providing a practical introduction to computer‑vision tasks in PHP.

PHPcomputer visionface detection
0 likes · 6 min read
Real-Time Image Processing with PHP and OpenCV: A Step-by-Step Tutorial
Python Programming Learning Circle
Python Programming Learning Circle
Jan 23, 2025 · Artificial Intelligence

Python Script for Scraping Zhihu “Beauty” Topic Images with Baidu AI Face Detection

This tutorial explains how to use Python 3 with Requests, lxml, and Baidu's AipFace SDK to crawl images from Zhihu's "美女" topic, filter them by face detection, gender, authenticity, and beauty score, and store the qualified pictures locally.

Web ScrapingZhihubaidu-ai
0 likes · 4 min read
Python Script for Scraping Zhihu “Beauty” Topic Images with Baidu AI Face Detection
Python Programming Learning Circle
Python Programming Learning Circle
Dec 20, 2024 · Artificial Intelligence

Face Detection with OpenCV and Dlib in Python

This tutorial explains how to implement face, eye, and mouth detection using OpenCV's Haar cascades, Dlib's HOG and CNN detectors, and provides step‑by‑step code for both static images and real‑time video streams in Python.

CNNHOGHaar cascade
0 likes · 19 min read
Face Detection with OpenCV and Dlib in Python
php中文网 Courses
php中文网 Courses
Dec 18, 2024 · Artificial Intelligence

Using PHP to Access the Camera and Perform Face Detection with OpenCV

This article explains how to install OpenCV and php-facedetect libraries, write PHP code to capture images from a webcam, perform face detection using the pico library, and display the results, providing a step‑by‑step guide for object detection with PHP.

CameraPHPcomputer vision
0 likes · 5 min read
Using PHP to Access the Camera and Perform Face Detection with OpenCV
php中文网 Courses
php中文网 Courses
Oct 11, 2024 · Artificial Intelligence

Using PHP to Access a Webcam and Perform Object (Face) Detection with OpenCV

This tutorial explains how to install OpenCV and php-facedetect, write PHP code to capture images from a webcam, perform face detection, and display the results, providing step‑by‑step commands and a complete example script.

PHPbackendcomputer vision
0 likes · 6 min read
Using PHP to Access a Webcam and Perform Object (Face) Detection with OpenCV
Python Programming Learning Circle
Python Programming Learning Circle
Sep 5, 2024 · Artificial Intelligence

Face Detection with Haar Cascade and Face Recognition Using LBPH in OpenCV

This article explains the fundamentals of face detection using the Haar‑cascade algorithm, how to train and apply detectors with OpenCV, and introduces the Local Binary Patterns Histograms (LBPH) method for face recognition, covering data preparation, parameter selection, and matching techniques.

Haar cascadeLBPHPython
0 likes · 13 min read
Face Detection with Haar Cascade and Face Recognition Using LBPH in OpenCV
Python Programming Learning Circle
Python Programming Learning Circle
Aug 22, 2024 · Artificial Intelligence

Python-Based WeChat Friend Data Analysis: Gender, Location, Avatar, and Signature Insights

This article demonstrates how to use Python libraries such as itchat, matplotlib, jieba, and SnowNLP to collect WeChat friend information and perform data analysis on gender, location, avatars, and signatures, presenting results with charts and word clouds, including sentiment and face detection.

PythonVisualizationWeChat
0 likes · 12 min read
Python-Based WeChat Friend Data Analysis: Gender, Location, Avatar, and Signature Insights
Selected Java Interview Questions
Selected Java Interview Questions
Jul 3, 2024 · Artificial Intelligence

Integrating OpenCV with Java and Spring Boot for Face Detection and Recognition

This guide provides a comprehensive walkthrough of installing OpenCV, using its Java API for image and video face detection, implementing face comparison, creating custom GUI windows, and integrating the library into a Spring Boot application with detailed code examples and common troubleshooting tips.

Custom GUIJavaSpring Boot
0 likes · 25 min read
Integrating OpenCV with Java and Spring Boot for Face Detection and Recognition
php中文网 Courses
php中文网 Courses
May 20, 2024 · Artificial Intelligence

Using PHP and OpenCV for Real-Time Camera Image Processing

This tutorial explains how PHP developers can install OpenCV and the php‑opencv extension, capture video from a webcam, display live frames in a browser, and perform basic real‑time image processing such as face detection using Haar cascades.

CameraPHPReal-Time Image Processing
0 likes · 5 min read
Using PHP and OpenCV for Real-Time Camera Image Processing
php中文网 Courses
php中文网 Courses
Apr 16, 2024 · Artificial Intelligence

Using PHP and OpenCV for Camera‑Based Object Detection

This tutorial explains how to install required libraries, write PHP code that captures images from a webcam, uses OpenCV and php‑facedetect to detect faces, and displays the results with annotated bounding boxes, providing a foundation for further object detection projects.

CameraPHPcomputer vision
0 likes · 6 min read
Using PHP and OpenCV for Camera‑Based Object Detection
php中文网 Courses
php中文网 Courses
Apr 11, 2024 · Artificial Intelligence

How to Use PHP and OpenCV for Real-Time Camera Image Processing

This tutorial explains how PHP developers can install OpenCV and the php‑opencv extension, capture video from a webcam, display live frames in a browser, and perform basic real‑time image processing such as face detection using OpenCV’s cascade classifier.

PHPReal-Time Image Processingcomputer vision
0 likes · 5 min read
How to Use PHP and OpenCV for Real-Time Camera Image Processing
Python Programming Learning Circle
Python Programming Learning Circle
Dec 4, 2023 · Backend Development

Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection

This article explains how to collect images from Zhihu's "beauty" topic using Python's Requests and lxml libraries, filter them with Baidu AI's AipFace face detection service, and store the qualified pictures locally, detailing the required environment, logic, and preparation steps.

PythonZhihubaidu-ai
0 likes · 5 min read
Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection
Bilibili Tech
Bilibili Tech
Jun 9, 2023 · Artificial Intelligence

Implementing Face Blocking Danmaku Using Machine Learning in Browser

Liu Jun explains how Bilibili’s engineers replaced traditional pre‑processed SVG masks with a real‑time, browser‑based machine‑learning pipeline—using MediaPipe SelfieSegmentation, OffscreenCanvas, and Web Workers—to extract human contours and block faces in danmaku, achieving roughly 5 % CPU load on a 2020 M1 MacBook.

MediaPipeOffscreenCanvasPerformance Tuning
0 likes · 9 min read
Implementing Face Blocking Danmaku Using Machine Learning in Browser
DataFunSummit
DataFunSummit
May 31, 2023 · Artificial Intelligence

Evolution of Face Detection Techniques: Datasets, Research Directions, and Future Work

This article reviews the evolution of face detection, covering the Widely‑Face dataset, major research directions such as feature fusion, label assignment, auxiliary supervision, anchor‑free methods, NAS‑based designs, summarizes key papers from S3FD to MogFace, introduces ModelScope implementations, and outlines future challenges and opportunities.

AI researchcomputer visiondatasets
0 likes · 13 min read
Evolution of Face Detection Techniques: Datasets, Research Directions, and Future Work
DataFunTalk
DataFunTalk
Dec 24, 2022 · Artificial Intelligence

Model-as-a-Service AI Face Detection and Gradio Application Development

This article explains how to use ModelScope's Model-as-a-Service for face detection, demonstrates the required Python code, and shows how to build and share a Gradio‑based AI application, including a more complex "Time Album" use case.

AIGradioModel-as-a-Service
0 likes · 11 min read
Model-as-a-Service AI Face Detection and Gradio Application Development
DataFunTalk
DataFunTalk
Dec 5, 2022 · Artificial Intelligence

MogFace: A High‑Performance Face Detector with Dynamic Label Assignment, FP Context Analysis, and Pyramid‑Level Supervision

The article presents MogFace, a state‑of‑the‑art face detection system that combines a dynamic label‑assignment strategy, false‑positive context analysis, and pyramid‑layer ground‑truth supervision to achieve multiple top‑ranked results on the WIDER FACE benchmark, and details its architecture, observations, and experimental validation.

MogFacecomputer visiondynamic label assignment
0 likes · 7 min read
MogFace: A High‑Performance Face Detector with Dynamic Label Assignment, FP Context Analysis, and Pyramid‑Level Supervision
Python Programming Learning Circle
Python Programming Learning Circle
Nov 22, 2021 · Artificial Intelligence

Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection

This tutorial explains how to use Python 3 with Requests, lxml, and Baidu's AipFace SDK to crawl images from Zhihu's "beauty" topic, filter them by face detection and gender criteria, and store the qualified pictures locally.

baidu-aidata collectionface detection
0 likes · 4 min read
Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection
58 Tech
58 Tech
Aug 24, 2021 · Artificial Intelligence

Implementation and Optimization of a Political Face Recognition Service

This article details the design, technical choices, and iterative optimizations of a large‑scale political face detection and recognition system, covering face detection, alignment, and feature extraction modules, performance improvements, deployment results, and future challenges.

ArcFaceMobileFaceNetdeep learning
0 likes · 14 min read
Implementation and Optimization of a Political Face Recognition Service
Test Development Learning Exchange
Test Development Learning Exchange
Aug 9, 2021 · Artificial Intelligence

Basic Face Detection with OpenCV in Python

This article introduces the fundamentals of face detection using Python's OpenCV library, explaining the underlying concepts of computer vision and providing a complete, step‑by‑step script that loads an image, converts it to grayscale, detects faces with a Haar cascade, and visualizes the results.

AIPythoncomputer vision
0 likes · 2 min read
Basic Face Detection with OpenCV in Python
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.

Pythoncomputer visionface detection
0 likes · 10 min read
Using the face_recognition Python Library for Face Detection, Landmark Identification, and Simple Applications