图像模式识别

发布于 2025-01-07 17:27:47 字数 187 浏览 2 评论 0原文

我需要开发一个应用程序,我必须在其中匹配图像的相似性。

  • 大多数这些图像都是动物,如果数据库中已经存在相同的动物,我需要匹配它。

我可以使用哪些图像处理库来开发它?有没有一个开源框架可以实现这个目标?

目前我对任何语言都持开放态度,但 Java 会更好。

提前致谢! 阿杰

I need to develop an application where I will have to match images for similarity.

  • Mostly these images will be of animals, and I need to match same animal if its already there in the DB.

What image processing libraries can I use to develop this? is there an opensource framework available to accomplish this?

At this point I am open to any language but Java would be preferable.

Thanks in advance!
AJ

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

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

发布评论

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

评论(3

时光暖心i 2025-01-14 17:27:47

JavaCV,OpenCV 的 Java 接口和许多其他计算机视觉库正是您所寻找的为了。 OpenCV 包含此类项目所需的大部分基本计算机视觉构建块。

JavaCV, the Java interface to OpenCV and a lot of other computer vision libraries is what you are looking for. OpenCV contains most of the basic computer vision building blocks you'd need for such a project.

残月升风 2025-01-14 17:27:47

ImageJ 经常被推荐在 SO 上类似问题的答案中。

ImageJ is often recommended in answers to similar questions here on SO.

萌吟 2025-01-14 17:27:47

http://www.vlfeat.org/ 上,您可以找到一些流行的开源计算机视觉算法,包括 HOG 、SIFT、k-means、分层 k-means 等,而在 http://koen.me/research/颜色描述符/提供了用于计算图像内颜色描述符的二进制文件,例如颜色直方图和颜色 SIFT 描述符。

此外,在 MediaMixer 可交付 D1.1.2< /a> 您可以找到有关概念检测和图像分类上的图像描述符实现的有用信息。如需了解更多信息,您可以加入 MediaMixer 社区门户 http://community.mediamixer.eu/

On http://www.vlfeat.org/ you can find some popular, open source computer vision algorithms including HOG, SIFT, k-means, hierarchical k-means etc., while on http://koen.me/research/colordescriptors/ the binaries to compute color descriptors within an image, such as color histograms and color SIFT descriptor are provided.

Furthermore, in MediaMixer Deliverable D1.1.2 you can find useful information about the implementation of image descriptors on concept detection and image classification. For further information you can join the MediaMixer community portal on http://community.mediamixer.eu/.

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