Visible to Intel only — GUID: GUID-E34D040C-648F-4739-8C97-07B8F98A94DF
iwsVector_GetRoiVector
Syntax
IW_DECL(IwsVector) iwsVector_GetRoiVector(
const IwsVector *pVector,
IwsRoi roi
);
Parameters
pVector |
Pointer to the IwsVector structure. |
roi |
ROI line of the required sub-vector. |
Description
This function returns a sub-vector with the size and starting point of the specified ROI. You can apply this function recursively.
Return Values
The IwsVector structure of the sub-vector.
Parent topic: Vector