Visible to Intel only — GUID: GUID-D37BE99E-294A-4077-B2CA-D547E63C2507
iwiTile_CorrectBordersOverlap
Syntax
IW_DECL(IwiRoi) iwiTile_CorrectBordersOverlap(
IwiRoi roi,
IwiBorderType border,
IwiBorderSize borderSize,
IwiSize srcImageSize
);
Parameters
- roi
- Position of a tile to be checked and corrected.
- border
- Type of the image border.
- borderSize
-
Size of the image border.
- srcImageSize
-
Size of the source image.
Description
This function corrects the specified ROI position and size to prevent partial overlap of borders and image boundary.
Return Values
Corrected ROI.
Parent topic: Tiling Functions