draw.h
Go to the documentation of this file.
1 #include <cmath>
2 #include <ros/ros.h>
3 #include <opencv2/opencv.hpp>
4 #include <opencv2/aruco.hpp>
5 
6 void _drawPlanarBoard(cv::aruco::Board *_board, cv::Size outSize, cv::OutputArray _img,
7  int marginSize, int borderBits, bool drawAxis); // editorconfig-checker-disable-line
8 void _drawAxis(cv::InputOutputArray image, cv::InputArray cameraMatrix, cv::InputArray distCoeffs,
9  cv::InputArray rvec, cv::InputArray tvec, float length); // editorconfig-checker-disable-line
InputArrayOfArrays const Ptr< CharucoBoard > Size InputOutputArray cameraMatrix
Definition: charuco.hpp:245
InputArrayOfArrays const Ptr< CharucoBoard > Size InputOutputArray InputOutputArray distCoeffs
Definition: charuco.hpp:245
length
Definition: genmap.py:42
Board of markers.
Definition: aruco.hpp:272
void _drawPlanarBoard(cv::aruco::Board *_board, cv::Size outSize, cv::OutputArray _img, int marginSize, int borderBits, bool drawAxis)
void _drawAxis(cv::InputOutputArray image, cv::InputArray cameraMatrix, cv::InputArray distCoeffs, cv::InputArray rvec, cv::InputArray tvec, float length)
CV_EXPORTS_W void drawAxis(InputOutputArray image, InputArray cameraMatrix, InputArray distCoeffs, InputArray rvec, InputArray tvec, float length)
Draw coordinate system axis from pose estimation.
Definition: aruco.cpp:1749


aruco_pose
Author(s): Oleg Kalachev
autogenerated on Mon Feb 28 2022 22:08:24