licornea_tools
Functions | Variables
checkerboard_samples.cc File Reference
#include "../lib/common.h"
#include "../lib/args.h"
#include "../lib/opencv.h"
#include "../lib/image_io.h"
#include "../lib/misc.h"
#include "../lib/obj_img_correspondence.h"
#include "../lib/viewer.h"
#include "lib/live/grabber.h"
#include "lib/live/checkerboard.h"
#include <string>

Go to the source code of this file.

Functions

void save_correspondences_set ()
 
int main (int argc, const char *argv[])
 

Variables

std::vector< checkerboardcolor_chks
 
std::vector< checkerboardir_chks
 
std::string mode
 
int cols
 
int rows
 
real square_width
 
std::string out_cors_set_filename
 

Function Documentation

int main ( int  argc,
const char *  argv[] 
)

Definition at line 48 of file checkerboard_samples.cc.

Here is the call graph for this function:

void save_correspondences_set ( )

Definition at line 22 of file checkerboard_samples.cc.

Here is the call graph for this function:

Variable Documentation

std::vector<checkerboard> color_chks

Definition at line 14 of file checkerboard_samples.cc.

int cols

Definition at line 16 of file checkerboard_samples.cc.

std::vector<checkerboard> ir_chks

Definition at line 14 of file checkerboard_samples.cc.

std::string mode

Definition at line 15 of file checkerboard_samples.cc.

std::string out_cors_set_filename

Definition at line 19 of file checkerboard_samples.cc.

int rows

Definition at line 17 of file checkerboard_samples.cc.

real square_width

Definition at line 18 of file checkerboard_samples.cc.