Package com.flir.thermalsdk.image
Class ImageStatistics
java.lang.Object
com.flir.thermalsdk.image.ImageStatistics
Provides statistics for Thermal data for the
ThermalImage
. Defines such values as
minimum, maximum and position, where they were measured, average and standard deviation.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ThermalValue
Gets calculated Average value of the temperature data associated with theThermalImage
.final Point
Gets the X,Y coordinate to the pixel with the lowest measured temperature.final Point
Gets the X,Y coordinate to the pixel with the highest measured temperature.final ThermalValue
Gets calculated Maximum temperature value.final ThermalValue
Gets calculated Minimum temperature value.final ThermalDelta
Gets calculated Standard Deviation value of the temperature data associated with theThermalImage
. -
Method Summary
-
Field Details
-
min
Gets calculated Minimum temperature value. -
max
Gets calculated Maximum temperature value. -
average
Gets calculated Average value of the temperature data associated with theThermalImage
. -
standardDeviation
Gets calculated Standard Deviation value of the temperature data associated with theThermalImage
. -
coldSpot
Gets the X,Y coordinate to the pixel with the lowest measured temperature. -
hotSpot
Gets the X,Y coordinate to the pixel with the highest measured temperature.
-
-
Method Details