Class TemperatureLinearSettings

java.lang.Object
com.flir.thermalsdk.image.ColorDistributionSettings
com.flir.thermalsdk.image.TemperatureLinearSettings

public class TemperatureLinearSettings extends ColorDistributionSettings
Specifies parameters for the plateau histogram equalization mode.
The color information in the image is distributed linear to the temperature values of the image.
Note: The palette colors used for each pixel is mapped in a linear fashion between the min and max temperatures of the image. Pixels above and below min and max will contain a color defined in the Palette.
  • Constructor Details

    • TemperatureLinearSettings

      public TemperatureLinearSettings()
  • Method Details