Class IsothermAbove
java.lang.Object
com.flir.thermalsdk.image.isotherms.Isotherm
com.flir.thermalsdk.image.isotherms.IsothermAbove
IsothermAbove is colorizing pixels above a threshold.
Values above the threshold are colorized with the selected isotherm color.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.flir.thermalsdk.image.isotherms.Isotherm
Isotherm.Builder, Isotherm.IsothermHolder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the isotherm threshold.getType()
Defines a type of the isotherm.void
setThreshold
(ThermalValue value) Sets the isotherm threshold.Methods inherited from class com.flir.thermalsdk.image.isotherms.Isotherm
getBlendingMode, getCustomColor, toString
-
Constructor Details
-
IsothermAbove
public IsothermAbove()
-
-
Method Details
-
getThreshold
Gets the isotherm threshold. Pixels above the threshold are colorized.- Returns:
- the isotherm threshold.
-
setThreshold
Sets the isotherm threshold. Pixels above the threshold are colorized.- Parameters:
value
- the isotherm threshold.
-
getType
Description copied from class:Isotherm
Defines a type of the isotherm.
-