Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-2118EB4C-31BB-4DF8-A21A-1DE19E00C917
Visible to Intel only — GUID: GUID-2118EB4C-31BB-4DF8-A21A-1DE19E00C917
GetHaarClassifierSize
Returns the size of the Haar classifier.
Syntax
IppStatus ippiGetHaarClassifierSize_32f(IppiHaarClassifier_32f* pState, IppiSize* pSize);
IppStatus ippiGetHaarClassifierSize_32s(IppiHaarClassifier_32s* pState, IppiSize* pSize);
Include Files
ippcv.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h, ippi.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib, ippi.lib
Parameters
- pState
- Pointer to the Haar classifier structure.
- pSize
- Pointer to the size of Haar classifier structure.
Description
This function computes the minimum size of the window containing all features of the Haar classifier described by the pState.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if the pState pointer is NULL. |