Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019
IW_DECL(IppStatus) iwiImage_BorderSet(
IwiImage *pImage,
IwiBorderSize borderSize
);
pImage |
Pointer to the IwiImage structure. |
borderSize |
Size of the border. |
This function sets the current inMem image border to borderSize, adjusting image size. 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. |