Calculates size of temporary buffer for the function ippiEigenValsVecs.
IppStatus ippiEigenValsVecsGetBufferSize_32f_C1R(IppiSize roiSize,int apertureSize, int avgWindow, int* pBufferSize);
IppStatus ippiEigenValsVecsGetBufferSize_8u32f_C1R(IppiSize roiSize, int apertureSize, int avgWindow, int* pBufferSize);
The function ippiEigenValsVecsGetBufferSize is declared in the ippcv.h file. It 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 ippiEigenValsVecs.
The parameters apertureSize and avgWindow must be the same for both functions ippiEigenValsVecsGetBufferSize and ippiEigenValsVecs.
Example “Using the function ippiEigenValsVecs” shows how to use the function ippiEigenValsVecsGetBufferSizee.
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 zero or negative value, or if apertureSize or avgWindow has an illegal value. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.