MorphologyFree

Frees memory allocated for the morphology state structure.

Syntax

IppStatus ippiMorphologyFree(IppiMorphState* pState);

Parameters

pState

Pointer to the morphology state structure.

Description

The function ippiMorphologyFree is declared in the ippcv.h file. This function frees memory allocated by the function MorphologyInitAlloc for the morphology state structure pState.

Return Values

ippStsNoErr

Indicates no error. Any other value indicates an error or a warning.

ippStsNullPtrErr

Indicates an error condition if pState is NULL.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.