Click or drag to resize
ImageProcessingGetPixelsArray Method
Get the signal image as a double array.When integrating Atlas SDK in Matlab use this method.

Namespace: Flir.Atlas.Image.ImageProcessing
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public double[,] GetPixelsArray()

Return Value

Type: Double
Returns the image as double array
See Also