基于颜色直方图的图像搜索
我需要根据java中的颜色直方图比较图像。我有使用 java JAI 制作的图像直方图。
但我不知道如何使用直方图比较它们。
I need to compare images on the basis of color histogram in java. I have Histogram of images which I did using JAI of java.
But I don't know how can i compare them using histogram.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有不同的方法来测量直方图的相似性。一种这样的方法是巴塔查里亚系数法。
您可以使用以下代码来计算此相似性度量:
There are different methods for measuring similarity of histgorams. One such method is Bhattacharya coefficient method.
You can use the following code for calculating this similarity measure: