#include <iostream>
#include <fstream>
#include <sstream>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/calib3d/calib3d.hpp>
#include "aruco.h"
#include "aruco_calibration_board_a4.h"
Go to the source code of this file.
Classes | |
class | CmdLineParser |
Functions | |
void | cvTackBarEvents (int pos, void *) |
void | getMarker2d_3d (vector< cv::Point2f > &p2d, vector< cv::Point3f > &p3d, const vector< Marker > &markers_detected, const MarkerMap &bc) |
int | main (int argc, char **argv) |
Variables | |
vector< vector< cv::Point2f > > | calib_p2d |
vector< vector< cv::Point3f > > | calib_p3d |
aruco::CameraParameters | camp |
int | iThresParam1 |
int | iThresParam2 |
CameraParameters | TheCameraParameters |
Mat | TheInputImage |
Mat | TheInputImageCopy |
MarkerDetector | TheMarkerDetector |
MarkerMap | TheMarkerMapConfig |
float | TheMarkerSize = -1 |
string | TheOutCameraParams |
VideoCapture | TheVideoCapturer |
int | waitTime = 10 |
void cvTackBarEvents | ( | int | pos, |
void * | |||
) |
Definition at line 196 of file aruco_calibration.cpp.
void getMarker2d_3d | ( | vector< cv::Point2f > & | p2d, |
vector< cv::Point3f > & | p3d, | ||
const vector< Marker > & | markers_detected, | ||
const MarkerMap & | bc | ||
) |
Definition at line 56 of file aruco_calibration.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 85 of file aruco_calibration.cpp.
vector< vector<cv::Point2f> > calib_p2d |
Definition at line 74 of file aruco_calibration.cpp.
vector< vector<cv::Point3f> > calib_p3d |
Definition at line 75 of file aruco_calibration.cpp.
Definition at line 76 of file aruco_calibration.cpp.
int iThresParam1 |
Definition at line 49 of file aruco_calibration.cpp.
int iThresParam2 |
Definition at line 49 of file aruco_calibration.cpp.
CameraParameters TheCameraParameters |
Definition at line 42 of file aruco_calibration.cpp.
Mat TheInputImage |
Definition at line 41 of file aruco_calibration.cpp.
Mat TheInputImageCopy |
Definition at line 41 of file aruco_calibration.cpp.
MarkerDetector TheMarkerDetector |
Definition at line 44 of file aruco_calibration.cpp.
MarkerMap TheMarkerMapConfig |
Definition at line 43 of file aruco_calibration.cpp.
float TheMarkerSize = -1 |
Definition at line 39 of file aruco_calibration.cpp.
string TheOutCameraParams |
Definition at line 46 of file aruco_calibration.cpp.
VideoCapture TheVideoCapturer |
Definition at line 40 of file aruco_calibration.cpp.
int waitTime = 10 |
Definition at line 50 of file aruco_calibration.cpp.