MPEG CDVA Experimentation Model (CXM)  1.0
Compact Descriptors for Visual Analisys
Data Structures | Namespaces | Enumerations
LogManager.h File Reference
#include <fstream>
#include <string>
#include <vector>
#include "cdva.h"
Include dependency graph for LogManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  mpeg7cdva::LogManager
 Helper class to produce log files in various formats (csv, text, XML, etc.) More...
 

Namespaces

 mpeg7cdva
 Namespace used to encapsulate all MPEG-7 CDVA declarations.
 

Enumerations

enum  mpeg7cdva::LogFormat { mpeg7cdva::FORMAT_NONE = 0, mpeg7cdva::FORMAT_CSV = 1, mpeg7cdva::FORMAT_TEXT = 2, mpeg7cdva::FORMAT_HTML = 4 }
 Format of output logs. More...