Visible to Intel only — GUID: GUID-B1977089-ACBF-4DC4-947E-F32025DF816B
iwsVector_RoiSet
Syntax
IW_DECL(IppStatus) iwsVector_RoiSet(
IwsVector *pVector,
IwsRoi roi
);
Parameters
pImage |
Pointer to the IwsVector structure. |
roi |
ROI rectangle of the required sub-vector. |
Description
This function applies the input ROI to the current vector by adjusting the size and the starting point of the vector.
Can be applied recursively.
Return Values
ippStsOutOfRangeErr |
ROI is out of the vector. |
ippStsSizeErr |
Size of ROI is illegal. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |
Parent topic: Vector