Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Features » ImagePixelValues

ImagePixelValues


Returns an array of pixel values from the input image.

Syntax

C++
C#
 
void avl::ImagePixelValues
(
	const avl::Image& inImage,
	atl::Optional<const avl::Region&> inRoi,
	atl::Array<float>& outPixelValues
)

Parameters

Name Type Default Description
inImage const Image& Input image
inRoi Optional<const Region&> NIL Range of pixels to be processed
outPixelValues Array<float>&