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