#include "marker.h"
#include <math.h>
#include <cstdio>
#include <opencv2/calib3d/calib3d.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
Go to the source code of this file.
Namespaces | |
aruco | |
Macros | |
#define | _USE_MATH_DEFINES |
Functions | |
void | aruco::print (cv::Point3f p, string cad) |
#define _USE_MATH_DEFINES |
Definition at line 29 of file marker.cpp.