Intel IPP Integration Wrappers Developer Guide and Reference
ID
751823
Date
1/18/2023
Public
iwiResize_GetBorderSize
Syntax
IW_DECL(IppStatus) iwiResize_GetBorderSize(
const IwiResizeSpec *pSpec,
IwiBorderSize *pBorderSize
);
Parameters
pSpec |
Pointer to the Resize internal specification structure. |
pBorderSize |
Pointer to the border size structure. |
Description
This function calculates the size of image borders for the Resize operation.
Return Values
ippStsNoErr |
No errors. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
Parent topic: Resize