Visible to Intel only — GUID: GUID-FF106706-77AD-49A5-A550-0F7339925499
iwiImage_BorderAdd
Syntax
IW_DECL(IppStatus) iwiImage_BorderAdd(
IwiImage *pImage,
IwiBorderSize borderSize
);
Parameters
pImage |
Pointer to the IwiImage structure. |
borderSize |
Size of the border. |
Description
This function adds borderSize to the current inMem image border, making image size smaller. 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