Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019

iwiImage_Init

Syntax

IW_DECL(IppStatus) iwiImage_Init(
    IwiImage *pImage
);

Parameters

pImage

Pointer to the IwiImage structure.

Description

This function resets the image structure values.

Return Values

ippStsNullPtrErr

The pImage pointer is NULL.

ippStsNoErr

No errors.