Question

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

Was it helpful?

Solution

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

OTHER TIPS

You should get the reference software that comes with the standard from here. Read more about the reference software here.

A commercial LGPL (since version 2.3) library can be found here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top