You are here: Start » FIL.NET » Invoke.GetImageRow
Extracts an array of pixel values from a single row of an image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void GetImageRow ( Fil.Image inImage, Optional<int> inChannelIndex, int inRowIndex, List<float> outValues, List<Fil.Pixel> outPixels )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inChannelIndex | Ftl.Optional<int> | <0, 3> | Selects a channel of the input image. Default value: ftl::NIL. | |
![]() | inRowIndex | int | <0, 65535> | Selects a row of the input image. | |
![]() | outValues | System.Collections.Generic.List<float> | Output pixel values of the row. | ||
![]() | outPixels | System.Collections.Generic.List<Fil.Pixel> | Output pixels of the row. |