android中识别两个图像之间相似度的库

发布于 2024-12-02 04:22:36 字数 126 浏览 4 评论 0原文

关于在 android 中比较两个图像的最佳(最好是最简单的方法)的建议。 第一张图片在我的 SD 卡中。 第二张图片是使用 android 中的相机拍摄的。

如何测量这两个图像之间的相似度百分比?

多谢。

Suggestions on the best (preferably easiest way) to compare two images in android.
The first image is in my SD Card.
The second image was taken using Camera in android.

How to measure percentage similarity between those 2 images??

Thanks a lot.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡看悲欢离合 2024-12-09 04:22:36

Android不为您提供任何图片比较算法。

因此,您需要自己编写一种适合您需求的算法,因为并非所有图像比较算法/技术都是相同的,并且有些算法/技术在某些情况下比其他算法/技术效果更好。

您可能想首先查看 SIFT 技术,并找到一种图像匹配算法适合您的要求。

Android does not provide any picture comparison algorithms for you.

Therefore, you will need to write one yourself - one that fits your needs, since not all image comparison algorithms/techniques are the same, and some work better in some cases than others.

You might want to start by looking at the SIFT technique, and find an image matching algorithm that suits your requirements.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文