4 #include "../lib/args.h" 5 #include "../lib/misc.h" 6 #include "../lib/json.h" 7 #include "../lib/opencv.h" 8 #include "../lib/intrinsics.h" 12 int main(
int argc,
const char* argv[]) {
13 get_args(argc, argv,
"image_correspondences.json out_feature_points.json x_index y_index");
19 std::cout <<
"saving feature points" << std::endl;
24 std::cout <<
"done" << std::endl;
Set of features, each on set of views.
Points of different features, on one view.
int main(int argc, const char *argv[])
feature_points feature_points_for_view(const image_correspondences &cors, view_index idx, bool is_distorted)
json encode_feature_points(const feature_points &fpoints)
void export_json_file(const json &j, const std::string &filename, bool compact)
image_correspondences image_correspondences_arg()
std::string out_filename_arg()
void get_args(int argc, const char *argv[], const std::string &usage)