#include <markerdetector.h>
Public Member Functions | |
Params () | |
Public Attributes | |
float | _borderDistThres |
CornerRefinementMethod | _cornerMethod |
int | _markerWarpSize |
float | _maxSize |
float | _minSize |
int | _minSize_pix |
int | _subpix_wsize |
ThresholdMethods | _thresMethod |
double | _thresParam1 |
double | _thresParam1_range |
double | _thresParam2 |
Operating params
Definition at line 59 of file markerdetector.h.
|
inline |
Definition at line 84 of file markerdetector.h.
float aruco::MarkerDetector::Params::_borderDistThres |
Definition at line 72 of file markerdetector.h.
CornerRefinementMethod aruco::MarkerDetector::Params::_cornerMethod |
Definition at line 66 of file markerdetector.h.
int aruco::MarkerDetector::Params::_markerWarpSize |
Definition at line 70 of file markerdetector.h.
float aruco::MarkerDetector::Params::_maxSize |
Definition at line 82 of file markerdetector.h.
float aruco::MarkerDetector::Params::_minSize |
Definition at line 82 of file markerdetector.h.
int aruco::MarkerDetector::Params::_minSize_pix |
Definition at line 83 of file markerdetector.h.
int aruco::MarkerDetector::Params::_subpix_wsize |
Definition at line 68 of file markerdetector.h.
ThresholdMethods aruco::MarkerDetector::Params::_thresMethod |
Definition at line 61 of file markerdetector.h.
double aruco::MarkerDetector::Params::_thresParam1 |
Definition at line 63 of file markerdetector.h.
double aruco::MarkerDetector::Params::_thresParam1_range |
Definition at line 63 of file markerdetector.h.
double aruco::MarkerDetector::Params::_thresParam2 |
Definition at line 63 of file markerdetector.h.