40 orientation = other.orientation;
42 curvRatio = other.curvRatio;
43 curvSigma = other.curvSigma;
44 memcpy(&descr, &other.descr, 4 * descrLength);
46 spatialIndex = other.spatialIndex;
47 relevance = other.relevance;
48 memcpy(&qdescr, &other.qdescr, 4 * descrLength);
49 octave = other.octave;
50 iscale = other.iscale;
55 memset(&descrDiff, 0, 4 * descrLength);
64 int nof_elements = descrLength;
67 for (
int i = 0; i < nof_elements; i++)
74 if (val == 2) val = 3;
75 uc |= (val & 3) << byte_offset;
79 compressed[descr_bytes] = uc;
char compressed[descrLength >> 2]
Definition: RefFeature.h:30
int refFrame
Definition: RefFeature.h:26
bool refOnly
Definition: RefFeature.h:31
int descrDiff[descrLength]
Definition: RefFeature.h:29
Namespace used to encapsulate all MPEG-7 CDVA declarations.
Definition: Buffer.h:14
std::vector< unsigned int > timesPresent
Definition: RefFeature.h:32
int diff
Definition: RefFeature.h:28
RefFeature(mpeg7cdvs::Feature &other)
Definition: RefFeature.h:35
int refFeatureIndex
Definition: RefFeature.h:27
Definition: RefFeature.h:22
void compress()
Definition: RefFeature.h:62