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.
Returns individual fields of pixel.
Syntax
void avs::AvsFilter_AccessPixel ( const avl::Pixel& inPixel, atl::real& outX, atl::real& outY, atl::real& outZ, atl::real& outW )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPixel | const Pixel& | Input location | |
![]() |
outX | real& | Output value of channel x | |
![]() |
outY | real& | Output value of channel y | |
![]() |
outZ | real& | Output value of channel z | |
![]() |
outW | real& | Output value of channel w |
Hints
- Do NOT use this filter. Instead, use "Property Outputs" feature, accessible in the output port's context menu.


