| ThermalImageGetEmissivityFromValue Method (Int32, Int32, Double) |
Calculates emissivity from a known temperature.
Namespace: Flir.Atlas.ImageAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public double GetEmissivityFromValue(
int x,
int y,
double actualTemperature
)
Parameters
- x
- Type: SystemInt32
The temperature measured in current image at position x. - y
- Type: SystemInt32
The temperature measured in current image at position y. - actualTemperature
- Type: SystemDouble
The known temperature in current TemperatureUnit.
Return Value
Type:
DoubleA calculated emissivity value. Returns -1 if an error occurs
See Also