open3d.core.Dtype¶
-
class
open3d.core.Dtype¶ Open3D data types.
-
__init__(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
-
byte_code(self: open3d.cpu.pybind.core.Dtype) → open3d.cpu.pybind.core.DtypeCode¶
-
byte_size(self: open3d.cpu.pybind.core.Dtype) → int¶
-
Bool= Bool¶
-
Float32= Float32¶
-
Float64= Float64¶
-
Int32= Int32¶
-
Int64= Int64¶
-
UInt16= UInt16¶
-
UInt8= UInt8¶
-
Undefined= Undefined¶
-