#include <PoseEstimator.h>
Public Member Functions | |
bool | estimatePose (aruco::Marker marker, double intrinsicCameraMatrix[], btVector3 &position, btQuaternion &orientation) |
PoseEstimator (double markerSize) | |
Private Attributes | |
double | markerSize |
Definition at line 9 of file PoseEstimator.h.
PoseEstimator::PoseEstimator | ( | double | markerSize | ) | [inline] |
Definition at line 13 of file PoseEstimator.h.
bool PoseEstimator::estimatePose | ( | aruco::Marker | marker, |
double | intrinsicCameraMatrix[], | ||
btVector3 & | position, | ||
btQuaternion & | orientation | ||
) |
Definition at line 7 of file PoseEstimator.cpp.
double PoseEstimator::markerSize [private] |
Definition at line 11 of file PoseEstimator.h.