Back to Adaptive Vision Library website

You are here: Start » Function Reference » Pixel » AvsFilter_AccessPixel

AvsFilter_AccessPixel


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header:AVL.h
Namespace:avs

Returns individual fields of pixel.

Syntax

void avs::AvsFilter_AccessPixel
(
	const avl::Pixel& inPixel,
	float& outX,
	float& outY,
	float& outZ,
	float& outW
)

Parameters

Name Type Default Description
inPixel const Pixel& Input location
outX float& Output value of channel x
outY float& Output value of channel y
outZ float& Output value of channel z
outW float& Output value of channel w