Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the external buffer.
IppStatus ippiUndistortGetSize(IppiSize roiSize, int* pBufferSize);
ippcv.h
Headers: ippcore.h, ippvm.h, ipps.h, ippi.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib, ippi.lib
This function computes the size of the temporary external buffer that is used by the functions ippiUndistortRadial. The buffer of the computed size can be used to process smaller images as well.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pBufferSize is NULL. |
ippStsSizeErr |
Indicates an error condition if roiSize has a field with zero or negative value. |