TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Image.Range

Short Name:
  • class Image.Range
Derived From:
Fields:

Normalizes the pixels values of the given image by mapping raw pixel values to normalized pixel values using the specified intervals.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required image Image
# != null
 

The image to normalize.

required range PixelRange    

The pixel value range.

optional reinterpret bool  
false

true to leave raw pixels values unchanged and reinterpret them according to range, false to normalize raw pixel values to range.

external info Image.Info    

Contains information about the image data source, including image format and embedded georeferencing information.