DCMTK
Version 3.6.7
OFFIS DICOM Toolkit
|
type definitions and constants for the color quantization classes More...
Macros | |
#define | DcmQuantHashSize 20023UL |
size of color hash table. Don't touch this. | |
#define | DcmQuantMaxColors 65536 |
maximum number of colors we count in a color histogram. More... | |
Typedefs | |
typedef unsigned char | DcmQuantComponent |
the basic type for pixel color components | |
Enumerations | |
enum | DcmLargestDimensionType { DcmLargestDimensionType_default , DcmLargestDimensionType_luminance } |
defines the algorithm used for determining the largest dimension in the Median Cut algorithm More... | |
enum | DcmRepresentativeColorType { DcmRepresentativeColorType_default , DcmRepresentativeColorType_averagePixels , DcmRepresentativeColorType_centerOfBox } |
defines the algorithm for choosing a representative color for each box in the Median Cut algorithm More... | |
type definitions and constants for the color quantization classes
#define DcmQuantMaxColors 65536 |
maximum number of colors we count in a color histogram.
If the number of colors turns out to be larger than this, then the image bit depth is reduced until the number of colors becomes smaller than this maximum.
defines the algorithm used for determining the largest dimension in the Median Cut algorithm
defines the algorithm for choosing a representative color for each box in the Median Cut algorithm