licornea_tools
|
#include "../lib/args.h"
#include "../lib/opencv.h"
#include "../lib/viewer.h"
#include "../lib/intrinsics.h"
#include <cstdlib>
#include <iostream>
#include <string>
Go to the source code of this file.
Functions | |
const cv::Vec3b | marker_color1 (255, 200, 200) |
const cv::Vec3b | marker_color2 (200, 200, 255) |
int | main (int argc, const char *argv[]) |
Variables | |
const int | max_height = 300 |
const int | slider_steps = 1000 |
const real | coeff_abs_max = 0.4 |
const int | border = 20 |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
const cv::Vec3b marker_color1 | ( | 255 | , |
200 | , | ||
200 | |||
) |
const cv::Vec3b marker_color2 | ( | 200 | , |
200 | , | ||
255 | |||
) |
const int border = 20 |
Definition at line 17 of file view_distortion.cc.
const real coeff_abs_max = 0.4 |
Definition at line 16 of file view_distortion.cc.
const int max_height = 300 |
Definition at line 14 of file view_distortion.cc.
const int slider_steps = 1000 |
Definition at line 15 of file view_distortion.cc.