Visible to Intel only — GUID: GUID-207D189D-C371-458B-86E4-C52B3D71720F
iwiMirror_GetSrcRoi
Syntax
IW_DECL(IppStatus) iwiMirror_GetSrcRoi(
IppiAxis axis,
IwiSize dstSize,
IwiRoi dstRoi,
IwiRoi *pSrcRoi
);
Parameters
axis |
Mirror axis. |
imageSize |
Size of the image in pixels. |
dstRoi |
Destination image ROI. |
pSrcRoi |
Pointer to the source image ROI. |
Description
This function calculates the source image ROI from the destination image ROI.
Return Values
ippStsNotSupportedModeErr |
The selected combination of parameters' values is not supported. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |
Parent topic: Image Geometry Transforms