Package com.flir.thermalsdk.image
Class EntropySettings
java.lang.Object
com.flir.thermalsdk.image.ColorDistributionSettings
com.flir.thermalsdk.image.EntropySettings
Specifies parameters for the Digital Detail Enhancement (DDE) and Entropy modes.
Entropy modes reserve more shades of gray/colors for areas with more entropy by assigning areas with lower entropy lesser gray shades.
Note: In this mode one color might not map to a specific temperature. Which means that the output scale is not radiometric accurate.
Entropy modes reserve more shades of gray/colors for areas with more entropy by assigning areas with lower entropy lesser gray shades.
Note: In this mode one color might not map to a specific temperature. Which means that the output scale is not radiometric accurate.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
Headroom for detail at dynamic range extremes.float
Detail to background ratio.AdditionalPlateauHistogramEqSettings
.float
DDE smoothing factor. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
plateauHistogramEqSettings
AdditionalPlateauHistogramEqSettings
. -
detailToBackground
public float detailToBackgroundDetail to background ratio. -
smoothingFactor
public float smoothingFactorDDE smoothing factor. -
detailHeadroom
public float detailHeadroomHeadroom for detail at dynamic range extremes.
-
-
Constructor Details
-
EntropySettings
public EntropySettings()Construct an instance with default settings.
-
-
Method Details