Back to Adaptive Vision Library website
You are here: Start » Function Reference » Image Basics » AvsFilter_AccessImage
AvsFilter_AccessImage
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 an image.
Header: | AVL.h |
---|
Syntax
void avs::AvsFilter_AccessImage ( const avl::Image& inImage, int& outWidth, int& outHeight, int& outDepth, avl::PlainType::Type& outType, int& outPixelSize, int& outPitch )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
inImage | const Image& | Input image | ||
outWidth | int& | Output image width | ||
outHeight | int& | Output image height | ||
outDepth | int& | Output number of image color channels | ||
outType | PlainType::Type& | Output pixel format | ||
outPixelSize | int& | Output pixel size in bytes | ||
outPitch | int& | Length of images pixel line with padding |