#include <Parameters.h>
Public Member Functions | |
Parameters () | |
constructor - ititialises with default values | |
int | GetParameter (char *parname) |
get the value of a parameter | |
int | ReadParameterFile (char *filename) |
read all parameters from a .txt parameter file | |
Public Attributes | |
int | ColorQuantSize |
size for Color Structure | |
int | NumberOfYCoeff |
number of C coefficients for Color Layout | |
int | NumberOfCCoeff |
number of Y coefficients for Color Layout | |
int | ColorSpacePresent |
int | ColorQuantizationPresent |
int | VariancePresent |
calcuate variance for Dominant Color (binary 0 or 1) | |
int | SpatialCoherency |
calcuate Spatial Coherency for Dominant Color (binary 0 or 1) | |
int | layer |
calculate standard deviation for Homogeneous Texture (size 62 if 1, size 32 if 0) | |
int | NumberOfBitplanesDiscarded |
number of bit planes to be discarded for the Scalable Color | |
int | NumberOfCoefficients |
size for Scalable Color | |
int | ColorSpace |
int | ColorReferenceFlag |
Parameters::Parameters | ( | ) |
constructor - ititialises with default values
int Parameters::GetParameter | ( | char * | parname | ) |
get the value of a parameter
int Parameters::ReadParameterFile | ( | char * | filename | ) |
read all parameters from a .txt parameter file
size for Color Structure
number of C coefficients for Color Layout
number of Y coefficients for Color Layout
calcuate variance for Dominant Color (binary 0 or 1)
calcuate Spatial Coherency for Dominant Color (binary 0 or 1)
calculate standard deviation for Homogeneous Texture (size 62 if 1, size 32 if 0)
number of bit planes to be discarded for the Scalable Color
size for Scalable Color