Frees memory allocated for the advanced morphology state structure.
IppStatus ippiMorphAdvFree(IppiMorphAdvState* pState);
pState |
Pointer to the advanced morphology state structure. |
The function ippiMorphAdvFree is declared in the ippcv.h file. This function frees memory allocated by the function MorphAdvInitAlloc for the advanced morphology state structure pState.
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error condition if pState is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.