Intel IPP Integration Wrappers Developer Guide and Reference

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

iwiTile_GetTileBorder

Syntax

IW_DECL(IwiBorderType) iwiTile_GetTileBorder(
    IwiRoi          roi,
    IwiBorderType   border,
    IwiBorderSize   borderSize,
    IwiSize         srcImageSize    
);

Parameters

roi

Position and size of a tile.

border

Border type.

borderSize

Size of the image border.

imageSize

Size of the source image.

Description

This function returns a border with proper ippBorderInMem flags for the specified tile position, image and border size.

Return Values

Flags for ippBorderInMem.