You are here: Start » AVL.NET » AVS.GetImageRow Method

AVS.GetImageRow Method

Extracts an array of pixel values from a single row of an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GetImageRow
(
	AvlNet.Image inImage,
	int inRowIndex,
	IList<float> outValues,
	IList<AvlNet.Pixel> outPixels
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRowIndexint<0, 65535>Selects a row of the input image.
outValuesSystem.Collections.Generic.IList<float>Output pixel values of the row.
outPixelsSystem.Collections.Generic.IList<AvlNet.Pixel>Output pixels of the row.

Function Overrides

See also