Frees memory allocated for the gray-kernel morphology state structure.
IppStatus ippiMorphGrayFree_8u_C1R(IppiMorphAdvState_8u* pState);
IppStatus ippiMorphGrayFree_32f_C1R(IppiMorphAdvState_32f* pState);
pState |
Pointer to the gray-kernel morphology state structure. |
The function ippiMorphGrayFree is declared in the ippcv.h file. This function frees memory allocated by the function MorphGrayInitAlloc for the gray-kernel 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.