Tag

perceptual hash

0 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Sep 13, 2023 · Artificial Intelligence

Implementing Perceptual Hash for Image Similarity Matching in Mini Programs

To automate matching of theme‑image URLs in a mini‑program skin‑changing feature, the author adopts perceptual hashing—using algorithms such as aHash, pHash and dHash—to generate compact 64‑bit fingerprints, compare them via Hamming distance, and reliably identify visually similar images despite minor edits or scaling.

Hamming distancePythonaHash
0 likes · 11 min read
Implementing Perceptual Hash for Image Similarity Matching in Mini Programs
360 Quality & Efficiency
360 Quality & Efficiency
Mar 8, 2019 · Artificial Intelligence

Implementing a Perceptual Hash Algorithm for UI Image Similarity in Android Automation

The article explains how to use a perceptual hash algorithm to generate image fingerprints, compare them to assess UI screen similarity, and integrate this method with UIAutomator for automated decision‑making in the 360 testing project, reducing computational complexity compared to naive double‑loop approaches.

AndroidUI Automationhash algorithm
0 likes · 4 min read
Implementing a Perceptual Hash Algorithm for UI Image Similarity in Android Automation