Class ImageStatistics

java.lang.Object
com.flir.thermalsdk.image.ImageStatistics

public final class ImageStatistics extends Object
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 Details

    • min

      public final ThermalValue min
      Gets calculated Minimum temperature value.
    • max

      public final ThermalValue max
      Gets calculated Maximum temperature value.
    • average

      public final ThermalValue average
      Gets calculated Average value of the temperature data associated with the ThermalImage.
    • standardDeviation

      public final ThermalDelta standardDeviation
      Gets calculated Standard Deviation value of the temperature data associated with the ThermalImage.
    • coldSpot

      public final Point coldSpot
      Gets the X,Y coordinate to the pixel with the lowest measured temperature.
    • hotSpot

      public final Point hotSpot
      Gets the X,Y coordinate to the pixel with the highest measured temperature.
  • Method Details