17 #ifndef _aruco_MarkerLabeler_ 18 #define _aruco_MarkerLabeler_ 22 #include <opencv2/core/core.hpp> 45 float error_correction_rate = 0);
58 static cv::Ptr<MarkerLabeler> create(std::string detector, std::string params =
"");
69 virtual bool detect(
const cv::Mat& in,
int& marker_id,
int& nRotations,
70 std::string& additionalInfo) = 0;
92 virtual std::string
getName()
const = 0;
ROSCONSOLE_CONSOLE_IMPL_DECL std::string getName(void *handle)
virtual int getNSubdivisions() const
getNSubdivisions returns the number of subdivisions in each axis that the iamge will be subject to...
virtual int getBestInputSize()
getBestInputSize if desired, you can set the desired input size to the detect function ...