MPEG-7 Library
The MPEG-7 library is a set of C++ classes, implementing the MPEG-7 standard. With this library application developers are able to create multimedia content descriptions, manipulate them, serialize them to XML and de-serialize them – with validation – from XML. The library is available for Windows, Linux and Mac OS X. One major design goal was to simplify extending single classes to allow the developer to enrich interface functionality for certain descriptors. The library contains data structures for representing, accessing, and modifying descriptors and description schemes and provides tools for parsing, serializing descriptions. It does not contain feature extractors.
The link address is: http://mpeg-7.joanneum.at

