#include <aruco_marker_pose.h>
Public Member Functions | |
ArUcoMarkerPose (int markerId, cv::Mat rtMatrix) | |
int | getMarkerId () |
cv::Mat | getRTMatrix () |
~ArUcoMarkerPose () | |
Private Attributes | |
int | markerId_ |
cv::Mat | rtMatrix_ |
Definition at line 38 of file aruco_marker_pose.h.
ArUcoMarkerPose::ArUcoMarkerPose | ( | int | markerId, |
cv::Mat | rtMatrix | ||
) |
Definition at line 34 of file aruco_marker_pose.cpp.
ArUcoMarkerPose::~ArUcoMarkerPose | ( | ) |
Definition at line 38 of file aruco_marker_pose.cpp.
int ArUcoMarkerPose::getMarkerId | ( | ) |
Definition at line 40 of file aruco_marker_pose.cpp.
cv::Mat ArUcoMarkerPose::getRTMatrix | ( | ) |
Definition at line 44 of file aruco_marker_pose.cpp.
|
private |
Definition at line 48 of file aruco_marker_pose.h.
|
private |
Definition at line 49 of file aruco_marker_pose.h.