vpi.Interp

class vpi.Interp

Set an interpolation type for an algorithm.

Some algorithms allow the interpolation type to be defined.

Enumeration values

vpi.Interp.NEAREST

Nearest neighbor interpolation.

vpi.Interp.LINEAR

Linear interpolation.

vpi.Interp.CATMULL_ROM

Catmull-Rom cubic interpolation.