Developer Reference for Intel® Integrated Performance Primitives
Returns the size of the Haar classifier.
IppStatus ippiGetHaarClassifierSize_32f(IppiHaarClassifier_32f* pState, IppiSize* pSize);
IppStatus ippiGetHaarClassifierSize_32s(IppiHaarClassifier_32s* pState, IppiSize* pSize);
ippcv.h
Headers: ippcore.h, ippvm.h, ipps.h, ippi.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib, ippi.lib
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. |