Class IsothermAbove

java.lang.Object
com.flir.thermalsdk.image.isotherms.Isotherm
com.flir.thermalsdk.image.isotherms.IsothermAbove

public class IsothermAbove extends Isotherm
IsothermAbove is colorizing pixels above a threshold. Values above the threshold are colorized with the selected isotherm color.
  • Constructor Details

    • IsothermAbove

      public IsothermAbove()
  • Method Details

    • getThreshold

      public ThermalValue getThreshold()
      Gets the isotherm threshold. Pixels above the threshold are colorized.
      Returns:
      the isotherm threshold.
    • setThreshold

      public void setThreshold(ThermalValue value)
      Sets the isotherm threshold. Pixels above the threshold are colorized.
      Parameters:
      value - the isotherm threshold.
    • getType

      public IsothermType getType()
      Description copied from class: Isotherm
      Defines a type of the isotherm.
      Specified by:
      getType in class Isotherm