tags:

views:

233

answers:

1

Hello, 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

A: 

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.

Cristian Adam
The Mpeg7 library (from Joanneum Research) does not include Feature Extractors
Grifo