Developer Reference for Intel® Integrated Performance Primitives
Initializes the MTF structure.
IppStatus ippsMTFInit_8u(IppMTFState_8u* pMTFState);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pMTFState |
Pointer to the MTF structure. |
This function initializes the MTF structure that contains parameters for the MTF transform in the external buffer. This structure is used by the functions ippsMTFFwd and ippsMTFInv. The size of this buffer must be computed previously by calling the function ippsMTFGetSize.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pMTFState pointer is NULL. |