Developer Reference for Intel® Integrated Performance Primitives
Calculates size of temporary buffer for the function ippiMinEigenVal.
IppStatus ippiMinEigenValGetBufferSize_32f_C1R(IppiSize roiSize, int apertureSize, int avgWindow, int* pBufferSize);
IppStatus ippiMinEigenValGetBufferSize_8u32f_C1R(IppiSize roiSize, int apertureSize, int avgWindow, int* pBufferSize);
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 (see Regions of Interest in Intel IPP). This function calculates the size of a temporary buffer to be used by the function ippiMinEigenVal.
The parameters apertureSize and avgWindow must be the same for both functions ippiMinEigenValGetBufferSize and ippiMinEigenVal.
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error condition if one of the specified pointers is NULL. |
ippStsSizeErr |
Indicates an error condition if roiWidth has a zero or negative value, or if apertureSize or avgWindow has an illegal value. |