Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019

iwiMirror_GetDstSize

Syntax

IW_DECL_CPP(IwiSize) iwiMirror_GetDstSize(
    IwiSize         srcSize,  
    IppiAxis        axis       
)

Parameters

srcSize

Size of the source image, in pixels.

axis

Angle of clockwise rotation, in degrees.

Description

This function calculates the size of the destination image for the iwiMirror function.

Return Values

Destination image size.

Exception Values

ippStsBadArgErr

Some of the parameters' values are incorrect.