![]() |
MPEG CDVA Experimentation Model (CXM)
1.0
Compact Descriptors for Visual Analisys
|
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 |
A class containing the results of an extraction operation.
|
inline |
|
inline |
set the actual descriptor length (in bytes).
length | the size in bytes of the encoded descriptor. |
|
inline |
set the number of frames of the video clip.
nframes | number of frames of the video clip. |
|
inline |
set the number of shots of the video clip.
nshots | number of shots of the video clip. |
|
inline |
set the video duration in seconds.
time | the time in seconds |
double mpeg7cdva::ExtractData::clip_duration |
int mpeg7cdva::ExtractData::coordinate_bit_count |
double mpeg7cdva::ExtractData::descriptorlength |
int mpeg7cdva::ExtractData::global_bit_count |
int mpeg7cdva::ExtractData::header_bit_count |
int mpeg7cdva::ExtractData::local_bit_count |
int mpeg7cdva::ExtractData::n_keyframes |
double mpeg7cdva::ExtractData::numframes |
double mpeg7cdva::ExtractData::numshots |