Interp

class cvcuda.Interp

Members:

NEAREST : Nearest-neighbor interpolation

LINEAR : Linear interpolation

CUBIC : Cubic interpolation

AREA : Area-based (resampling using pixels in area) interpolation

LANCZOS : Lanczos interpolation

WARP_INVERSE_MAP : Inverse transformation

GAUSSIAN : Gaussian interpolation

HAMMING : Hamming interpolation

BOX : Box interpolation

property name