You are here: Start » FIL.NET » Invoke.ImagePixelValues
Returns an array of pixel values from the input image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImagePixelValues ( Fil.Image inImage, Optional<Fil.Region> inRoi, List<float> outPixelValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outPixelValues | System.Collections.Generic.List<float> |