JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
_ARMarkerSquare Struct Reference

#include <jevoisbase/Components/ARtoolkit/ARMarkerSquare.h>

Collaboration diagram for _ARMarkerSquare:

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
 

Detailed Description

Definition at line 80 of file ARMarkerSquare.h.

Member Data Documentation

◆ filterCutoffFrequency

ARdouble _ARMarkerSquare::filterCutoffFrequency

Definition at line 90 of file ARMarkerSquare.h.

◆ filterSampleRate

ARdouble _ARMarkerSquare::filterSampleRate

Definition at line 91 of file ARMarkerSquare.h.

◆ ftmi

ARFilterTransMatInfo* _ARMarkerSquare::ftmi

Definition at line 89 of file ARMarkerSquare.h.

◆ marker_coord

ARdouble _ARMarkerSquare::marker_coord[4][2]

Definition at line 95 of file ARMarkerSquare.h.

◆ marker_height

ARdouble _ARMarkerSquare::marker_height

Definition at line 87 of file ARMarkerSquare.h.

Referenced by ARtoolkit::detectInternal().

◆ marker_width

ARdouble _ARMarkerSquare::marker_width

Definition at line 86 of file ARMarkerSquare.h.

Referenced by ARtoolkit::detectInternal().

◆ matchingThreshold

ARdouble _ARMarkerSquare::matchingThreshold

Definition at line 96 of file ARMarkerSquare.h.

◆ patt_id

int _ARMarkerSquare::patt_id

Definition at line 93 of file ARMarkerSquare.h.

◆ patt_type

int _ARMarkerSquare::patt_type

Definition at line 94 of file ARMarkerSquare.h.

◆ patternPathname

char* _ARMarkerSquare::patternPathname

Definition at line 97 of file ARMarkerSquare.h.

◆ pose

ARPose _ARMarkerSquare::pose

Definition at line 85 of file ARMarkerSquare.h.

Referenced by PyPoseDetector.PyPoseDetector::processGUI().

◆ trans

ARdouble _ARMarkerSquare::trans[3][4]

Definition at line 84 of file ARMarkerSquare.h.

◆ valid

bool _ARMarkerSquare::valid

Definition at line 82 of file ARMarkerSquare.h.

Referenced by ARtoolkit::detectInternal().

◆ validPrev

bool _ARMarkerSquare::validPrev

Definition at line 83 of file ARMarkerSquare.h.

Referenced by ARtoolkit::detectInternal().


The documentation for this struct was generated from the following file: