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

Invoke.ImagePixelValues

Returns an array of pixel values from the input image.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
outPixelValuesSystem.Collections.Generic.List<float>

See also