1 #ifndef LICORNEA_FEATURE_POINT_H_ 2 #define LICORNEA_FEATURE_POINT_H_ 4 #include "../../lib/common.h" 5 #include "../../lib/json.h" bool operator==(const feature_point &other) const
feature_point decode_feature_point(const json &j_pt)
json encode_feature_point(const feature_point &pt)