Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2018
IW_DECL(IppStatus) iwiResize_GetBorderSize(
const IwiResizeSpec *pSpec,
IwiBorderSize *pBorderSize
);
pSpec |
Pointer to the Resize internal specification structure. |
pBorderSize |
Pointer to the border size structure. |
This function calculates the size of image borders for the Resize operation.
ippStsNoErr |
No errors. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |