open3d.t.geometry.InterpType

class open3d.t.geometry.InterpType

Interpolation type.

Members:

Nearest

Linear

Cubic

Lanczos

Super

Cubic = InterpType.Cubic
Lanczos = InterpType.Lanczos
Linear = InterpType.Linear
Nearest = InterpType.Nearest
Super = InterpType.Super