![]() |
MPEG CDVA Experimentation Model (CXM)
1.0
Compact Descriptors for Visual Analisys
|
Namespace used to encapsulate all MPEG-7 CDVA declarations. More...
Data Structures | |
class | Buffer |
A container class for a byte array, intended to replace all malloc() and new() instructions in the main code. More... | |
class | CdvaException |
Class defining a specific exception for CDVA. More... | |
class | CdvaImpl |
A CDVA implementation based on multiple CDVS descriptors. More... | |
class | CompressedFeatureList |
class | CompressedSegmentDescriptor |
Extension of segment descriptor container to also hold compressed data for a segment. More... | |
class | CoordinateCoding |
class | CoordList |
class | DescriptorTimeMap |
class | ExtractData |
A class containing the results of an extraction operation. More... | |
class | FileManager |
Helper class to manage lists of file names. More... | |
class | LeanCoordList |
class | LogManager |
Helper class to produce log files in various formats (csv, text, XML, etc.) More... | |
class | MatchData |
A class containing the results of a matching or retrieval operation. More... | |
class | RefFeature |
class | SegmentDescriptor |
A container for CdvsDescriptor instances belonging to the same video segment. More... | |
class | WrappedCoordList |
Typedefs | |
typedef std::vector< SegmentDescriptor > | ShotDescriptorList |
vector of shots descriptors of a video More... | |
Enumerations | |
enum | OPERATION { UNKNOWN, EXTRACT, MATCH, RETRIEVE } |
enum | LogFormat { FORMAT_NONE = 0, FORMAT_CSV = 1, FORMAT_TEXT = 2, FORMAT_HTML = 4 } |
Format of output logs. More... | |
Namespace used to encapsulate all MPEG-7 CDVA declarations.
Namespace used to encapsulate all MPEG-7 CDVA declarations that are visible when the CDVA headers (in particular cdva.h) are included.
typedef std::vector<SegmentDescriptor> mpeg7cdva::ShotDescriptorList |
vector of shots descriptors of a video
enum mpeg7cdva::LogFormat |
enum mpeg7cdva::OPERATION |