Frees memory allocated for the foreground/background segmentation structure.
IppStatus ippiForegroundGaussianFree_8u_C1R(IppFGGaussianState_8u_C1R* pState);
IppStatus ippiForegroundGaussianFree_8u_C3R(IppFGGaussianState_8u_C3R* pState);
The function ippiForegroundGaussianFree is declared in the ippcv.h This function frees memory allocated by the function ippiForegroundGaussianInitAlloc for the state structure pState for the Gaussian modeling of foreground and background.
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error if pState is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.