|
JeVoisBase
1.23
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
#include <jevoisbase/Components/ARtoolkit/ARMarkerSquare.h>

Public Attributes | |
| bool | valid |
| bool | validPrev |
| ARdouble | trans [3][4] |
| ARPose | pose |
| ARdouble | marker_width |
| ARdouble | marker_height |
| ARFilterTransMatInfo * | ftmi |
| ARdouble | filterCutoffFrequency |
| ARdouble | filterSampleRate |
| int | patt_id |
| int | patt_type |
| ARdouble | marker_coord [4][2] |
| ARdouble | matchingThreshold |
| char * | patternPathname |
Definition at line 80 of file ARMarkerSquare.h.
| ARdouble _ARMarkerSquare::filterCutoffFrequency |
Definition at line 90 of file ARMarkerSquare.h.
Referenced by newMarkers().
| ARdouble _ARMarkerSquare::filterSampleRate |
Definition at line 91 of file ARMarkerSquare.h.
Referenced by newMarkers().
| ARFilterTransMatInfo* _ARMarkerSquare::ftmi |
Definition at line 89 of file ARMarkerSquare.h.
Referenced by newMarkers().
| ARdouble _ARMarkerSquare::marker_coord[4][2] |
Definition at line 95 of file ARMarkerSquare.h.
| ARdouble _ARMarkerSquare::marker_height |
Definition at line 87 of file ARMarkerSquare.h.
Referenced by ARtoolkit::detectInternal(), and newMarkers().
| ARdouble _ARMarkerSquare::marker_width |
Definition at line 86 of file ARMarkerSquare.h.
Referenced by ARtoolkit::detectInternal(), and newMarkers().
| ARdouble _ARMarkerSquare::matchingThreshold |
Definition at line 96 of file ARMarkerSquare.h.
| int _ARMarkerSquare::patt_id |
Definition at line 93 of file ARMarkerSquare.h.
Referenced by newMarkers().
| int _ARMarkerSquare::patt_type |
Definition at line 94 of file ARMarkerSquare.h.
Referenced by newMarkers().
| char* _ARMarkerSquare::patternPathname |
Definition at line 97 of file ARMarkerSquare.h.
Referenced by newMarkers().
| ARPose _ARMarkerSquare::pose |
Definition at line 85 of file ARMarkerSquare.h.
Referenced by PyPoseDetector.PyPoseDetector::processGUI().
| ARdouble _ARMarkerSquare::trans[3][4] |
Definition at line 84 of file ARMarkerSquare.h.
| bool _ARMarkerSquare::valid |
Definition at line 82 of file ARMarkerSquare.h.
Referenced by ARtoolkit::detectInternal(), and newMarkers().
| bool _ARMarkerSquare::validPrev |
Definition at line 83 of file ARMarkerSquare.h.
Referenced by ARtoolkit::detectInternal(), and newMarkers().