Class SignalLinearSettings

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

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

    • SignalLinearSettings

      public SignalLinearSettings()
  • Method Details