Tagged articles
180 articles
Page 1 of 2
Woodpecker Software Testing
Woodpecker Software Testing
Feb 11, 2026 · Artificial Intelligence

Building a Smart Face‑Recognition Attendance System with FastAPI and OpenCV

This article walks through the complete design and implementation of an intelligent attendance system that uses face detection, face encoding comparison, and liveness verification with the Python face_recognition library, OpenCV, FastAPI, SQLModel, and WebSocket communication, providing end‑to‑end code samples for backend APIs, database schema, and interactive front‑end pages.

FastAPIOpenCVPython
0 likes · 68 min read
Building a Smart Face‑Recognition Attendance System with FastAPI and OpenCV
Java Tech Enthusiast
Java Tech Enthusiast
Jul 13, 2025 · Artificial Intelligence

Build a Java SpringBoot 3.x License Plate Recognition System with OCR

This article walks through creating a server‑side license‑plate recognition solution using Java SpringBoot 3.x, Tesseract OCR, and OpenCV, covering project goals, Maven dependencies, image‑processing services, special‑plate handling, and a REST API for real‑time plate detection.

OCROpenCVSpringBoot
0 likes · 8 min read
Build a Java SpringBoot 3.x License Plate Recognition System with OCR
Python Programming Learning Circle
Python Programming Learning Circle
Jul 8, 2025 · Artificial Intelligence

Create a Dancing Word Cloud from Bilibili Videos with Python – Full Step‑by‑Step Guide

This tutorial walks you through building a Python project that downloads a Bilibili video, extracts its frames, applies Baidu AI human segmentation, scrapes danmu comments, generates a stylized word‑cloud animation, and finally composes a video with background music, showcasing video processing, AI, and data visualization techniques.

AI segmentationBilibiliOpenCV
0 likes · 11 min read
Create a Dancing Word Cloud from Bilibili Videos with Python – Full Step‑by‑Step Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 27, 2025 · Artificial Intelligence

Image Encryption, Watermarking, Detection & Green Screen Removal in Python

This tutorial walks through Python-based computer‑vision techniques—including XOR‑based image encryption, mask and ROI methods, digital watermark embedding via bit‑plane and LSB, sensitivity‑driven object detection, and HSV‑based green‑screen removal—providing complete code snippets and practical guidance for rapid AI‑assisted learning.

Computer VisionOpenCVPython
0 likes · 17 min read
Image Encryption, Watermarking, Detection & Green Screen Removal in Python
php Courses
php Courses
May 28, 2025 · Backend Development

Real-Time Webcam Capture and Image Effects with PHP

This tutorial explains how to set up a PHP environment, use OpenCV and the GD library to capture webcam video frames, apply real-time image filters such as grayscale, blur, contrast, and edge detection, and switch effects via keyboard input, enabling personalized photo creation.

GD libraryImage ProcessingOpenCV
0 likes · 4 min read
Real-Time Webcam Capture and Image Effects with PHP
AIWalker
AIWalker
May 14, 2025 · Artificial Intelligence

Guided Image Filtering Explained: Insights from He Kaiming’s Classic Paper

This article reviews the Guided Image Filtering technique introduced by He Kaiming, compares it with other edge‑preserving filters, provides detailed OpenCV C++ and Python implementations, discusses the fast variant, analyzes computational complexity, and showcases visual results.

Edge PreservingGuided FilteringImage Processing
0 likes · 10 min read
Guided Image Filtering Explained: Insights from He Kaiming’s Classic Paper
php Courses
php Courses
Apr 23, 2025 · Artificial Intelligence

Real-Time Face Recognition with PHP and OpenCV

This article explains how to set up a PHP environment, control a camera, and use the OpenCV library to perform real‑time face detection and recognition with code examples, demonstrating a practical security solution for applications such as access control and surveillance.

Computer VisionOpenCVPHP
0 likes · 6 min read
Real-Time Face Recognition with PHP and OpenCV
Python Programming Learning Circle
Python Programming Learning Circle
Apr 21, 2025 · Game Development

Building an Automated Minesweeper Solver with Python and OpenCV

This article provides a step‑by‑step guide to creating a Python‑based automated Minesweeper solver using OpenCV for screen capture, win32gui for window handling, and custom image‑recognition and solving algorithms, including environment setup, frame extraction, block segmentation, classification, and click automation.

Game BotImage ProcessingMinesweeper
0 likes · 12 min read
Building an Automated Minesweeper Solver with Python and OpenCV
php Courses
php Courses
Apr 16, 2025 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This tutorial explains how to set up a PHP environment, use OpenCV and GD libraries to capture live webcam frames, apply various image filters such as grayscale, Gaussian blur, contrast adjustments, edge detection, and switch effects via keyboard input, providing complete code examples.

GD libraryOpenCVPHP
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
php Courses
php Courses
Apr 15, 2025 · Artificial Intelligence

Using PHP to Access a Camera and Perform Image Recognition

This article explains how to use PHP to control a camera via extensions such as OpenCV or FFmpeg, integrate image‑recognition libraries like Tesseract OCR, and apply these techniques to scenarios such as security monitoring, object detection, and facial‑recognition login, enhancing application intelligence.

AICameraOpenCV
0 likes · 6 min read
Using PHP to Access a Camera and Perform Image Recognition
php Courses
php Courses
Mar 17, 2025 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This article demonstrates how to set up a PHP environment, use OpenCV and GD libraries to capture webcam video, apply various real-time image effects such as grayscale, Gaussian blur, contrast adjustments, edge detection, and implement keyboard-controlled effect switching, providing complete code examples.

GD libraryImage ProcessingOpenCV
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
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
Feb 12, 2025 · Backend Development

Real-Time Photo Effects with PHP: Capturing Webcam Video and Applying Filters

This tutorial explains how to use PHP with OpenCV and the GD library to capture webcam video, save each frame as a JPEG, and apply various real‑time image filters such as grayscale, Gaussian blur, contrast adjustments, and edge detection, including keyboard‑controlled filter switching.

FiltersGDOpenCV
0 likes · 5 min read
Real-Time Photo Effects with PHP: Capturing Webcam Video and Applying Filters
Python Programming Learning Circle
Python Programming Learning Circle
Jan 14, 2025 · Artificial Intelligence

Age Prediction Using OpenCV and Deep Learning with Python

This tutorial explains how to use OpenCV, pre‑trained deep‑learning models, and Python to automatically detect faces and predict a person's age from static images or real‑time video, covering model selection, project structure, script usage, result analysis, and ways to improve accuracy.

Age EstimationCaffeComputer Vision
0 likes · 18 min read
Age Prediction Using OpenCV and Deep Learning with Python
Python Programming Learning Circle
Python Programming Learning Circle
Dec 18, 2024 · Artificial Intelligence

Object Detection in Python Using Template Matching

This article demonstrates how to perform object detection in Python without machine‑learning frameworks by using OpenCV’s template‑matching functions, covering single‑object detection, multi‑object detection with thresholding, and providing complete code examples for loading images, matching, locating matches, drawing bounding boxes, and visualizing results.

Computer VisionOpenCVTemplate Matching
0 likes · 6 min read
Object Detection in Python Using Template Matching
php Courses
php Courses
Dec 10, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This tutorial explains how to set up a PHP development environment, capture live video from a webcam using OpenCV, and apply various real‑time image effects with the GD library, including keyboard‑controlled effect switching.

OpenCVVideo CaptureWebcam
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
Test Development Learning Exchange
Test Development Learning Exchange
Nov 30, 2024 · Artificial Intelligence

Basic Image Processing with OpenCV: Reading, Displaying, and Manipulating Images in Python

This tutorial introduces basic image processing techniques using OpenCV in Python, covering image reading, displaying, grayscale conversion, cropping, resizing, rotation, flipping, and saving, with step‑by‑step code examples and explanations to help beginners apply these operations in real projects.

Computer VisionOpenCVPython
0 likes · 8 min read
Basic Image Processing with OpenCV: Reading, Displaying, and Manipulating Images in Python
Test Development Learning Exchange
Test Development Learning Exchange
Nov 30, 2024 · Artificial Intelligence

Popular Python Libraries for Image Processing with Installation Commands and Code Samples

This article introduces ten widely used Python image‑processing libraries—including Pillow, OpenCV, scikit‑image, imageio, mahotas, SimpleITK, imgaug, face_recognition, Pyradiomics, and tqdm—provides brief descriptions, pip installation commands, and runnable code examples to help developers choose the right tool for their computer‑vision tasks.

Computer VisionOpenCVPython
0 likes · 10 min read
Popular Python Libraries for Image Processing with Installation Commands and Code Samples
Python Programming Learning Circle
Python Programming Learning Circle
Nov 27, 2024 · Artificial Intelligence

Open‑Source Bird Species Detection with TensorFlow, MobileNet V2 and OpenCV

A hobbyist builds a Python‑based bird‑recognition system using TensorFlow's SSD OpenImages model, a MobileNet V2 classifier from TensorFlow Hub, and OpenCV, shares the open‑source code on GitHub, discusses early results, challenges like accuracy and non‑maximum suppression, and outlines future improvements.

Bird DetectionComputer VisionOpenCV
0 likes · 8 min read
Open‑Source Bird Species Detection with TensorFlow, MobileNet V2 and OpenCV
php Courses
php Courses
Nov 19, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Image Effects

This tutorial explains how to set up a PHP environment, capture live video from a webcam using OpenCV, and apply various real‑time image effects with the GD library, including grayscale, Gaussian blur, contrast adjustments, edge detection, and keyboard‑controlled effect switching.

GD libraryImage ProcessingOpenCV
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Image Effects
php Courses
php Courses
Nov 14, 2024 · Backend Development

Real-Time Webcam Capture and Image Effects Using PHP

This tutorial explains how to set up a PHP environment, capture live video from a webcam with OpenCV, and apply various real‑time image effects such as grayscale, Gaussian blur, contrast adjustments, and edge detection, including keyboard‑controlled effect switching.

GD libraryImage ProcessingOpenCV
0 likes · 5 min read
Real-Time Webcam Capture and Image Effects Using PHP
Test Development Learning Exchange
Test Development Learning Exchange
Nov 4, 2024 · Artificial Intelligence

Image Processing with Python: Pillow and OpenCV Guide

This guide demonstrates how to perform common image processing tasks in Python using the Pillow and OpenCV libraries, covering reading, displaying, saving, resizing, cropping, rotating, converting to grayscale, adding text, compositing, blurring, sharpening, enhancing, and extracting image metadata.

Computer VisionOpenCVPython
0 likes · 5 min read
Image Processing with Python: Pillow and OpenCV Guide
php Courses
php Courses
Oct 24, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real‑Time Effects

This tutorial explains how to set up a PHP environment, use OpenCV and GD libraries to capture live webcam frames, apply various image‑processing effects such as grayscale, blur, contrast adjustments, and implement keyboard‑controlled effect switching, all with complete code examples.

GDImage ProcessingOpenCV
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real‑Time Effects
php Courses
php Courses
Oct 22, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This article demonstrates how to set up a PHP environment, use OpenCV and GD libraries to capture webcam video, apply various real-time image effects such as grayscale, Gaussian blur, contrast adjustments, and implement keyboard-controlled effect switching, providing complete code examples.

GD libraryImage ProcessingOpenCV
0 likes · 4 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
php Courses
php Courses
Oct 17, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This tutorial explains how to set up a PHP environment, use OpenCV and GD libraries to capture webcam video, apply various real‑time image effects such as grayscale, blur, contrast, and edge detection, and add keyboard controls for switching filters, enabling creative photo processing.

GDOpenCVWebcam
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
php Courses
php Courses
Oct 10, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This tutorial explains how to set up a PHP environment, capture live webcam video with OpenCV, and apply various real‑time image effects using the GD library, including code examples for grayscale, blur, contrast, edge detection, and keyboard‑controlled effect switching.

OpenCVWebcamgd-library
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
Python Programming Learning Circle
Python Programming Learning Circle
Sep 11, 2024 · Artificial Intelligence

Python Tutorial: Download Bilibili Video, Extract Frames, Perform Human Segmentation with Baidu AI, Generate Word Cloud, and Compose Final Video

This article demonstrates how to use Python to download a Bilibili video, extract frames with OpenCV, perform human segmentation via Baidu AI, generate a word‑cloud animation using MoviePy, and finally compose the processed clips into a complete video with added audio.

AI segmentationOpenCVVideo processing
0 likes · 13 min read
Python Tutorial: Download Bilibili Video, Extract Frames, Perform Human Segmentation with Baidu AI, Generate Word Cloud, and Compose Final Video
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
Python Programming Learning Circle
Python Programming Learning Circle
Aug 12, 2024 · Artificial Intelligence

Common Python Libraries for Computer Vision Projects

This article introduces and compares ten widely used Python libraries for computer vision, including Pillow, OpenCV, Mahotas, Scikit‑Image, TensorFlow Image, PyTorch Vision, SimpleCV, Imageio, Albumentations, and timm, highlighting their features, typical use cases, and providing code examples for each.

Image ProcessingOpenCVPython
0 likes · 10 min read
Common Python Libraries for Computer Vision Projects
Python Programming Learning Circle
Python Programming Learning Circle
Jul 25, 2024 · Artificial Intelligence

Skin Color Detection Using OpenCV in Python

This article explains how to implement human skin color detection in Python with OpenCV, covering library installation, basic image operations, and three algorithms based on YCrCb and HSV color spaces, including code examples, parameter choices, and visual results.

OpenCVPythoncolor space
0 likes · 9 min read
Skin Color Detection Using OpenCV in Python
Python Programming Learning Circle
Python Programming Learning Circle
Jul 15, 2024 · Fundamentals

Understanding NumPy Array Memory Layout and Accelerating Image Resizing with Unsafe Python Techniques

This article explains how NumPy stride differences caused a 100× slowdown when resizing images from a pygame Surface, demonstrates how to reinterpret the underlying memory layout using ctypes to achieve a 100× speedup with OpenCV, and discusses the safety implications of such low‑level Python tricks.

NumPyOpenCVPython
0 likes · 19 min read
Understanding NumPy Array Memory Layout and Accelerating Image Resizing with Unsafe Python Techniques
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 30, 2024 · Artificial Intelligence

Real-Time Face Recognition with PHP and OpenCV

This article demonstrates how to set up a PHP environment with OpenCV, control a camera to capture images, and implement real-time face detection and recognition using Haar cascades and LBPH algorithms, providing code examples for building a security-oriented facial recognition system.

Computer VisionOpenCVPHP
0 likes · 6 min read
Real-Time Face Recognition with PHP and OpenCV
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
May 10, 2024 · Artificial Intelligence

Using PHP to Operate a Camera and Perform Image Recognition

This article explains how to use PHP together with camera control libraries and image‑recognition tools such as OpenCV and Tesseract OCR to build intelligent applications, providing code examples and discussing practical use cases like security monitoring and face‑login.

CameraOpenCVPHP
0 likes · 5 min read
Using PHP to Operate a Camera and Perform Image Recognition
php Courses
php Courses
Apr 29, 2024 · Backend Development

How to Access a Camera in PHP Using OpenCV

This tutorial explains how to set up the required hardware and software, install the OpenCV PHP extension, and write PHP code to capture video frames from a camera and display them in a browser, providing a complete example for developers.

CameraOpenCVPHP
0 likes · 5 min read
How to Access a Camera in PHP Using OpenCV
Test Development Learning Exchange
Test Development Learning Exchange
Apr 27, 2024 · Artificial Intelligence

Overview of Popular Python Libraries for Data Visualization and Image Processing

This article introduces a collection of widely used Python libraries—including Matplotlib, Pillow, NumPy, scikit-image, OpenCV, Seaborn, Plotly, Bokeh, Pycairo, and SimpleCV—detailing their core functionalities, typical use cases, and providing ready‑to‑run code examples for data visualization and computer‑vision tasks.

MatplotlibNumPyOpenCV
0 likes · 10 min read
Overview of Popular Python Libraries for Data Visualization and 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
Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2024 · Artificial Intelligence

Common Python Libraries for Image Processing

This article introduces ten widely used Python libraries for image processing—such as scikit‑image, NumPy, SciPy, Pillow, OpenCV, SimpleCV, Mahotas, SimpleITK, pgmagick, and Pycairo—explaining their main features and providing concise code examples for tasks like filtering, segmentation, and visualization.

NumPyOpenCVimage-processing
0 likes · 9 min read
Common Python Libraries for Image Processing
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
Test Development Learning Exchange
Test Development Learning Exchange
Jan 6, 2024 · Artificial Intelligence

Python Video Converter Using OpenCV: Convert Videos to Grayscale, Black‑White, and RGB

This article explains how to build a Python 3 video converter with OpenCV that reads an input video, optionally transforms each frame to grayscale, black‑and‑white, or RGB, and writes the result to a new output file, including command‑line argument parsing and dependency installation.

OpenCVcomputer-visionvideo conversion
0 likes · 6 min read
Python Video Converter Using OpenCV: Convert Videos to Grayscale, Black‑White, and RGB
360 Quality & Efficiency
360 Quality & Efficiency
Nov 3, 2023 · Backend Development

Automated Video Quality Detection and Multithreaded Optimization for Live Stream Transcoding

This article describes an automated workflow for capturing frames from live‑stream transcode outputs, using OpenCV and ffmpeg to perform black‑screen and artifact detection, integrating results via an API, storing images in S3, and applying a producer‑consumer multithreaded model to reduce detection latency by up to 42%.

OpenCVS3 storageVideo Streaming
0 likes · 10 min read
Automated Video Quality Detection and Multithreaded Optimization for Live Stream Transcoding
Top Architect
Top Architect
Aug 22, 2023 · Artificial Intelligence

Face Recognition Search: Principles, Implementation Steps, and Applications

This article explains the background, core principles, preprocessing, feature extraction, matching algorithms, and practical application scenarios of face recognition search, and provides detailed reference implementations with Java and OpenCV code examples for building a complete system.

Computer VisionDeep LearningImage Processing
0 likes · 15 min read
Face Recognition Search: Principles, Implementation Steps, and Applications
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 16, 2023 · Artificial Intelligence

Deep Dive into OCR – Chapter 2: Development and Classification of OCR Technology

This article provides a comprehensive overview of OCR technology, detailing the evolution from traditional hand‑crafted methods to modern deep‑learning approaches, describing image preprocessing, text detection and recognition pipelines, summarizing classic machine‑learning algorithms, and presenting a practical OpenCV implementation with Python code.

Computer VisionDeep LearningOCR
0 likes · 23 min read
Deep Dive into OCR – Chapter 2: Development and Classification of OCR Technology
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Aug 1, 2023 · Artificial Intelligence

OpenCV-Based Finger Vein Image Matching: Techniques and Workflow

This article explains the principles of first‑generation biometrics, introduces finger‑vein recognition as a more secure alternative, and details a complete OpenCV workflow—including Gaussian smoothing, histogram equalization, edge detection, SIFT feature extraction, and knnMatch—to preprocess and match finger‑vein images.

BiometricsEdge DetectionFinger Vein Recognition
0 likes · 11 min read
OpenCV-Based Finger Vein Image Matching: Techniques and Workflow
php Courses
php Courses
Jul 24, 2023 · Artificial Intelligence

Image Edge Enhancement Using PHP and OpenCV

This article explains how to perform image edge enhancement by installing PHP and the OpenCV library, importing images, invoking OpenCV functions, selecting edge detection algorithms such as Sobel or Canny, processing the image with custom code, and displaying or saving the enhanced result.

Computer VisionEdge DetectionImage Processing
0 likes · 5 min read
Image Edge Enhancement Using PHP and OpenCV
php Courses
php Courses
Jul 21, 2023 · Artificial Intelligence

Image Segmentation with PHP and OpenCV

This tutorial explains how to perform image segmentation using the OpenCV library in PHP, covering environment setup, library import, image loading, grayscale conversion, thresholding, result display, and saving the segmented output.

Computer VisionOpenCVPHP
0 likes · 4 min read
Image Segmentation with PHP and OpenCV
php Courses
php Courses
Jul 18, 2023 · Artificial Intelligence

Implementing Face Recognition with PHP and OpenCV

This article provides a step‑by‑step tutorial on installing OpenCV and the PHP OpenCV extension on Ubuntu, then demonstrates how to write PHP code for face detection and recognition using OpenCV's cascade classifier and FisherFaceRecognizer, complete with example scripts and usage instructions.

Computer VisionOpenCVPHP
0 likes · 7 min read
Implementing Face Recognition with PHP and OpenCV
php Courses
php Courses
Jul 17, 2023 · Artificial Intelligence

Implementing Facial Landmark Detection with PHP and OpenCV

This tutorial demonstrates how to set up PHP and OpenCV, install necessary libraries, write and run a PHP script that detects faces and extracts facial landmarks, and saves the annotated image, providing a practical introduction to facial landmark detection in computer vision.

Computer VisionFacial Landmark DetectionImage Processing
0 likes · 5 min read
Implementing Facial Landmark Detection with PHP and OpenCV
Test Development Learning Exchange
Test Development Learning Exchange
May 27, 2023 · Artificial Intelligence

Eight Essential OpenCV Examples for Image Processing

This article introduces eight fundamental OpenCV examples—including image reading, display, grayscale conversion, edge detection, resizing, Gaussian blur, and face detection—providing concise Python code snippets and explanations to help readers quickly apply these common computer‑vision techniques.

Code ExamplesComputer VisionImage Processing
0 likes · 5 min read
Eight Essential OpenCV Examples for Image Processing
IT Services Circle
IT Services Circle
Apr 25, 2023 · Information Security

WeChat Crash via Malformed QR Code: Technical Analysis and Reproduction

Researchers discovered that a specially crafted QR code triggers a memory leak in WeChat’s OCR engine, causing the app to crash on both mobile and desktop platforms; the article explains the underlying bug, provides detailed decoding analysis, and shares Python code to reproduce the malformed QR code.

OpenCVPythonQR code
0 likes · 8 min read
WeChat Crash via Malformed QR Code: Technical Analysis and Reproduction
Programmer DD
Programmer DD
Apr 25, 2023 · Artificial Intelligence

Why a Single QR Code Crashes WeChat: Inside the Memory Leak Bug

An unusual QR code triggers a memory‑leak in WeChat’s OCR engine, causing the app to crash on both mobile and desktop; the article explains the underlying null‑pointer exception, shows how the malformed “abnormal QR code” corrupts libqbar.so, and provides Python code to reproduce the bug using OpenCV’s open‑source QR engine.

CrashOpenCVPython
0 likes · 9 min read
Why a Single QR Code Crashes WeChat: Inside the Memory Leak Bug
Python Programming Learning Circle
Python Programming Learning Circle
Feb 4, 2023 · Artificial Intelligence

Hand Gesture Recognition Using OpenCV: Video Capture, Skin Detection, and Contour Processing in Python

This article demonstrates a Python-based hand‑gesture recognition pipeline using OpenCV, covering video capture, skin detection via YCrCb conversion, contour extraction, and visualization, with complete source code and step‑by‑step explanations suitable for beginners.

Contour ExtractionHand GestureOpenCV
0 likes · 6 min read
Hand Gesture Recognition Using OpenCV: Video Capture, Skin Detection, and Contour Processing in Python
Sohu Tech Products
Sohu Tech Products
Jan 4, 2023 · Mobile Development

Optimizing Small QR Code Detection on iOS Using OpenCV and AVFoundation

This article details a method to improve detection and decoding of small QR codes in iOS image previews by combining OpenCV‑based detection with AVFoundation‑based recognition, describing multi‑stage image preprocessing, region‑specific scaling, and code snippets that illustrate the implementation.

Image ProcessingMobile DevelopmentOpenCV
0 likes · 13 min read
Optimizing Small QR Code Detection on iOS Using OpenCV and AVFoundation
Python Programming Learning Circle
Python Programming Learning Circle
Oct 20, 2022 · Artificial Intelligence

Overview of Common Python AI Libraries with Code Examples

This article provides a concise introduction to a wide range of popular Python libraries for artificial intelligence and data science, such as NumPy, OpenCV, scikit-image, Pillow, Scikit-learn, TensorFlow, PyTorch, and many others, accompanied by practical code snippets and performance comparisons.

Artificial IntelligenceNumPyOpenCV
0 likes · 33 min read
Overview of Common Python AI Libraries with Code Examples
Alibaba Cloud Native
Alibaba Cloud Native
Aug 30, 2022 · Cloud Native

Turn Images into Sketches with Alibaba Cloud Serverless Functions

This guide shows how to deploy a Python‑based image‑to‑sketch function on Alibaba Cloud Serverless Function Compute, automatically converting photos uploaded to one OSS bucket into sketch images stored in another bucket, covering prerequisites, environment setup, code implementation, deployment steps, testing, and troubleshooting.

Alibaba CloudFunction ComputeImage Processing
0 likes · 9 min read
Turn Images into Sketches with Alibaba Cloud Serverless Functions
Python Programming Learning Circle
Python Programming Learning Circle
Aug 30, 2022 · Artificial Intelligence

Common Python Image‑Processing Libraries and Usage Examples

This article introduces the most popular Python libraries for image processing—including scikit‑image, NumPy, SciPy, Pillow, OpenCV, SimpleCV, Mahotas, SimpleITK, pgmagick, and Pycairo—explains their core features, and provides concise code snippets demonstrating tasks such as filtering, template matching, masking, blurring, and visualisation.

Image ProcessingNumPyOpenCV
0 likes · 8 min read
Common Python Image‑Processing Libraries and Usage Examples
FunTester
FunTester
May 30, 2022 · Mobile Development

Design, Implementation, and Optimization of an Android UI Automation Solution

This article describes a comprehensive Android UI automation framework that combines a customized Solopi recorder, OpenCV‑based screenshot verification, and a test‑report platform to reduce manual regression effort, improve case maintenance, and achieve reliable, scalable UI testing for fast‑release mobile applications.

AndroidOpenCVSolopi
0 likes · 12 min read
Design, Implementation, and Optimization of an Android UI Automation Solution
Python Programming Learning Circle
Python Programming Learning Circle
Feb 26, 2022 · Mobile Development

Automating Onmyoji Game Tasks with Python, ADB, and OpenCV

This tutorial explains how to use Python, ADB commands, OpenCV image recognition, and Tencent OCR to automate weekly tasks in the Onmyoji mobile game, including boss battles, realm breakthroughs, and resource farming, while handling multi‑instance switching and random delays for stability.

ADBMobile GamingOpenCV
0 likes · 7 min read
Automating Onmyoji Game Tasks with Python, ADB, and OpenCV
Python Crawling & Data Mining
Python Crawling & Data Mining
Feb 22, 2022 · Artificial Intelligence

Create a Dancing Word‑Cloud Video with Python and AI

This tutorial walks through downloading a dance video, extracting frames, using Baidu AI for person segmentation, generating word‑cloud masks, and stitching the results into a dancing word‑cloud video with Python, OpenCV and the WordCloud library.

Baidu AIComputer VisionOpenCV
0 likes · 8 min read
Create a Dancing Word‑Cloud Video with Python and AI