Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019
IW_DECL(IppStatus) iwsVector_BorderAdd(
IwsVector *pVector,
IwsBorderSize borderSize
);
pVector |
Pointer to the IwsVector structure. |
borderSize |
Size of the border. |
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.
ippStsSizeErr |
Size of ROI is illegal. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |