Intel IPP Integration Wrappers Developer Guide and Reference

ID 751823
Date 9/30/2019
Public
Document Table of Contents

<span class='option'>iwiImage_GetPtr</span>

Syntax
IW_DECL(void*)     iwiImage_GetPtr(
    const IwiImage *pImage, 
    IwSize          y,     
    IwSize          x,
    int             ch   
);
Parameters

pImage

Pointer to the IwiImage structure.

y

Y shift, as rows.

x

X shift, as columns.

ch

Channels shift.
Description

This function returns a pointer to the specified pixel position in the image buffer.

Return Values

Pointer to the image data.

Did you find the information on this page useful?

Characters remaining:

Feedback Message