#include <highlyreliablemarkers.h>
Highly Reliable Marker Detector Class
Definition at line 211 of file highlyreliablemarkers.h.
◆ checkBorders()
bool aruco::HighlyReliableMarkers::checkBorders |
( |
cv::Mat |
grey | ) |
|
|
staticprivate |
◆ detect()
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.
◆ getDictionary()
static Dictionary& aruco::HighlyReliableMarkers::getDictionary |
( |
| ) |
|
|
inlinestatic |
◆ getMarkerCode()
MarkerCode aruco::HighlyReliableMarkers::getMarkerCode |
( |
const cv::Mat & |
grey | ) |
|
|
staticprivate |
◆ loadDictionary() [1/2]
bool aruco::HighlyReliableMarkers::loadDictionary |
( |
Dictionary |
D, |
|
|
float |
correctionDistance = 1 |
|
) |
| |
|
static |
◆ loadDictionary() [2/2]
bool aruco::HighlyReliableMarkers::loadDictionary |
( |
std::string |
filename, |
|
|
float |
correctionDistance = 1 |
|
) |
| |
|
static |
◆ _binaryTree
◆ _correctionDistance
unsigned int aruco::HighlyReliableMarkers::_correctionDistance |
|
staticprivate |
◆ _D
◆ _n
unsigned int aruco::HighlyReliableMarkers::_n |
|
staticprivate |
◆ _ncellsBorder
unsigned int aruco::HighlyReliableMarkers::_ncellsBorder |
|
staticprivate |
◆ _swidth
int aruco::HighlyReliableMarkers::_swidth |
|
staticprivate |
The documentation for this class was generated from the following files: