marker_map_estimator.h
Go to the documentation of this file.
1 //
2 // Created by privacy on 31.08.16.
3 //
4 
5 #ifndef TUW_MARKER_POSE_ESTIMATION_MARKER_MAP_ESTIMATOR_H
6 #define TUW_MARKER_POSE_ESTIMATION_MARKER_MAP_ESTIMATOR_H
7 
9 #include "opencv2/opencv.hpp"
10 #include "marker_fiducials.h"
11 #include "marker_pose.h"
12 
14 public:
16 
17  void estimatePose(std::vector<MarkerFiducials> &markers, cv::Mat &camera_k, cv::Mat &camera_d,
18  std::vector<MarkerPose> &markerPoses);
19 
20 protected:
22 };
23 
24 #endif //TUW_MARKER_POSE_ESTIMATION_MARKER_MAP_ESTIMATOR_H
MarkerMapEstimator(MarkerMapDetails details)
void estimatePose(std::vector< MarkerFiducials > &markers, cv::Mat &camera_k, cv::Mat &camera_d, std::vector< MarkerPose > &markerPoses)
MarkerMapDetails details_


tuw_marker_pose_estimation
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:42:13