#include <aruco_parameters.h>
Definition at line 37 of file aruco_parameters.h.
◆ ArUcoParameters()
| ArUcoParameters::ArUcoParameters |
( |
| ) |
|
◆ ~ArUcoParameters()
| ArUcoParameters::~ArUcoParameters |
( |
| ) |
|
◆ getDictionary()
| std::string ArUcoParameters::getDictionary |
( |
| ) |
|
◆ getMarkerSize()
| float ArUcoParameters::getMarkerSize |
( |
| ) |
|
◆ getPoseEstimationEnabled()
| bool ArUcoParameters::getPoseEstimationEnabled |
( |
| ) |
|
◆ getPublishFiducials()
| bool ArUcoParameters::getPublishFiducials |
( |
| ) |
|
◆ getPublishMarkers()
| bool ArUcoParameters::getPublishMarkers |
( |
| ) |
|
◆ getPublishTf()
| bool ArUcoParameters::getPublishTf |
( |
| ) |
|
◆ getShowDebugImage()
| bool ArUcoParameters::getShowDebugImage |
( |
| ) |
|
◆ setDictionary()
| void ArUcoParameters::setDictionary |
( |
std::string |
dictionary | ) |
|
◆ setMarkerSize()
| void ArUcoParameters::setMarkerSize |
( |
float |
mSize | ) |
|
◆ setPoseEstimationEnabled()
| void ArUcoParameters::setPoseEstimationEnabled |
( |
bool |
b | ) |
|
◆ setPublishFiducials()
| void ArUcoParameters::setPublishFiducials |
( |
bool |
b | ) |
|
◆ setPublishMarkers()
| void ArUcoParameters::setPublishMarkers |
( |
bool |
b | ) |
|
◆ setPublishTf()
| void ArUcoParameters::setPublishTf |
( |
bool |
b | ) |
|
◆ setShowDebugImage()
| void ArUcoParameters::setShowDebugImage |
( |
bool |
b | ) |
|
◆ dictionary_
| std::string ArUcoParameters::dictionary_ |
|
private |
◆ markerSize_
| float ArUcoParameters::markerSize_ |
|
private |
◆ pose_estimation_enabled_
| bool ArUcoParameters::pose_estimation_enabled_ |
|
private |
◆ publish_fiducials_
| bool ArUcoParameters::publish_fiducials_ |
|
private |
◆ publish_markers_
| bool ArUcoParameters::publish_markers_ |
|
private |
◆ publish_tf_
| bool ArUcoParameters::publish_tf_ |
|
private |
◆ show_debug_image_
| bool ArUcoParameters::show_debug_image_ |
|
private |
The documentation for this class was generated from the following files: