Intel IPP Integration Wrappers Developer Guide and Reference

ID 751823
Date 1/18/2023
Public
Document Table of Contents

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.