Tag

SIFT

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Sep 2, 2024 · Artificial Intelligence

Panorama Stitching with OpenCV: SIFT Feature Detection and RANSAC

This article explains how to create a panoramic image by detecting SIFT keypoints, matching features with KNN, estimating a homography using RANSAC, and warping the images with OpenCV, providing full Python code and step‑by‑step instructions.

Panorama StitchingPythonRANSAC
0 likes · 8 min read
Panorama Stitching with OpenCV: SIFT Feature Detection and RANSAC
Python Programming Learning Circle
Python Programming Learning Circle
Nov 13, 2021 · Artificial Intelligence

Python Panorama Stitching Using OpenCV and SIFT

This article explains how to create a panoramic image by detecting SIFT keypoints, matching them with KNN, estimating a homography using RANSAC, and warping and blending two overlapping photos with OpenCV in Python.

Panorama StitchingPythonSIFT
0 likes · 8 min read
Python Panorama Stitching Using OpenCV and SIFT
Baidu Geek Talk
Baidu Geek Talk
Feb 10, 2021 · Mobile Development

Hydra: One-Device-Multi-Control Solution for Mobile UI Compatibility Testing at Baidu

Hydra, Baidu’s one‑device‑multi‑control tool, lets a tester operate a master mobile device while simultaneously replicating actions to multiple slave devices via cloud platforms, using WebSocket‑based architecture and high‑performance image algorithms to ensure accurate UI mapping, thereby boosting mobile UI compatibility testing efficiency by 20‑70 % weekly.

Baidu HydraSIFTUI compatibility
0 likes · 16 min read
Hydra: One-Device-Multi-Control Solution for Mobile UI Compatibility Testing at Baidu
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
360 Quality & Efficiency
360 Quality & Efficiency
Apr 10, 2020 · Artificial Intelligence

Handling Android Permission Dialogs Using Template Matching and SIFT Feature Matching

The article describes a system that automates Android permission dialog handling by employing template matching and SIFT‑based image recognition, discusses their limitations, outlines the end‑to‑end workflow, and proposes future enhancements using OCR and BERT for intelligent button selection.

AndroidImage RecognitionPermission Dialog
0 likes · 5 min read
Handling Android Permission Dialogs Using Template Matching and SIFT Feature Matching
360 Quality & Efficiency
360 Quality & Efficiency
Dec 7, 2018 · Artificial Intelligence

Image Feature Extraction and Clustering for Key Frame Selection in Mobile App Installation Screenshots

This article presents a technical solution for extracting representative key frames from time‑series screenshots of a mobile app installation process, covering pixel sampling, dimensionality reduction, classic feature extractors (SIFT, HOG, ORB), auto‑encoder based deep learning, and clustering methods such as KMeans and DBSCAN, along with practical results and performance analysis.

ClusteringFeature ExtractionHOG
0 likes · 5 min read
Image Feature Extraction and Clustering for Key Frame Selection in Mobile App Installation Screenshots
Xianyu Technology
Xianyu Technology
Apr 26, 2018 · Artificial Intelligence

Client‑Side Image Similarity Computation: Methods, Experiments, and Findings

This study compares hash‑based, CNN‑based, and local‑feature methods for client‑side image similarity detection in e‑commerce, showing that while hash methods are fast and CNNs are accurate but costly, the Hessian‑Affine detector combined with SIFT descriptors delivers the optimal balance of computational efficiency, robustness to transformations, and high recall/precision for on‑device duplicate filtering.

CNNFeature ExtractionMobile Computing
0 likes · 11 min read
Client‑Side Image Similarity Computation: Methods, Experiments, and Findings