summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/tracker-easy-settings.ui
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-21 13:15:57 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-24 18:46:12 +0200
commita24e7bdd9745918f7d5fdc852ce65233b41363f9 (patch)
tree1ac100b2b0a835166c2d59e41b0c280f7c791add /tracker-easy/tracker-easy-settings.ui
parent028f2faa5f48e4beb77427ddd708f0372e0de97f (diff)
Easy Tracker: PNP solver now a settings option.
Diffstat (limited to 'tracker-easy/tracker-easy-settings.ui')
-rw-r--r--tracker-easy/tracker-easy-settings.ui27
1 files changed, 19 insertions, 8 deletions
diff --git a/tracker-easy/tracker-easy-settings.ui b/tracker-easy/tracker-easy-settings.ui
index ffe6ebce..9ff929dc 100644
--- a/tracker-easy/tracker-easy-settings.ui
+++ b/tracker-easy/tracker-easy-settings.ui
@@ -198,7 +198,7 @@
</sizepolicy>
</property>
<property name="text">
- <string>Color channels used</string>
+ <string>Perspective-N-Point solver</string>
</property>
</widget>
</item>
@@ -242,36 +242,47 @@
</widget>
</item>
<item row="7" column="1">
- <widget class="QComboBox" name="blob_color">
+ <widget class="QComboBox" name="comboBoxSolvers">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="toolTip">
+ <string>Make sure you pick a solver supporting the number of marker you are using. For three points detection use either P3P or AP3P.</string>
+ </property>
+ <property name="currentText">
+ <string>P3P</string>
+ </property>
+ <item>
+ <property name="text">
+ <string>ITERATIVE</string>
+ </property>
+ </item>
<item>
<property name="text">
- <string>Average</string>
+ <string>EPNP</string>
</property>
</item>
<item>
<property name="text">
- <string>Natural</string>
+ <string>P3P</string>
</property>
</item>
<item>
<property name="text">
- <string>Red only</string>
+ <string>DLS</string>
</property>
</item>
<item>
<property name="text">
- <string>Green only</string>
+ <string>UPNP</string>
</property>
</item>
<item>
<property name="text">
- <string>Blue only</string>
+ <string>AP3P</string>
</property>
</item>
</widget>
@@ -1393,7 +1404,7 @@ Don't roll or change position.</string>
<tabstop>fov</tabstop>
<tabstop>debug</tabstop>
<tabstop>camera_settings</tabstop>
- <tabstop>blob_color</tabstop>
+ <tabstop>comboBoxSolvers</tabstop>
<tabstop>auto_threshold</tabstop>
<tabstop>threshold_slider</tabstop>
<tabstop>mindiam_spin</tabstop>