Click or drag to resize
ThermalFusionInterval Constructor
Sets fusion rendering for the Thermal-image to show thermal interval.

Namespace: Flir.Atlas.Image.Fusion
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public ThermalFusionInterval(
	double thresholdMin,
	double thresholdMax
)

Parameters

thresholdMin
Type: SystemDouble
Specifies the low threshold.
thresholdMax
Type: SystemDouble
Specifies the high threshold.
See Also