Class IsothermBelow

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

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

    • IsothermBelow

      public IsothermBelow()
  • Method Details

    • getThreshold

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

      public void setThreshold(ThermalValue value)
      Sets the isotherm threshold. Pixels below 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