Visible to Intel only — GUID: GUID-39BDDD54-69B7-4A57-88EF-B585721B7921
iwiImage_BorderSet
Syntax
IW_DECL(IppStatus) iwiImage_BorderSet(
IwiImage *pImage,
IwiBorderSize borderSize
);
Parameters
pImage |
Pointer to the IwiImage structure. |
borderSize |
Size of the border. |
Description
This function sets the current inMem image border to borderSize, adjusting image size. The resulting image cannot be smaller than 1x1 pixels.
Return Values
ippStsSizeErr |
Size of ROI is illegal. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |
Parent topic: Image