#include <DescriptorTimeMap.h>
|
| DescriptorTimeMap () |
|
| DescriptorTimeMap (DescriptorTimeMap &other) |
|
| DescriptorTimeMap (int nDescr, int nAbsDescr, int nFrames) |
|
| DescriptorTimeMap (int nDescr, int nAbsDescr, int nFrames, char *buf) |
| construct from parsed buffer contents of buffer will be copied into buffer under ownership of class More...
|
|
virtual | ~DescriptorTimeMap () |
|
DescriptorTimeMap & | operator= (const DescriptorTimeMap &other) |
|
void | init (int nDescr, int nAbsDescr, int nFrames) |
|
void | add (int descIdx, int frameIdx) |
|
bool | get (int descIdx, int frameIdx) |
|
int | getCount (int descIdx, int frameIdx) |
|
int | getFeatureStartIndex (int descIdx, int frameIdx) |
|
int | getBitSize () const |
|
char * | getBuffer () const |
|
int | getNDescr () const |
|
int | getNAbsDescr () const |
|
int | getNFrames () const |
|
std::vector< unsigned short > & | getDescIndex (int frameIdx) |
|
void | addDescIndex (std::vector< unsigned short > &di, int frame) |
|
void | writeDescIndex (unsigned char *buffer, bool compressed, int &outIdx) const |
|
void | parseDescIndex (unsigned char *buffer, std::vector< unsigned int > &nLocalDesc, bool compressed) |
|
void | clear () |
|
◆ DescriptorTimeMap() [1/4]
mpeg7cdva::DescriptorTimeMap::DescriptorTimeMap |
( |
| ) |
|
◆ DescriptorTimeMap() [2/4]
◆ DescriptorTimeMap() [3/4]
mpeg7cdva::DescriptorTimeMap::DescriptorTimeMap |
( |
int |
nDescr, |
|
|
int |
nAbsDescr, |
|
|
int |
nFrames |
|
) |
| |
◆ DescriptorTimeMap() [4/4]
mpeg7cdva::DescriptorTimeMap::DescriptorTimeMap |
( |
int |
nDescr, |
|
|
int |
nAbsDescr, |
|
|
int |
nFrames, |
|
|
char * |
buf |
|
) |
| |
construct from parsed buffer contents of buffer will be copied into buffer under ownership of class
◆ ~DescriptorTimeMap()
virtual mpeg7cdva::DescriptorTimeMap::~DescriptorTimeMap |
( |
| ) |
|
|
virtual |
◆ add()
void mpeg7cdva::DescriptorTimeMap::add |
( |
int |
descIdx, |
|
|
int |
frameIdx |
|
) |
| |
|
inline |
◆ addDescIndex()
void mpeg7cdva::DescriptorTimeMap::addDescIndex |
( |
std::vector< unsigned short > & |
di, |
|
|
int |
frame |
|
) |
| |
◆ clear()
void mpeg7cdva::DescriptorTimeMap::clear |
( |
| ) |
|
◆ get()
bool mpeg7cdva::DescriptorTimeMap::get |
( |
int |
descIdx, |
|
|
int |
frameIdx |
|
) |
| |
|
inline |
◆ getBitSize()
int mpeg7cdva::DescriptorTimeMap::getBitSize |
( |
| ) |
const |
|
inline |
◆ getBuffer()
char* mpeg7cdva::DescriptorTimeMap::getBuffer |
( |
| ) |
const |
|
inline |
◆ getCount()
int mpeg7cdva::DescriptorTimeMap::getCount |
( |
int |
descIdx, |
|
|
int |
frameIdx |
|
) |
| |
|
inline |
◆ getDescIndex()
std::vector<unsigned short>& mpeg7cdva::DescriptorTimeMap::getDescIndex |
( |
int |
frameIdx | ) |
|
|
inline |
◆ getFeatureStartIndex()
int mpeg7cdva::DescriptorTimeMap::getFeatureStartIndex |
( |
int |
descIdx, |
|
|
int |
frameIdx |
|
) |
| |
|
inline |
◆ getNAbsDescr()
int mpeg7cdva::DescriptorTimeMap::getNAbsDescr |
( |
| ) |
const |
|
inline |
◆ getNDescr()
int mpeg7cdva::DescriptorTimeMap::getNDescr |
( |
| ) |
const |
|
inline |
◆ getNFrames()
int mpeg7cdva::DescriptorTimeMap::getNFrames |
( |
| ) |
const |
|
inline |
◆ init()
void mpeg7cdva::DescriptorTimeMap::init |
( |
int |
nDescr, |
|
|
int |
nAbsDescr, |
|
|
int |
nFrames |
|
) |
| |
◆ operator=()
◆ parseDescIndex()
void mpeg7cdva::DescriptorTimeMap::parseDescIndex |
( |
unsigned char * |
buffer, |
|
|
std::vector< unsigned int > & |
nLocalDesc, |
|
|
bool |
compressed |
|
) |
| |
◆ writeDescIndex()
void mpeg7cdva::DescriptorTimeMap::writeDescIndex |
( |
unsigned char * |
buffer, |
|
|
bool |
compressed, |
|
|
int & |
outIdx |
|
) |
| const |
◆ descIndex
std::vector< std::vector<unsigned short> > mpeg7cdva::DescriptorTimeMap::descIndex |
|
protected |
◆ ldOffsets
std::vector<int> mpeg7cdva::DescriptorTimeMap::ldOffsets |
◆ m_buffer
char* mpeg7cdva::DescriptorTimeMap::m_buffer |
|
protected |
◆ m_nAbsDescr
int mpeg7cdva::DescriptorTimeMap::m_nAbsDescr |
|
protected |
◆ m_nbits
int mpeg7cdva::DescriptorTimeMap::m_nbits |
|
protected |
◆ m_nDescr
int mpeg7cdva::DescriptorTimeMap::m_nDescr |
|
protected |
◆ m_nFrames
int mpeg7cdva::DescriptorTimeMap::m_nFrames |
|
protected |
The documentation for this class was generated from the following file: