1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 17:24:28 +08:00
Files
opencv_contrib/modules/aruco/perf/perf_precomp.hpp
AleksandrPanov 4a1b89d33b move testCharucoCornersCollinear to CharucoBoard
move ArucoTutorial tests to new cpp file
move estimatePoseBoard() to board class
removed aruco_detector
add matchImagePoints
add getters to CharucoBoard
2022-11-28 01:44:43 +03:00

11 lines
348 B
C++

// 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
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/objdetect/aruco_detector.hpp"
#endif