Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019
IW_DECL(IppStatus) iwiImage_Release(
IwiImage *pImage
);
pImage |
Pointer to the IwiImage structure. |
This function releases image data that is allocated with iwiImage_Alloc.
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |