licornea_tools
Functions | Variables
cameras_from_checkerboards.cc File Reference
#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< vec3checkerboard_world_corners (int cols, int rows, real square_width)
 
int main (int argc, const char *argv[])
 

Variables

const bool verbose = false
 

Function Documentation

std::vector<vec3> checkerboard_world_corners ( int  cols,
int  rows,
real  square_width 
)

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.

Here is the call graph for this function:

Variable Documentation

const bool verbose = false

Definition at line 14 of file cameras_from_checkerboards.cc.