licornea_tools
|
#include "../lib/common.h"
#include "../lib/args.h"
#include "../lib/json.h"
#include "../lib/camera.h"
#include "../lib/dataset.h"
#include "../lib/intrinsics.h"
#include "../lib/assert.h"
#include "../lib/opencv.h"
#include "../lib/image_io.h"
#include "../lib/filesystem.h"
Go to the source code of this file.
Functions | |
std::vector< vec3 > | checkerboard_world_corners (int cols, int rows, real square_width) |
int | main (int argc, const char *argv[]) |
Variables | |
const bool | verbose = false |
Definition at line 17 of file cameras_from_checkerboards.cc.
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 25 of file cameras_from_checkerboards.cc.
const bool verbose = false |
Definition at line 14 of file cameras_from_checkerboards.cc.