Tag

image matching

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jun 11, 2022 · Artificial Intelligence

Building a Simple Celebrity Face Matching System Using Baidu AI API and MySQL in Python

This article describes how to create a Python‑based face‑matching tool that crawls celebrity photos, stores them in a MySQL database, and uses Baidu's AI face‑compare API to identify a person from an uploaded image, presenting the matching results with similarity scores.

Baidu APIMySQLPython
0 likes · 12 min read
Building a Simple Celebrity Face Matching System Using Baidu AI API and MySQL in Python
360 Tech Engineering
360 Tech Engineering
Aug 7, 2020 · Artificial Intelligence

Guide to Image Matching: Template Matching, Feature Matching with SIFT and FLANN, and Homography

This guide explains image matching techniques, covering template matching with OpenCV, various matching methods, SIFT feature extraction and description, FLANN-based nearest neighbor matching, homography estimation, practical challenges, and a brief overview of YOLO training, providing code examples and visual illustrations.

FLANNSIFTTemplate Matching
0 likes · 15 min read
Guide to Image Matching: Template Matching, Feature Matching with SIFT and FLANN, and Homography
360 Quality & Efficiency
360 Quality & Efficiency
May 29, 2020 · Artificial Intelligence

Image Matching Techniques: Template Matching, Feature Matching, SIFT, FLANN, and Homography

This article introduces image matching fundamentals, covering template matching methods, feature-based approaches such as SIFT and FLANN, their implementation details, matching rules, homography transformation, and practical considerations, providing a comprehensive overview for computer vision applications.

FLANNSIFTTemplate Matching
0 likes · 14 min read
Image Matching Techniques: Template Matching, Feature Matching, SIFT, FLANN, and Homography
Python Programming Learning Circle
Python Programming Learning Circle
Apr 17, 2020 · Artificial Intelligence

Building a Celebrity Face Recognition System with Baidu API and Python

This article details a step‑by‑step tutorial for creating a celebrity face‑matching application that crawls star information, stores images and metadata in a MySQL database, and uses Baidu's facial recognition API to compare uploaded photos, outputting similarity scores and matched celebrity details.

AIBaidu APIMySQL
0 likes · 11 min read
Building a Celebrity Face Recognition System with Baidu API and Python
360 Quality & Efficiency
360 Quality & Efficiency
Dec 6, 2019 · Artificial Intelligence

Accelerating OpenCV Image Matching with GPU (CUDA) in Python

This article demonstrates how compiling OpenCV 3.2 with CUDA 8.0 enables GPU‑accelerated template matching in Python, reducing average processing time from 0.299 seconds on CPU to 0.181 seconds on GPU—a 39.4% performance gain for automated testing image‑recognition APIs.

CUDAGPUPython
0 likes · 3 min read
Accelerating OpenCV Image Matching with GPU (CUDA) in Python
360 Quality & Efficiency
360 Quality & Efficiency
Dec 6, 2019 · Artificial Intelligence

Accelerating OpenCV Image Matching with CUDA: CPU vs GPU Performance

This article explains how to compile OpenCV‑Python with CUDA support to speed up image template matching, compares CPU and GPU execution times, and shows a practical Python example demonstrating a 39.4% performance improvement using OpenCV 3.2.0 and CUDA 8.0.

CUDAPythonimage matching
0 likes · 3 min read
Accelerating OpenCV Image Matching with CUDA: CPU vs GPU Performance