iwsVector_InitExternal
Syntax
IW_DECL(IppStatus) iwsVector_InitExternal(
IwsVector *pVector,
IwSize size,
IppDataType dataType,
IwsBorderSize const *pInMemBorder,
void *pBuffer
);
Parameters
- pVector
- Pointer to theIwsVectorstructure.
- size
- Vector length.
- dataType
- Data type of a vector.
- pBuffer
- Pointer to the external image buffer.
- pInMemBorder
- Size of the vector border; set toNULLif 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 isNULL.
- ippStsNoErr
- No errors.