Click or drag to resize
ImageProcessingReplaceSignalValues Method
Replace all the IR signal values in the image. Must be the same size as the original image.

Namespace: Flir.Atlas.Image.ImageProcessing
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public void ReplaceSignalValues(
	ushort[] values
)

Parameters

values
Type: SystemUInt16
New image array
See Also