C++ 中的 Mpeg 7 描述符
我需要一些 C/C++ 中的 MPEG7 描述符。描述符是主色、颜色布局、颜色结构、可缩放颜色、边缘直方图和均匀纹理。您知道在哪里可以找到其中一些描述符的 C/C++ 源代码吗?
谢谢
I need some descriptors of MPEG7 in C/C++. The descriptors are dominant color, color layout, color structure, scalable color, edge histogram and homogeneous texture. Do you know where can I find C/C++ source code for some of these these descriptors?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在 http://www.cs.bilkent.edu.tr/~bilmdg/bilvideo-7/Software.html
You can find the MPEG-7 feature extraction library and source code with OpenCV (2.2) at http://www.cs.bilkent.edu.tr/~bilmdg/bilvideo-7/Software.html
您应该从此处获取该标准附带的参考软件。在此处了解有关参考软件的更多信息。
商业LGPL(自版本 2.3 起)库可以在 此处找到。You should get the reference software that comes with the standard from here. Read more about the reference software here.
A
commercialLGPL (since version 2.3) library can be found here.