37 bool ReadFeature(
const std::string &filename, registration::Feature &feature);
42 const registration::Feature &feature);
45 registration::Feature &feature);
48 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:33
bool WriteFeature(const std::string &filename, const registration::Feature &feature)
Definition: FeatureIO.cpp:39