MPEG CDVA Experimentation Model (CXM)  1.0
Compact Descriptors for Visual Analisys
Data Structures | Typedefs | Enumerations
mpeg7cdva Namespace Reference

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< SegmentDescriptorShotDescriptorList
 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...
 

Detailed Description

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 Documentation

◆ ShotDescriptorList

vector of shots descriptors of a video

Enumeration Type Documentation

◆ LogFormat

Format of output logs.

Enumerator
FORMAT_NONE 

do not output any data

FORMAT_CSV 

output data in CSV format

FORMAT_TEXT 

output data as free text

FORMAT_HTML 

output data in HTML format

◆ OPERATION

Enumerator
UNKNOWN 
EXTRACT 
MATCH 
RETRIEVE