licornea_tools
|
#include "../lib/common.h"
#include "../lib/args.h"
#include "../lib/opencv.h"
#include "../lib/intrinsics.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>
#include <cassert>
#include <fstream>
Go to the source code of this file.
Functions | |
const cv::Vec3b | orig_color (0, 0, 255) |
const cv::Vec3b | reproj_color (0, 0, 255) |
int | main (int argc, const char *argv[]) |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 20 of file ir_intrinsic_reprojection.cc.
const cv::Vec3b orig_color | ( | 0 | , |
0 | , | ||
255 | |||
) |
const cv::Vec3b reproj_color | ( | 0 | , |
0 | , | ||
255 | |||
) |