Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 3/22/2024
Public
Document Table of Contents

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.