Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019
IW_DECL(IppStatus) iwiImage_BorderAdd(
IwiImage *pImage,
IwiBorderSize borderSize
);
pImage |
Pointer to the IwiImage structure. |
borderSize |
Size of the border. |
This function adds borderSize to the current inMem image border, making image size smaller. The resulting image cannot be smaller than 1x1 pixels.
ippStsSizeErr |
Size of ROI is illegal. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |