Tag

image hashing

1 views collected around this technical thread.

System Architect Go
System Architect Go
Mar 30, 2020 · Artificial Intelligence

Overview of Image Search System

This article explains the fundamentals of building an image‑by‑image search system, covering image feature extraction methods such as hashing, traditional descriptors, CNN‑based vectors, and the use of vector search engines like Milvus for similarity retrieval.

CNNFeature ExtractionImage Search
0 likes · 6 min read
Overview of Image Search System
System Architect Go
System Architect Go
Mar 14, 2019 · Artificial Intelligence

Understanding Image Similarity: Image Hashing and Feature-Based Methods

This article explains why simple MD5 checks cannot assess image similarity and introduces two major approaches—image hashing and image feature extraction—detailing their algorithms, practical performance, and how to compare images efficiently using Hamming distance and indexing techniques.

Feature ExtractionHamming distancecomputer vision
0 likes · 7 min read
Understanding Image Similarity: Image Hashing and Feature-Based Methods