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 c02d6fd commit 4c3af23Copy full SHA for 4c3af23
modules/aruco/perf/perf_main.cpp
@@ -0,0 +1,3 @@
1
+#include "perf_precomp.hpp"
2
+
3
+CV_PERF_TEST_MAIN(aruco)
modules/aruco/perf/perf_precomp.hpp
@@ -0,0 +1,9 @@
+// This file is part of OpenCV project.
+// It is subject to the license terms in the LICENSE file found in the top-level directory
+// of this distribution and at http://opencv.org/license.html
4
+#ifndef __OPENCV_PERF_PRECOMP_HPP__
5
+#define __OPENCV_PERF_PRECOMP_HPP__
6
7
+#include "opencv2/ts.hpp"
8
9
+#endif
0 commit comments