open3d.io.write_feature¶
-
open3d.io.write_feature(filename, feature)¶ Function to write Feature to file
- Parameters
filename (str) – Path to file.
feature (open3d.registration.Feature) – The
Featureobject for I/O
- Returns
bool
open3d.io.write_feature(filename, feature)¶Function to write Feature to file
filename (str) – Path to file.
feature (open3d.registration.Feature) – The Feature object for I/O
bool