PerceptualHash.SumSquaredDistance #1412
-
I have the pHash of two files, and I'm trying to determine the percent difference between the two. I has hoping to use SumSquaredDistance, but I'm unsure of what the actual result means ? I get numbers ranging from 25 to 203 ? I can't find any documentation on this, sorry. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I also don't have that information. Maybe you could ask your question in the ImageMagick repository? |
Beta Was this translation helpful? Give feedback.
-
I'm not sure there is a "SumSquaredDistance" method in ImageMagick - couldn't find it in their source code, issues, or discussions. Maybe a better question is "how do I find the percent difference between two images based on cached hashes" ? |
Beta Was this translation helpful? Give feedback.
I'm not sure there is a "SumSquaredDistance" method in ImageMagick - couldn't find it in their source code, issues, or discussions.
Maybe a better question is "how do I find the percent difference between two images based on cached hashes" ?