pHash 最近邻和颜色直方图最近邻之间的区别?

发布于 2024-12-11 15:06:06 字数 420 浏览 0 评论 0原文

我希望创建一系列尽可能相似的动画照片。在研究过程中,我遇到了两种方法:

  1. 生成图像的 pHash 并使用散列的汉明距离进行最近邻分析。
  2. 创建颜色直方图并使用欧几里德距离进行 n 维最近邻。

许多人对 https://stackoverflow.com/ 发表评论questions/6971966/how-to-measure-percentage-similarity- Between-two-images 问题声称这两个过程本质上是相同的。我正在寻找对此的更多见解。它们看起来像是不同的过程。

想法?

I'm looking to create an animated series of photos that are as similar as possible. While researching, I've come across two methods:

  1. Generate a pHash of the images and do a nearest neighbor using the Hamming distance of the hash.
  2. Create color histograms and do an n-dimensional nearest neighbor using Euclidian distance.

Many people who have been commenting for the https://stackoverflow.com/questions/6971966/how-to-measure-percentage-similarity-between-two-images question claim that the two processes are essentially the same. I'm looking for a little more insight on this. They seem like different processes.

Thoughts?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文