Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019
IW_DECL(IppStatus) iwiImage_BorderSub(
IwiImage *pImage,
IwiBorderSize borderSize
);
pImage |
Pointer to the IwiImage structure. |
borderSize |
Size of the border. |
This function subtracts borderSize from the current inMem image border, making image size bigger. The resulting border cannot be less than 0.
ippStsOutOfRangeErr |
ROI is out of the image. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |