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

Invoke.ImagePixelValues

Returns an array of pixel values from the input image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImagePixelValues
(
	Avl.Image inImage,
	Optional<Avl.Region> inRoi,
	List<float> outPixelValues
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
outPixelValuesSystem.Collections.Generic.List<float>

See also