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

class Tinman.Image.Sharpen

Short Name:
  • class Sharpen
Derived From:
Fields:

Applies pan-sharpening to the given image.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required original Image
# != null
 

The original image that will be pan-sharpened.

required detail Image
# != null
 

An image that contains panchromatic detail information.

optional scale number
# > 0
1

Scale factor for artificially the local detail that has been extracted from the panchromatic detail image.

optional downsample number
# > 0
4

The panchromatic detail image is downscaled by this factor and compared to the full resolution image in order to extract local details.

external info Image.Info    

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