Visible to Intel only — GUID: GUID-53CA5916-833D-406E-9ECC-C8EAB928C2E9
Visible to Intel only — GUID: GUID-53CA5916-833D-406E-9ECC-C8EAB928C2E9
MomentInit
Initializes the moment context structure.
Syntax
IppStatus ippiMomentInit_64f(IppiMomentState_64f* pState, IppHintAlgorithm hint);
Include Files
ippi.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Parameters
pState |
Pointer to the structure for storing moment values. |
hint |
Option to select the algorithmic implementation of the function. |
Description
This function initializes the structure that is needed for the function ippiMoments to store the computed image moments. Computation algorithm is specified by hint argument (see Table “Hint Arguments for Image Moment Functions”).
The structure is allocated in the external buffer. The size of this buffer can be computed by the function ippiMomentGetStateSize.
Return Values
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error condition if pState pointer is NULL. |