We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9333d9 commit b53b308Copy full SHA for b53b308
src/app/plugins/plugin_visualize.cpp
@@ -19,12 +19,15 @@
19
*/
20
//========================================================================
21
#include "plugin_visualize.h"
22
-#include <apriltag.h>
23
#include <opencv2/opencv.hpp>
24
#include "convex_hull.h"
25
#include <mutex>
26
#include <sobel.h>
27
+#ifdef APRILTAG
28
+#include <apriltag.h>
29
+#endif
30
+
31
namespace {
32
typedef CameraParameters::AdditionalCalibrationInformation AddnlCalibInfo;
33
} // namespace
0 commit comments