diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-12 19:54:04 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-12 19:54:04 +0100 |
commit | 689c297be28e2f5050e234bdc69594c53166f194 (patch) | |
tree | 872a6c46d4b12c849a390031e405e2ad16ec52e8 /FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui | |
parent | 9d21e7d23fa17b91fb76a14d90630b027b78c2c8 (diff) |
Revert "use levmarq instead of coplanar POSIT implemented in numerically unstable fashion"
This reverts commit 0bc59a0a7a42bcf65ebf3814e5f25fb17d735faa.
Diffstat (limited to 'FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui')
-rw-r--r-- | FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui b/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui index 461253cf..bdbed955 100644 --- a/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui +++ b/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui @@ -515,26 +515,23 @@ <item row="1" column="0">
<widget class="QLabel" name="label_34">
<property name="text">
- <string>FOV</string>
+ <string>F/W</string>
</property>
<property name="buddy">
- <cstring>fov_dspin</cstring>
+ <cstring>f_dspin</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
- <widget class="QDoubleSpinBox" name="fov_dspin">
+ <widget class="QDoubleSpinBox" name="f_dspin">
<property name="toolTip">
<string>The camera's focal length devided by its sensor width</string>
</property>
<property name="decimals">
<number>2</number>
</property>
- <property name="minimum">
- <double>1.000000000000000</double>
- </property>
<property name="singleStep">
- <double>1.000000000000000</double>
+ <double>0.100000000000000</double>
</property>
</widget>
</item>
@@ -1736,7 +1733,7 @@ <tabstop>res_x_spin</tabstop>
<tabstop>res_y_spin</tabstop>
<tabstop>fps_spin</tabstop>
- <tabstop>fov_dspin</tabstop>
+ <tabstop>f_dspin</tabstop>
<tabstop>camroll_combo</tabstop>
<tabstop>campitch_spin</tabstop>
<tabstop>camyaw_spin</tabstop>
|