Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019
IW_DECL(IppStatus) iwsVector_Alloc(
IwsVector *pVector,
IwSize size,
IppDataType dataType,
IwsBorderSize const *pInMemBorder
);
pVector |
Pointer to the IwsVector structure. |
size |
Vector size. |
dataType |
Data type of a vector. |
channels |
Number of image channels. |
pInMemBorder |
Size of the border around the vector or NULL if there is no border. |
This function initializes the vector structure and allocates vector data.
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsDataTypeErr |
The dataType value is illegal. |
ippStsNoErr |
No errors. |