Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the work buffer for the ippiCrossCorrNorm function.
IppStatus ippiCrossCorrNormGetBufferSize (IppiSize srcRoiSize, IppiSize tplRoiSize, IppEnum algType, int* pBufferSize);
ippi.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
srcRoiSize, tplRoiSize |
Size of the source/template ROI in pixels. |
algType |
Bit-field mask for the algorithm type definition. Possible values are the results of composition of the IppAlgType, IppiROIShape, and IppiNormOp values. |
pBufferSize |
Pointer to the size of the work buffer. |
The ippiCrossCorrNormGetBufferSize function computes the size, in bytes, of the external work buffer needed for the function that performs two-dimensional cross-correlation. The result is stored in the pBufferSize parameter.
ippStsNoErr |
Indicates no error. |
ippStsSizeErr |
Indicates an error when:
|
ippStsAlgTypeErr |
Indicates an error when:
|
ippStsNullPtrErr |
Indicates an error when pBufferSize is NULL. |