rif_image_filter_interpolation_operator

Usage

Available values of the interpOperator parameter of RIF_IMAGE_FILTER_RESAMPLE and RIF_IMAGE_FILTER_RESAMPLE_DYNAMIC.

Possible Values

Name

Value

Brief Explanation

RIF_IMAGE_INTERPOLATION_NEAREST

0x0

Nearest interpolation for resampling.

RIF_IMAGE_INTERPOLATION_BILINEAR

0x1

Bilinear interpolation for resampling.

RIF_IMAGE_INTERPOLATION_BICUBIC

0x2

Bicubic interpolation for resampling.

RIF_IMAGE_INTERPOLATION_LANCZOS

0x3

Lanczos interpolation for resampling.

RIF_IMAGE_INTERPOLATION_LANCZOS4

0x4

Lanczos4 interpolation for resampling.

RIF_IMAGE_INTERPOLATION_LANCZOS6

0x5

Lanczos6 interpolation for resampling.

RIF_IMAGE_INTERPOLATION_LANCZOS12

0x6

Lanczos12 interpolation for resampling.

RIF_IMAGE_INTERPOLATION_LANCZOS3

0x7

Lanczos3 interpolation for resampling.

RIF_IMAGE_INTERPOLATION_KAISER

0x8

Kaiser interpolation for resampling.

RIF_IMAGE_INTERPOLATION_BLACKMAN

0x9

Blackman interpolation for resampling.

RIF_IMAGE_INTERPOLATION_GAUSS

0xA

Gaussian interpolation for resampling.

RIF_IMAGE_INTERPOLATION_BOX

0xB

BOX interpolation for resampling.

RIF_IMAGE_INTERPOLATION_TENT

0xC

TENT interpolation for resampling.

RIF_IMAGE_INTERPOLATION_BELL

0xD

BELL interpolation for resampling.

RIF_IMAGE_INTERPOLATION_BSPLINE

0xE

Bspline interpolation for resampling.

RIF_IMAGE_INTERPOLATION_QUADRATIC_INTERP

0xF

Quadratic interpolation for resampling.

RIF_IMAGE_INTERPOLATION_QUADRATIC_APPROX

0x10

Quadratic approximation interpolation for resampling.

RIF_IMAGE_INTERPOLATION_QUADRATIC_MIX

0x11

Quadratic mix interpolation for resampling.

RIF_IMAGE_INTERPOLATION_MITCHELL

0x12

Mitchell interpolation for resampling.

RIF_IMAGE_INTERPOLATION_CATMULL

0x13

Catmull interpolation for resampling.