Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2018
IW_DECL(IppStatus) iwsVector_BorderSub(
IwsVector *pVector,
IwsBorderSize borderSize
);
pVector |
Pointer to the IwsVector structure. |
borderSize |
Size of the border. |
This function subtracts borderSize from the current inMem vector border, making image size bigger. The resulting border cannot be less than 0.
ippStsOutOfRangeErr |
ROI is out of the vector. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |