#include <MarkerDetector.h>
|
std::map< int, MarkerInfo > | detect (const cv::Mat &image, const std::vector< CameraModel > &models, const cv::Mat &depth=cv::Mat(), const std::map< int, float > &markerLengths=std::map< int, float >(), cv::Mat *imageWithDetections=0) |
|
std::map< int, MarkerInfo > | detect (const cv::Mat &image, const CameraModel &model, const cv::Mat &depth=cv::Mat(), const std::map< int, float > &markerLengths=std::map< int, float >(), cv::Mat *imageWithDetections=0) |
|
| MarkerDetector (const ParametersMap ¶meters=ParametersMap()) |
|
void | parseParameters (const ParametersMap ¶meters) |
|
| RTABMAP_DEPRECATED (MapIdPose detect(const cv::Mat &image, const CameraModel &model, const cv::Mat &depth=cv::Mat(), float *estimatedMarkerLength=0, cv::Mat *imageWithDetections=0), "Use the other detect(), in which the returned map contains the length of each marker detected.") |
|
virtual | ~MarkerDetector () |
|
Definition at line 59 of file MarkerDetector.h.
◆ MarkerDetector()
◆ ~MarkerDetector()
rtabmap::MarkerDetector::~MarkerDetector |
( |
| ) |
|
|
virtual |
◆ detect() [1/2]
std::map< int, MarkerInfo > rtabmap::MarkerDetector::detect |
( |
const cv::Mat & |
image, |
|
|
const std::vector< CameraModel > & |
models, |
|
|
const cv::Mat & |
depth = cv::Mat() , |
|
|
const std::map< int, float > & |
markerLengths = std::map<int, float>() , |
|
|
cv::Mat * |
imageWithDetections = 0 |
|
) |
| |
◆ detect() [2/2]
std::map< int, MarkerInfo > rtabmap::MarkerDetector::detect |
( |
const cv::Mat & |
image, |
|
|
const CameraModel & |
model, |
|
|
const cv::Mat & |
depth = cv::Mat() , |
|
|
const std::map< int, float > & |
markerLengths = std::map<int, float>() , |
|
|
cv::Mat * |
imageWithDetections = 0 |
|
) |
| |
◆ parseParameters()
void rtabmap::MarkerDetector::parseParameters |
( |
const ParametersMap & |
parameters | ) |
|
◆ RTABMAP_DEPRECATED()
rtabmap::MarkerDetector::RTABMAP_DEPRECATED |
( |
MapIdPose |
detectconst cv::Mat &image, const CameraModel &model, const cv::Mat &depth=cv::Mat(), float *estimatedMarkerLength=0, cv::Mat *imageWithDetections=0, |
|
|
"Use the other |
detect(), |
|
|
in which the returned map contains the length of each marker detected." |
|
|
) |
| |
The documentation for this class was generated from the following files: