Visible to Intel only — GUID: GUID-EBB8D73D-78CF-4325-A527-84605BFF275E
Structures and Enumerators
IwiWarpAffineSpec
Internal structure for data sharing between WarpAffine functions:
typedef struct _IwiWarpAffineSpec IwiWarpAffineSpec;
IwiWarpAffineParams
Structure for WarpAffine optional parameters:
typedef struct _IwiWarpAffineParams
{
Ipp32f cubicBVal;
Ipp32f cubicCVal;
Ipp32u smoothEdge;
} IwiWarpAffineParams;
Parameters
cubicBVal |
The first parameter for Cubic filters. |
cubicCVal |
The second parameter for Cubic filters. |
smoothEdge |
The smooth edge flag. The following values are supported: 0 - transform without edge smoothing, 1 - transform with edge smoothing. This feature is supported only for the ippBorderTransp and ippBorderInMem border types. For more information, see Edge Smoothing. |
Parent topic: WarpAffine