#include <SimpleViews.h>
Public Attributes | |
| double | lowerStretch |
| double | upperStretch |
| uint32_t | stretchType |
| uint32_t | stretchUnits |
Descriptor for raster layer stretch parameters.
Definition at line 441 of file SimpleViews.h.
| uint32_t RasterLayerStretchInfo::stretchType |
Stretch type enum.
0 -> linear, 1 -> logarithmic, 2 -> exponential, 3 -> histogram equalization
Definition at line 445 of file SimpleViews.h.
| uint32_t RasterLayerStretchInfo::stretchUnits |
Define the units for the stretch values.
Identical to threshold layer RegionUnits
Definition at line 447 of file SimpleViews.h.