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