#include <board.h>
List of all members.
Detailed Description
Definition at line 127 of file board.h.
Constructor & Destructor Documentation
Member Function Documentation
void aruco::Board::draw |
( |
cv::Mat & |
im, |
|
|
cv::Scalar |
color, |
|
|
int |
lineWidth = 1 , |
|
|
bool |
writeId = true |
|
) |
| |
Draws the detected markers
Definition at line 296 of file board.cpp.
Given the extrinsic camera parameters returns the GL_MODELVIEW matrix for opengl. Setting this matrix, the reference corrdinate system will be set in this board
Definition at line 159 of file board.cpp.
Returns position vector and orientation quaternion for an Ogre scene node or entity. Use: ... Ogre::Vector3 ogrePos (position[0], position[1], position[2]); Ogre::Quaternion ogreOrient (orientation[0], orientation[1], orientation[2], orientation[3]); mySceneNode->setPosition( ogrePos ); mySceneNode->setOrientation( ogreOrient ); ...
Definition at line 211 of file board.cpp.
Read this from a file
Definition at line 331 of file board.cpp.
Save this from a file
Definition at line 304 of file board.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: