Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2018
IW_DECL(IppStatus) iwiRotate_GetDstSize(
IwiSize srcSize,
double angle,
IwiSize *pDstSize
);
srcSize |
Size of the source image in pixels. |
angle |
Angle of clockwise rotation in degrees. |
pDstSize |
Size of rotated image boundaries. |
This function calculates the destination image size for the iwiRotate function. This is a simpler version of the iwiWarpAffine function designed specifically for rotation.
ippStsBadArgErr |
Incorrect arg/param of the function. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |