7#include <opencv2/core/mat.hpp>
15 return detector.
Detect(image.cols, image.rows, image.data);
Array of detection results.
Definition AprilTagDetector.h:132
An AprilTag detector engine.
Definition AprilTagDetector.h:27
Results Detect(int width, int height, int stride, uint8_t *buf)
Detect tags from an 8-bit image.
AprilTagDetector::Results AprilTagDetect(AprilTagDetector &detector, cv::Mat &image)
Definition AprilTagDetector_cv.h:13