Visible to Intel only — GUID: GUID-3866819E-3C99-4E9A-9DE3-E0A03E1A4C7F
iwsVector_BorderSet
Syntax
IW_DECL(IppStatus) iwsVector_BorderSet(
IwsVector *pVector,
IwsBorderSize borderSize
);
Parameters
pImage |
Pointer to the IwsVector structure. |
borderSize |
Size of the border. |
Description
This function sets the current inMem vector border to borderSize, adjusting vector size. 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