Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2018
IW_DECL(const void*) iwiImage_GetPtrConst(
const IwiImage *pImage,
IwSize y,
IwSize x,
int ch
);
pImage |
Pointer to the IwiImage structure. |
y |
Y shift, as rows. |
x |
X shift, as columns. |
ch |
Channels shift. |
This function returns a pointer to the specified pixel position in the read-only image buffer.
Pointer to the image data.