#include <string>#include <iostream>#include <fstream>#include <sstream>#include "aruco.h"#include "cvdrawingutils.h"#include <opencv2/highgui/highgui.hpp>
Go to the source code of this file.
Classes | |
| class | CmdLineParser |
Functions | |
| pair< double, double > | AvrgTime (0, 0) |
| void | cvTackBarEvents (int pos, void *) |
| int | main (int argc, char **argv) |
Variables | |
| int | iThresParam1 |
| int | iThresParam2 |
| MarkerDetector | MDetector |
| CameraParameters | TheCameraParameters |
| Mat | TheInputImage |
| Mat | TheInputImageCopy |
| vector< Marker > | TheMarkers |
| VideoCapture | TheVideoCapturer |
| int | waitTime = 0 |
| pair< double, double > AvrgTime | ( | 0 | , |
| 0 | |||
| ) |
| void cvTackBarEvents | ( | int | pos, |
| void * | |||
| ) |
Definition at line 165 of file aruco_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 58 of file aruco_test.cpp.
| int iThresParam1 |
Definition at line 46 of file aruco_test.cpp.
| int iThresParam2 |
Definition at line 46 of file aruco_test.cpp.
| MarkerDetector MDetector |
Definition at line 38 of file aruco_test.cpp.
| CameraParameters TheCameraParameters |
Definition at line 42 of file aruco_test.cpp.
| Mat TheInputImage |
Definition at line 41 of file aruco_test.cpp.
| Mat TheInputImageCopy |
Definition at line 41 of file aruco_test.cpp.
| vector< Marker > TheMarkers |
Definition at line 40 of file aruco_test.cpp.
| VideoCapture TheVideoCapturer |
Definition at line 39 of file aruco_test.cpp.
| int waitTime = 0 |
Definition at line 47 of file aruco_test.cpp.