MPEG CDVA Experimentation Model (CXM)  1.0
Compact Descriptors for Visual Analisys
Public Member Functions | Data Fields
mpeg7cdva::ExtractData Class Reference

A class containing the results of an extraction operation. More...

#include <cdva.h>

Public Member Functions

 ExtractData ()
 
void setVideoDuration (double time)
 set the video duration in seconds. More...
 
void setNumFrames (double nframes)
 set the number of frames of the video clip. More...
 
void setNumShots (double nshots)
 set the number of shots of the video clip. More...
 
void setDescriptorLength (double length)
 set the actual descriptor length (in bytes). More...
 

Data Fields

double descriptorlength
 
double clip_duration
 
double numframes
 
double numshots
 
int header_bit_count
 
int local_bit_count
 
int global_bit_count
 
int coordinate_bit_count
 
int n_keyframes
 

Detailed Description

A class containing the results of an extraction operation.

Constructor & Destructor Documentation

◆ ExtractData()

mpeg7cdva::ExtractData::ExtractData ( )
inline

Member Function Documentation

◆ setDescriptorLength()

void mpeg7cdva::ExtractData::setDescriptorLength ( double  length)
inline

set the actual descriptor length (in bytes).

Parameters
lengththe size in bytes of the encoded descriptor.

◆ setNumFrames()

void mpeg7cdva::ExtractData::setNumFrames ( double  nframes)
inline

set the number of frames of the video clip.

Parameters
nframesnumber of frames of the video clip.

◆ setNumShots()

void mpeg7cdva::ExtractData::setNumShots ( double  nshots)
inline

set the number of shots of the video clip.

Parameters
nshotsnumber of shots of the video clip.

◆ setVideoDuration()

void mpeg7cdva::ExtractData::setVideoDuration ( double  time)
inline

set the video duration in seconds.

Parameters
timethe time in seconds

Field Documentation

◆ clip_duration

double mpeg7cdva::ExtractData::clip_duration

◆ coordinate_bit_count

int mpeg7cdva::ExtractData::coordinate_bit_count

◆ descriptorlength

double mpeg7cdva::ExtractData::descriptorlength

◆ global_bit_count

int mpeg7cdva::ExtractData::global_bit_count

◆ header_bit_count

int mpeg7cdva::ExtractData::header_bit_count

◆ local_bit_count

int mpeg7cdva::ExtractData::local_bit_count

◆ n_keyframes

int mpeg7cdva::ExtractData::n_keyframes

◆ numframes

double mpeg7cdva::ExtractData::numframes

◆ numshots

double mpeg7cdva::ExtractData::numshots

The documentation for this class was generated from the following file: