Frees memory allocated for the Haar classifier structure.
IppStatus ippiHaarClassifierFree_32f(IppiHaarClassifier_32f* pState);
IppStatus ippiHaarClassifierFree_32s(IppiHaarClassifier_32s* pState);
The function ippiHaarClassifierFree is declared in the ippcv.h file. This function frees memory allocated for the Haar classifier structure pState by the function ippiHaarClassifierInitAlloc or ippiTiltedHaarClassifierInitAlloc.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if the pState pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.