#include <highlyreliablemarkers.h>
Highly Reliable Marker Detector Class
Definition at line 211 of file highlyreliablemarkers.h.
bool aruco::HighlyReliableMarkers::checkBorders |
( |
cv::Mat |
grey | ) |
|
|
staticprivate |
int aruco::HighlyReliableMarkers::detect |
( |
const cv::Mat & |
in, |
|
|
int & |
nRotations |
|
) |
| |
|
static |
Detect marker in a canonical image. Perform detection and error correction Return marker id in 0 rotation, or -1 if not found Assign the detected rotation of the marker to nRotation
Definition at line 299 of file highlyreliablemarkers.cpp.
static Dictionary& aruco::HighlyReliableMarkers::getDictionary |
( |
| ) |
|
|
inlinestatic |
MarkerCode aruco::HighlyReliableMarkers::getMarkerCode |
( |
const cv::Mat & |
grey | ) |
|
|
staticprivate |
bool aruco::HighlyReliableMarkers::loadDictionary |
( |
Dictionary |
D, |
|
|
float |
correctionDistance = 1 |
|
) |
| |
|
static |
bool aruco::HighlyReliableMarkers::loadDictionary |
( |
std::string |
filename, |
|
|
float |
correctionDistance = 1 |
|
) |
| |
|
static |
unsigned int aruco::HighlyReliableMarkers::_correctionDistance |
|
staticprivate |
unsigned int aruco::HighlyReliableMarkers::_n |
|
staticprivate |
unsigned int aruco::HighlyReliableMarkers::_ncellsBorder |
|
staticprivate |
int aruco::HighlyReliableMarkers::_swidth |
|
staticprivate |
The documentation for this class was generated from the following files: