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

Invoke.ImagePixels

Returns an array of pixels from the input image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImagePixels
(
	Avl.Image inImage,
	Optional<Avl.Region> inRoi,
	List<Avl.Pixel> outPixels
)

Parameters

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

See also