open3d.t.geometry.InterpType#

class open3d.t.geometry.InterpType(value)#

Interpolation type.

Cubic = 2#
Lanczos = 3#
Linear = 1#
Nearest = 0#
Super = 4#