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