#include "../lib/common.h"
#include "../lib/args.h"
#include "../lib/dataset.h"
#include "../lib/camera.h"
#include "../lib/misc.h"
#include "lib/image_correspondence.h"
#include "lib/feature_points.h"
#include <iostream>
#include <cmath>
#include <random>
#include <fstream>
Go to the source code of this file.
|
int | main (int argc, const char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
constexpr real max_reprojection_error = 100.0 |
constexpr int min_features_count = 10 |
constexpr bool verbose = true |