|
gramods
|
The ArucoBoard is used by the ArucoTracker node to get the board configuration to track. More...
#include <ArucoBoard.hh>


Public Member Functions | |
| virtual cv::Ptr< cv::aruco::Board > | getBoard ()=0 |
| Returns a reference to the board defined by this node. | |
| std::string | getDefaultKey () override |
| Returns the default key, in Configuration, for the Object. | |
Public Member Functions inherited from gramods::gmCore::Object | |
| Object () | |
| Initializes internal data. | |
| virtual | ~Object () |
| Cleaning up internal data. | |
| virtual void | initialize () |
| Called to initialize the Object. | |
| virtual void | accept (Visitor *visitor) |
| Calls the visitors apply method with this as argument. | |
| virtual void | traverse (Visitor *visitor) |
| Calls the child Object's accept method, if such exist. | |
| bool | isInitialized () |
| Returns true if the Object is initialized. | |
The ArucoBoard is used by the ArucoTracker node to get the board configuration to track.
|
pure virtual |
Returns a reference to the board defined by this node.
Implemented in gramods::gmTrack::ArucoBoardComplex, and gramods::gmTrack::ArucoGridBoard.
|
inlineoverridevirtual |
Returns the default key, in Configuration, for the Object.
Reimplemented from gramods::gmCore::Object.