open3d.t.geometry.InterpType#

class open3d.t.geometry.InterpType#

Interpolation type.

Members:

Nearest

Linear

Cubic

Lanczos

Super

Cubic = <InterpType.Cubic: 2>#
Lanczos = <InterpType.Lanczos: 3>#
Linear = <InterpType.Linear: 1>#
Nearest = <InterpType.Nearest: 0>#
Super = <InterpType.Super: 4>#
property value#