Click or drag to resize
MeasurementParametersDistance Property
Gets or sets the distance to the object.

Namespace: Flir.Atlas.Image.Measurements
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public double Distance { get; set; }

Property Value

Type: Double
The distance.
Remarks
The distance is the distance between the object and the front lens of the camera. This parameter is used to compensate for the following two facts: That radiation from the target is absorbed by the atmosphere between the object and the camera. That radiation from the atmosphere itself is detected by the camera.
See Also