Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the state structure for the Gaussian mixture model foreground/background subtraction.
IppStatus ippiFGMMGetBufferSize_8u_C3R(IppiSize roi, int maxNGauss, int* pSpecSize);
ippcv.h
Headers: ippcore.h, ippvm.h, ipps.h, ippi.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib, ippi.lib
This function operates with ROI.
This function computes the size of the IppFGMMSpec_8u_C3R structure for the FGMMForeground and FGMMBackground functions.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when pSpecSize is NULL. |
ippStsSizeErr |
Indicates an error when roi is less than, or equal to zero. |
ippStsBadArgErr |
Indicates an error when maxNumGauss is less than, or equal to zero. |