Tagged articles
34 articles
Page 1 of 1
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.

Computer VisionFace DetectionImage Processing
0 likes · 6 min read
Real-Time Image Processing with PHP and OpenCV: A Step-by-Step Tutorial
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.

CameraComputer VisionFace Detection
0 likes · 5 min read
Using PHP to Access the Camera and Perform 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.

Computer VisionFace DetectionHaar cascade
0 likes · 13 min read
Face Detection with Haar Cascade and Face Recognition Using LBPH in OpenCV
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.

Computer VisionCustom GUIFace Detection
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.

CameraFace DetectionOpenCV
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.

CameraComputer VisionFace Detection
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.

Computer VisionFace DetectionOpenCV
0 likes · 5 min read
How to Use PHP and OpenCV for Real-Time Camera Image Processing
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.

Face DetectionMediaPipeWeb Workers
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
ELab Team
ELab Team
Nov 25, 2022 · Artificial Intelligence

How to Build a Real‑Time Virtual Avatar with CNN and face‑api.js

This tutorial explains how to create a simple virtual avatar system by combining convolutional neural networks, the face‑api.js library, and WebRTC, covering CNN fundamentals, face detection, landmark extraction, model selection, and rendering techniques with code examples.

CNNFace DetectionJavaScript
0 likes · 13 min read
How to Build a Real‑Time Virtual Avatar with CNN and face‑api.js
MaGe Linux Operations
MaGe Linux Operations
Jun 29, 2022 · Fundamentals

Analyzing Your WeChat Friends with Python: Gender, Avatar, Signature & Location

This tutorial shows how to use Python libraries such as itchat, jieba, matplotlib, snownlp, and Tencent Youtu to fetch WeChat friend data and then visualize gender distribution, detect face usage in avatars, generate word clouds and sentiment analysis for signatures, and export location information for mapping.

Face DetectionPythonSentiment Analysis
0 likes · 15 min read
Analyzing Your WeChat Friends with Python: Gender, Avatar, Signature & Location
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.

ArcFaceFace DetectionMobileFaceNet
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.

AIFace DetectionOpenCV
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.

Face Detectionface_recognitionfacial landmarks
0 likes · 10 min read
Using the face_recognition Python Library for Face Detection, Landmark Identification, and Simple Applications
MaGe Linux Operations
MaGe Linux Operations
Jun 7, 2021 · Artificial Intelligence

How to Analyze Your WeChat Friends with Python: Gender, Avatar, Signature & Location Insights

This tutorial shows how to use Python libraries such as itchat, jieba, matplotlib, snownlp, and Tencent Youtu to fetch WeChat friend data and produce visual analyses of gender distribution, avatar face detection and tags, signature word clouds and sentiment, and geographic location, all illustrated with charts and code examples.

Face DetectionSentiment AnalysisWeChat
0 likes · 15 min read
How to Analyze Your WeChat Friends with Python: Gender, Avatar, Signature & Location Insights
Didi Tech
Didi Tech
Oct 16, 2020 · Artificial Intelligence

Mask Detection System and Visual AI Competition Achievements

Didi’s COVID‑19 mask‑detection system, built on a DFS‑based face detector and an attention‑enhanced ResNet‑50 mask classifier achieving over 99.5 % accuracy, has been deployed in vehicles, open‑sourced, and complemented by top‑ranked results in international visual AI contests, including first place in driver‑gaze prediction and podium finishes in emotion recognition and model‑compression challenges.

AIComputer VisionDeep Learning
0 likes · 22 min read
Mask Detection System and Visual AI Competition Achievements
Sohu Tech Products
Sohu Tech Products
Jul 22, 2020 · Artificial Intelligence

Face Detection Using Haar Features and AdaBoost with OpenCV

This article explains the principles and implementation of face detection based on statistical methods, detailing Haar feature types, integral image computation, feature normalization, cascade classifiers, and provides step‑by‑step OpenCV code examples for static images, eye detection, and real‑time webcam detection.

AdaBoostComputer VisionFace Detection
0 likes · 19 min read
Face Detection Using Haar Features and AdaBoost with OpenCV
UCloud Tech
UCloud Tech
Feb 20, 2020 · Artificial Intelligence

How UCloud’s AI Mask Detection Service Reaches 99% Accuracy in One Week

This article explains how UCloud’s AI team leveraged the UAI‑Train and UAI‑Inference platforms to develop, train, and deploy a high‑accuracy face‑mask detection service within a week, detailing the algorithmic approach, challenges, deployment pipeline, and real‑world applications.

AICloud AIComputer Vision
0 likes · 10 min read
How UCloud’s AI Mask Detection Service Reaches 99% Accuracy in One Week
Meituan Technology Team
Meituan Technology Team
Feb 6, 2020 · Artificial Intelligence

VICFace: High-Precision Face Detection in Natural Scenes

VICFace, a Meituan Vision Intelligence Center model, combines advanced data augmentation, a ResNet‑152‑based SRN architecture, specialized anchor design, and multi‑task loss functions to achieve state‑of‑the‑art face detection accuracy on WIDER FACE, enabling robust natural‑scene applications such as content filtering and safety checks.

Anchor-basedFace DetectionMeituan
0 likes · 20 min read
VICFace: High-Precision Face Detection in Natural Scenes
Qunar Tech Salon
Qunar Tech Salon
Dec 10, 2019 · Artificial Intelligence

Comprehensive Overview of Face Detection Methods and Techniques

This article provides an in‑depth review of face detection, covering traditional knowledge‑, model‑, feature‑ and appearance‑based approaches, modern deep‑learning methods such as cascade CNN, MTCNN and Facebox, strategies for handling multi‑scale faces, anchor‑box densification, and practical training considerations.

CNNCascade CNNComputer Vision
0 likes · 10 min read
Comprehensive Overview of Face Detection Methods and Techniques
21CTO
21CTO
Mar 4, 2019 · Artificial Intelligence

How to Spot AI‑Generated Fake Faces: Tips, Tricks, and the Tech Behind StyleGAN

This article explains why AI‑generated faces from StyleGAN are hard to distinguish, introduces an online game for testing realism, and provides practical visual cues—such as water spots, background errors, asymmetric glasses, hair artifacts, and teeth anomalies—to reliably identify fake images.

AI-generated imagesComputer VisionFace Detection
0 likes · 8 min read
How to Spot AI‑Generated Fake Faces: Tips, Tricks, and the Tech Behind StyleGAN
JD Tech
JD Tech
Feb 2, 2019 · Artificial Intelligence

Improved Selective Refinement Network (ISRN): JD AI’s State‑of‑the‑Art Face Detection Achieves Top Rankings on WIDER FACE

JD AI Research Institute introduced the Improved Selective Refinement Network (ISRN), a face‑detection model that outperforms all competitors on the WIDER FACE benchmark across Easy, Medium, and Hard subsets with AP scores of 96.3%, 95.4% and 90.3%, thanks to novel training strategies, COCO pre‑training, redesigned input modules, and multi‑stage classification‑regression enhancements.

Deep LearningFace DetectionISRN
0 likes · 8 min read
Improved Selective Refinement Network (ISRN): JD AI’s State‑of‑the‑Art Face Detection Achieves Top Rankings on WIDER FACE
Sohu Tech Products
Sohu Tech Products
Oct 24, 2018 · Artificial Intelligence

Intelligent News Image Formatter: AI‑Based Cropping and Selection System for News List Images

This article introduces the Intelligent News Formatter, an AI‑driven system that tackles news‑app list‑image problems by using face detection, object detection, deep‑learning based cropping, image quality filtering, and similarity removal to automatically produce aesthetically pleasing and information‑rich thumbnails.

AIFace DetectionImage Processing
0 likes · 14 min read
Intelligent News Image Formatter: AI‑Based Cropping and Selection System for News List Images
MaGe Linux Operations
MaGe Linux Operations
Mar 13, 2018 · Backend Development

Crawl Zhihu’s “Beautiful Women” Images and Filter by AI Face Scores in Python

This guide explains how to collect images from Zhihu’s “美女” topic using Python’s Requests and lxml, filter them with Baidu’s AipFace API based on gender, face presence, authenticity, and beauty score, and store the high‑quality results locally, including setup and optional customizations.

Baidu AIData FilteringFace Detection
0 likes · 7 min read
Crawl Zhihu’s “Beautiful Women” Images and Filter by AI Face Scores in Python
MaGe Linux Operations
MaGe Linux Operations
Apr 6, 2017 · Game Development

5 Fun Python Projects: Flag, ASCII Art, Tetris, Shooter & Face Detection

This article showcases five engaging Python projects—including drawing a national flag with Turtle, converting images to ASCII art, building a Tetris clone, creating a simple plane‑shooter game, and implementing a 25‑line face‑detection script—complete with code snippets, installation tips, and visual results.

ASCII artFace DetectionOpenCV
0 likes · 5 min read
5 Fun Python Projects: Flag, ASCII Art, Tetris, Shooter & Face Detection
58UXD
58UXD
Apr 5, 2016 · Product Management

How Empathy Shapes Photo‑Editing Features for China’s Gen‑Z Users

This article explores how user empathy and face‑detection technology guided the design of photo‑editing and sticker features in the “LaoXiangShuo” module of the Ganji app, targeting post‑90s users with tailored visual and textual enhancements.

Face DetectionGen ZPhoto Editing
0 likes · 9 min read
How Empathy Shapes Photo‑Editing Features for China’s Gen‑Z Users