mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-30 14:59:31 +00:00
10 lines
247 B
C++
10 lines
247 B
C++
#include <cmath>
|
|
#include <ros/ros.h>
|
|
#include <opencv2/opencv.hpp>
|
|
#include <opencv2/aruco.hpp>
|
|
|
|
using namespace cv;
|
|
using namespace cv::aruco;
|
|
|
|
void drawPlanarBoard(Board *_board, Size outSize, OutputArray _img, int marginSize, int borderBits);
|