Visible to Intel only — GUID: GUID-F5903DA7-247E-4E16-A6A9-043B66D86421
iwsVector_BorderAdd
Syntax
IW_DECL(IppStatus) iwsVector_BorderAdd(
IwsVector *pVector,
IwsBorderSize borderSize
);
Parameters
pVector |
Pointer to the IwsVector structure. |
borderSize |
Size of the border. |
Description
This function adds borderSize to the current inMem vector border, making the vector size smaller. The length of the resulting vector cannot be smaller than 1 element.
Return Values
ippStsSizeErr |
Size of ROI is illegal. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |
Parent topic: Vector