Open3D (C++ API)  0.13.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
FeatureIO.h File Reference

(c3f9de2 (Tue Jun 1 15:34:27 2021 -0700))

#include <string>
#include "open3d/pipelines/registration/Feature.h"

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::io
 

Functions

bool open3d::io::ReadFeature (const std::string &filename, pipelines::registration::Feature &feature)
 
bool open3d::io::WriteFeature (const std::string &filename, const pipelines::registration::Feature &feature)
 
bool open3d::io::ReadFeatureFromBIN (const std::string &filename, pipelines::registration::Feature &feature)
 
bool open3d::io::WriteFeatureToBIN (const std::string &filename, const pipelines::registration::Feature &feature)