Tagged articles
2 articles
Page 1 of 1
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
MaGe Linux Operations
MaGe Linux Operations
Jul 1, 2017 · Artificial Intelligence

Detect Looping Video Frames with Perceptual Hashing in Python

This article demonstrates how to use a perceptual average‑hash algorithm in Python to identify duplicate frames in a 24‑hour video, revealing hidden loops and exposing potential video manipulation through systematic frame comparison and analysis.

PythonaHashduplicate frames
0 likes · 9 min read
Detect Looping Video Frames with Perceptual Hashing in Python