open3d.ml.tf.vis.Colormap¶
-
class
open3d.ml.tf.vis.
Colormap
(points)¶ Color map for visulization of points.
-
class
Point
(value, color)¶ -
__init__
(value, color)¶ Initialize self. See help(type(self)) for accurate signature.
-
-
__init__
(points)¶ Initialize self. See help(type(self)) for accurate signature.
-
calc_color_array
(values, range_min, range_max)¶
-
calc_u_array
(values, range_min, range_max)¶
-
static
make_greyscale
()¶
-
static
make_rainbow
()¶
-
class