Frees memory allocated for the foreground/background segmentation structure.
IppStatus ippiForegroundHistogramFree_8u_C1R(IppFGHistogramState_8u_C1R* pState);
IppStatus ippiForegroundHistogramFree_8u_C3R(IppFGHistogramState_8u_C3R* pState);
The function ippiForegroundHistogramFree is declared in the ippcv.h This function frees memory allocated by the function ippiForegroundHistogramInitAlloc for the state structure pState for the histogram 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.