Package com.flir.thermalsdk.live.remote
Class RemoteCircle
java.lang.Object
com.flir.thermalsdk.live.remote.RemoteShape
com.flir.thermalsdk.live.remote.RemoteCircle
Defines a remote circle measurement tool shape. Circle is described by a surrounding circle. This
tool allows to measure temperature in circle area. It gives the possibility to find area's
minimum, maximum and average temperature. There is functionality to find the exact location for
minimum and maximum values.
-
Method Summary
Modifier and TypeMethodDescriptionDefines an average temperature value of the given active measurement tool.final Property<List<MeasurementCalcMask>>
calcMask()
Set the calc mask on the measurement area, affecting calculations.Get a position of the coldest spot inside the given active measurement tool.Defines a temperature value of the coldest spot inside the given active measurement tool.Get a position of the hottest spot inside the given active measurement tool.Defines a temperature value of the hottest spot inside the given active measurement tool.Defines if the hot and cold spot markers are active and visible inside the given active measurement tool.shape()
Get an area of the given active circle measurement tool described as a circle.
-
Method Details
-
shape
Get an area of the given active circle measurement tool described as a circle. -
hotSpotPosition
Get a position of the hottest spot inside the given active measurement tool. -
coldSpotPosition
Get a position of the coldest spot inside the given active measurement tool. -
hotSpotValue
Defines a temperature value of the hottest spot inside the given active measurement tool. -
coldSpotValue
Defines a temperature value of the coldest spot inside the given active measurement tool. -
averageTemperatureValue
Defines an average temperature value of the given active measurement tool. -
markersActive
Defines if the hot and cold spot markers are active and visible inside the given active measurement tool. -
calcMask
Set the calc mask on the measurement area, affecting calculations. The measurement calculations will be shown on the camera image.
Note: The returnedMeasurementCalcMask
list may be empty, but never null.
Note: The inputMeasurementCalcMask
list (for setter) may be empty, but never null.
-