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 ThermalValueGets calculated Average value of the temperature data associated with theThermalImage.final PointGets the X,Y coordinate to the pixel with the lowest measured temperature.final PointGets the X,Y coordinate to the pixel with the highest measured temperature.final ThermalValueGets calculated Maximum temperature value.final ThermalValueGets calculated Minimum temperature value.final ThermalDeltaGets 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