iwiTile_GetTileBorder
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
.