Visible to Intel only — GUID: GUID-3F82F142-087D-4B8F-ABF0-3588EFFBB95F
class IwiWarpAffineParams
The IwiWarpAffineParams class stores WarpAffine optional parameters and consists of the following methods and operators:
Methods
IwiWarpAffineParams()
Default constructor.
IwiWarpAffineParams();
IwiWarpAffineParams() with Parameters
Constructor with all parameters.
IwiWarpAffineParams(
Ipp32f cubicBVal,
Ipp32f cubicCVal,
Ipp32u smoothEdge
);
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. |
Operators
Assignment operator for the WarpAffine C structure:
inline operator ::IwiWarpAffineParams* () const;
Parent topic: WarpAffine