38 bool ReadFeature(
const std::string &filename, registration::Feature &feature);
43 const registration::Feature &feature);
46 registration::Feature &feature);
49 const registration::Feature &feature);
bool ReadFeature(const std::string &filename, registration::Feature &feature)
Definition: FeatureIO.cpp:35
bool WriteFeatureToBIN(const std::string &filename, const registration::Feature &feature)
Definition: FileBIN.cpp:91
bool ReadFeatureFromBIN(const std::string &filename, registration::Feature &feature)
Definition: FileBIN.cpp:78
Definition: PinholeCameraIntrinsic.cpp:34
bool WriteFeature(const std::string &filename, const registration::Feature &feature)
Definition: FeatureIO.cpp:39