Tagged articles
15 articles
Page 1 of 1
Huolala Tech
Huolala Tech
Nov 28, 2023 · Mobile Development

How HuoLala Built a Low‑Cost, High‑Reliability Mobile UI Automation Platform

This article details HuoLala's journey from a weekly release cycle to a cloud‑based record‑and‑replay mobile UI automation platform, covering background challenges, industry analysis, technical design—including deep‑learning based control detection, SIFT image matching, script generation, playback handling, and platform features—while demonstrating significant testing efficiency gains and future AI‑driven enhancements.

Deep LearningSIFTUI automation
0 likes · 21 min read
How HuoLala Built a Low‑Cost, High‑Reliability Mobile UI Automation Platform
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
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.

Computer VisionFLANNFeature 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.

Computer VisionFLANNFeature Matching
0 likes · 14 min read
Image Matching Techniques: Template Matching, Feature Matching, SIFT, FLANN, and Homography
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.

AutoencoderComputer VisionHOG
0 likes · 5 min read
Image Feature Extraction and Clustering for Key Frame Selection in Mobile App Installation Screenshots
Xianyu Technology
Xianyu Technology
May 5, 2018 · Mobile Development

Porting Video Fingerprinting to Mobile: From Frame Extraction to Bloom‑Filter Retrieval

This article details how to migrate a video‑fingerprinting pipeline—covering video frame extraction, Hessian‑Affine + SIFT feature computation, JPEG and BLAS dependencies, multi‑threading, NEON acceleration, package‑size reductions, and a Bloom‑filter based retrieval system—onto iOS and Android devices while addressing practical pitfalls and performance trade‑offs.

Hessian-AffineMobile OptimizationSIFT
0 likes · 16 min read
Porting Video Fingerprinting to Mobile: From Frame Extraction to Bloom‑Filter Retrieval
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.

CNNMobile ComputingSIFT
0 likes · 11 min read
Client‑Side Image Similarity Computation: Methods, Experiments, and Findings