File tree 6 files changed +10
-7
lines changed 6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
// This file is part of OpenCV project.
2
2
// It is subject to the license terms in the LICENSE file found in the top-level directory
3
3
// of this distribution and at http://opencv.org/license.html
4
- #ifndef __OPENCV_ARUCO_HPP__
5
- #define __OPENCV_ARUCO_HPP__
4
+ #ifndef OPENCV_ARUCO_HPP
5
+ #define OPENCV_ARUCO_HPP
6
6
7
7
#include " opencv2/objdetect/aruco_detector.hpp"
8
8
#include " opencv2/aruco/aruco_calib.hpp"
Original file line number Diff line number Diff line change 1
1
// This file is part of OpenCV project.
2
2
// It is subject to the license terms in the LICENSE file found in the top-level directory
3
3
// of this distribution and at http://opencv.org/license.html
4
- #ifndef __OPENCV_ARUCO_CALIB_POSE_HPP__
5
- #define __OPENCV_ARUCO_CALIB_POSE_HPP__
4
+ #ifndef OPENCV_ARUCO_CALIB_POSE_HPP
5
+ #define OPENCV_ARUCO_CALIB_POSE_HPP
6
6
#include < opencv2/objdetect/aruco_board.hpp>
7
7
8
8
namespace cv {
Original file line number Diff line number Diff line change 1
1
// This file is part of OpenCV project.
2
2
// It is subject to the license terms in the LICENSE file found in the top-level directory
3
3
// of this distribution and at http://opencv.org/license.html
4
- #ifndef __OPENCV_CHARUCO_HPP__
5
- #define __OPENCV_CHARUCO_HPP__
4
+ #ifndef OPENCV_CHARUCO_HPP
5
+ #define OPENCV_CHARUCO_HPP
6
6
7
7
#include < opencv2/core.hpp>
8
8
#include < vector>
Original file line number Diff line number Diff line change 2
2
// It is subject to the license terms in the LICENSE file found in the top-level directory
3
3
// of this distribution and at http://opencv.org/license.html
4
4
5
+ #include " precomp.hpp"
5
6
#include " opencv2/aruco.hpp"
7
+ #include < opencv2/calib3d.hpp>
6
8
7
9
namespace cv {
8
10
namespace aruco {
Original file line number Diff line number Diff line change 3
3
// of this distribution and at http://opencv.org/license.html
4
4
5
5
#include < opencv2/aruco/aruco_calib.hpp>
6
+ #include < opencv2/calib3d.hpp>
6
7
7
8
namespace cv {
8
9
namespace aruco {
Original file line number Diff line number Diff line change 3
3
// of this distribution and at http://opencv.org/license.html
4
4
5
5
#include " precomp.hpp"
6
+ #include < opencv2/calib3d.hpp>
6
7
#include " opencv2/aruco/charuco.hpp"
7
- #include < opencv2/core.hpp>
8
8
#include < opencv2/imgproc.hpp>
9
9
10
10
namespace cv {
You can’t perform that action at this time.
0 commit comments