Returns the size of the Haar classifier.
IppStatus ippiGetHaarClassifierSize_32f(IppiHaarClassifier_32f* pState, IppiSize* pSize);
IppStatus ippiGetHaarClassifierSize_32s(IppiHaarClassifier_32s* pState, IppiSize* pSize);
The function ippiGetHaarClassifierSize is declared in the ippcv.h file. This function computes the minimum size of the window containing all features of the Haar classifier described by the pState.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if the pState pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.