Opencv MPEG7 描述符
我正在研究比较图像的系统。 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您还可以使用 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.
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.)
希望这对其他程序员有所帮助:
Hope this helps to other programmers:
对于未来的读者,这里有一个声称易于使用的 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.