![]() |
MPEG CDVA Experimentation Model (CXM)
1.0
Compact Descriptors for Visual Analisys
|
#include <string>
#include <vector>
#include <map>
#include "cdva.h"
#include "CdvaException.h"
#include "LogManager.h"
#include "Buffer.h"
#include "CdvsInterface.h"
#include "SCFVIndex.h"
#include "DescriptorTimeMap.h"
#include "CompressedFeatureList.h"
Go to the source code of this file.
Data Structures | |
class | mpeg7cdva::SegmentDescriptor |
A container for CdvsDescriptor instances belonging to the same video segment. More... | |
class | mpeg7cdva::CompressedSegmentDescriptor |
Extension of segment descriptor container to also hold compressed data for a segment. More... | |
class | mpeg7cdva::CdvaImpl |
A CDVA implementation based on multiple CDVS descriptors. More... | |
Namespaces | |
mpeg7cdva | |
Namespace used to encapsulate all MPEG-7 CDVA declarations. | |
Typedefs | |
typedef std::vector< SegmentDescriptor > | mpeg7cdva::ShotDescriptorList |
vector of shots descriptors of a video More... | |
Enumerations | |
enum | mpeg7cdva::OPERATION { mpeg7cdva::UNKNOWN, mpeg7cdva::EXTRACT, mpeg7cdva::MATCH, mpeg7cdva::RETRIEVE } |