图像哈希计算器
Generate perceptual hashes to find duplicate or similar images. Compare two images to check similarity.
上传图像以计算哈希
拖放图像到这里
Generating hash...
First Image
Click to upload
Second Image
Click to upload
Image Hash Values
Image Size: -
-
-
-
-
Image 1
Image 2
pHash Similarity
-
dHash Similarity
-
aHash Similarity
-
// Frequently Asked Questions
What is a perceptual hash?
A perceptual hash (pHash) is a fingerprint based on image appearance, not exact pixels. Similar-looking images have similar hashes, making it useful for finding duplicates even after resizing or minor edits.
What do the different hash types mean?
pHash: Best for photos, robust to minor changes. dHash: Fast, good for gradient detection. aHash: Simple average-based, good for quick comparisons.
How accurate is the similarity detection?
90%+ similarity usually means identical or near-identical images. 75-90% suggests similar images with minor differences. Below 75% typically means different images.