Interp Enum

class arrayfire_wrapper.lib.Interp(value)

Bases: Enum

BICUBIC = 7
BICUBIC_SPLINE = 9
BILINEAR = 2
BILINEAR_COSINE = 6
CUBIC = 3
CUBIC_SPLINE = 8
LINEAR = 1
LINEAR_COSINE = 5
LOWER = 4
NEAREST = 0