Visible to Intel only — GUID: GUID-73EF7B36-D7D6-4D7E-8D40-47E3C9964BC7
iwsVector_InitExternal
Syntax
IW_DECL(IppStatus) iwsVector_InitExternal(
IwsVector *pVector,
IwSize size,
IppDataType dataType,
IwsBorderSize const *pInMemBorder,
void *pBuffer
);
Parameters
- pVector
-
Pointer to the IwsVector structure.
- size
-
Vector length.
- dataType
-
Data type of a vector.
- pBuffer
-
Pointer to the external image buffer.
- pInMemBorder
-
Size of the vector border; set to NULL if there is no border.
- pBuffer
-
Pointer to the external vector buffer.
Description
This function initializes the vector structure with the external buffer.
Return Values
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |
Parent topic: Vector