#include <aruco.hpp>
Static Public Member Functions | |
static CV_WRAP Ptr< Board > | create (InputArrayOfArrays objPoints, const Ptr< Dictionary > &dictionary, InputArray ids) |
Provide way to create Board by passing necessary data. Specially needed in Python. More... | |
Public Attributes | |
CV_PROP Ptr< Dictionary > | dictionary |
the dictionary of markers employed for this board More... | |
CV_PROP std::vector< int > | ids |
CV_PROP std::vector< std::vector< Point3f > > | objPoints |
Board of markers.
A board is a set of markers in the 3D space with a common coordinate system. The common form of a board of marker is a planar (2D) board, however any 3D layout can be used. A Board object is composed by:
|
static |
Provide way to create Board by passing necessary data. Specially needed in Python.
objPoints | array of object points of all the marker corners in the board |
dictionary | the dictionary of markers employed for this board |
ids | vector of the identifiers of the markers in the board |
CV_PROP Ptr<Dictionary> cv::aruco::Board::dictionary |
CV_PROP std::vector< int > cv::aruco::Board::ids |
CV_PROP std::vector< std::vector< Point3f > > cv::aruco::Board::objPoints |