You are here: Start » AVL.NET » AVL.ImagePixelValues Method

AVL.ImagePixelValues Method

Returns an array of pixel values from the input image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImagePixelValues(
	AvlNet.Image inImage,
	out float[] outPixelValues
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outPixelValuesfloat

See also