Structures and Enumerators
IwiResizeSpec
IwiResizeSpec
Internal structure for data sharing between Resize
functions:
typedef struct _IwiResizeSpec IwiResizeSpec;
IwiResizeParams
IwiResizeParams
Structure for Resize optional parameters:
typedef struct _IwiResizeParams
{
Ipp32f cubicBVal;
Ipp32f cubicCVal;
Ipp32u lanczosLobes;
Ipp32u antialiasing;
} IwiResizeParams;
Parameters
- cubicBVal
- The first parameter for Cubic filters.
- cubicCVal
- The second parameter for Cubic filters.
- lanczosLobes
- Parameter for Lanczos filter. Supported values: 2 or 3.
- antialising
- If equal to 0 (default) - use resize without antialiasing, any other value - use resize with antialiasing. Use antialiasing to minimize moire artifacts when reducing the size of an image.