Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
visp.python.rbt.xfeat.RBXFeatFeatureTracker.RBXFeatFeatureTracker.DisplayType Class Reference
Inheritance diagram for visp.python.rbt.xfeat.RBXFeatFeatureTracker.RBXFeatFeatureTracker.DisplayType:

Static Public Attributes

str SIMPLE = 'simple'
str SIMPLE_MODEL_AND_PROJ = 'simpleModelAndProj'
str ERROR = 'error'
str WEIGHT_AND_ERROR = 'weightAndError'

Detailed Description

Definition at line 80 of file RBXFeatFeatureTracker.py.

Member Data Documentation

◆ ERROR

str visp.python.rbt.xfeat.RBXFeatFeatureTracker.RBXFeatFeatureTracker.DisplayType.ERROR = 'error'
static

Definition at line 83 of file RBXFeatFeatureTracker.py.

◆ SIMPLE

str visp.python.rbt.xfeat.RBXFeatFeatureTracker.RBXFeatFeatureTracker.DisplayType.SIMPLE = 'simple'
static

Definition at line 81 of file RBXFeatFeatureTracker.py.

◆ SIMPLE_MODEL_AND_PROJ

str visp.python.rbt.xfeat.RBXFeatFeatureTracker.RBXFeatFeatureTracker.DisplayType.SIMPLE_MODEL_AND_PROJ = 'simpleModelAndProj'
static

Definition at line 82 of file RBXFeatFeatureTracker.py.

◆ WEIGHT_AND_ERROR

str visp.python.rbt.xfeat.RBXFeatFeatureTracker.RBXFeatFeatureTracker.DisplayType.WEIGHT_AND_ERROR = 'weightAndError'
static

Definition at line 84 of file RBXFeatFeatureTracker.py.