Opencv MPEG7 描述符

发布于 2024-07-20 06:31:02 字数 113 浏览 10 评论 0原文

我正在研究比较图像的系统。 MPEG-7 标准提供了一些可用于此目的的描述符,例如:主色、颜色布局、边缘直方图、颜色相干向量。 你知道我在哪里可以获得其中一些方法的源代码吗?

谢谢!

I am working on the system that compares images. MPEG-7 standard provides some descriptors which can be used for that e.g: Dominant Color, Color Layout, Edge Histogramm, Color Coherence Vectors.
Do you know where i can get a source code for some of these methods?

Thx!

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

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

发布评论

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

评论(4

陌路黄昏 2024-07-27 06:31:02

您还可以使用 Windows 和 Linux 可执行文件,或基于 OpenCV 库的易于使用的 API(为 BilVideo-7 视频索引和检索系统开发):http://www.cs.bilkent.edu.tr/~bilmdg/bilvideo-7/Software.html

You can also use the Windows and Linux executables, or easy-to-use API based on OpenCV library, developed for BilVideo-7 video indexing and retrieval system: http://www.cs.bilkent.edu.tr/~bilmdg/bilvideo-7/Software.html.

属性 2024-07-27 06:31:02

ISO 将参考软件作为 MPEG 的一部分进行分发-7 标准,除其他外,它包括视觉描述符的特征提取代码。 该 zip 文件包含另一个名为 XMWin.zip 的 zip 文件,其中包含源代码。 (尽管名称为“Win”,但它包含在 Windows 和 UNIX 上进行编译的说明。)

The ISO distributes reference software as part of the MPEG-7 standard, and among other things it includes feature extraction code for the visual descriptors. The zip file contains another zip file called XMWin.zip, which contains the source. (Despite the "Win" name, it contains instructions for compiling on both windows and unix.)

九厘米的零° 2024-07-27 06:31:02

希望这对其他程序员有所帮助:

  • 在这里您可以找到一个关于C#的实现
  • 这里Java中的另一个实现。

Hope this helps to other programmers:

  • Here you can find one implementation on C#
  • Here another implementation in Java.
几味少女 2024-07-27 06:31:02

对于未来的读者,这里有一个声称易于使用的 CPP 库。
https://github.com/mubastan/mpeg7fex

这已经在 OpenCV 3 上进行了测试,所以这是最新的标准。

For Future readers, there's a CPP library that claims to be easy to use here.
https://github.com/mubastan/mpeg7fex

This has been tested on OpenCV 3, so this is at par the latest.

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