Multiple marker type of ARTrackable.
More...
#include <ARTrackableMultiSquare.h>
|
| ARTrackableMultiSquare () |
|
| ~ARTrackableMultiSquare () |
|
bool | load (const char *multiConfig, ARPattHandle *arPattHandle) |
|
bool | updateWithDetectedMarkers (ARMarkerInfo *markerInfo, int markerNum, AR3DHandle *ar3DHandle) |
| Updates the marker with new tracking info. More...
|
|
bool | updateWithDetectedMarkersStereo (ARMarkerInfo *markerInfoL, int markerNumL, ARMarkerInfo *markerInfoR, int markerNumR, AR3DStereoHandle *handle, ARdouble transL2R[3][4]) |
|
| ARTrackable (TrackableType type) |
| Constructor takes the type of this trackable. More...
|
|
| ARTrackable (const ARTrackable &)=delete |
| Copy construction is undefined. More...
|
|
ARTrackable & | operator= (const ARTrackable &)=delete |
| Copy assignment is undefined. More...
|
|
virtual | ~ARTrackable () |
|
void | setPositionScalefactor (ARdouble scale) |
|
ARdouble | positionScalefactor () |
|
virtual bool | update (const ARdouble transL2R[3][4]=NULL) |
| Completes an update begun in the parent class, performing filtering, generating OpenGL view matrix and notifying listeners (just a log message at the moment). More...
|
|
ARPattern * | getPattern (int n) |
| Returns the specified pattern within this trackable. More...
|
|
void | setFiltered (bool flag) |
|
bool | isFiltered () |
|
ARdouble | filterSampleRate () |
|
void | setFilterSampleRate (ARdouble rate) |
|
ARdouble | filterCutoffFrequency () |
|
void | setFilterCutoffFrequency (ARdouble freq) |
|
Multiple marker type of ARTrackable.
◆ ARTrackableMultiSquare()
ARTrackableMultiSquare::ARTrackableMultiSquare |
( |
| ) |
|
◆ ~ARTrackableMultiSquare()
ARTrackableMultiSquare::~ARTrackableMultiSquare |
( |
| ) |
|
◆ load()
bool ARTrackableMultiSquare::load |
( |
const char * |
multiConfig, |
|
|
ARPattHandle * |
arPattHandle |
|
) |
| |
◆ unload()
bool ARTrackableMultiSquare::unload |
( |
| ) |
|
|
protected |
◆ updateWithDetectedMarkers()
bool ARTrackableMultiSquare::updateWithDetectedMarkers |
( |
ARMarkerInfo * |
markerInfo, |
|
|
int |
markerNum, |
|
|
AR3DHandle * |
ar3DHandle |
|
) |
| |
Updates the marker with new tracking info.
Then calls ARTrackable::update()
- Parameters
-
markerInfo | Array containing detected marker information |
markerNum | Number of items in the array |
ar3DHandle | AR3DHandle used to extract marker pose. |
◆ updateWithDetectedMarkersStereo()
◆ config
Structure holding information about the multimarker patterns.
◆ robustFlag
bool ARTrackableMultiSquare::robustFlag |
Flag specifying which pose estimation approach to use.
The documentation for this class was generated from the following files: