diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-08 19:40:06 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-08 19:40:06 +0100 |
commit | 267010ba42b00cfd1ecc73c86d99c647ff191175 (patch) | |
tree | 26a8699d1d768432813ad9d975001d24612b6e1b /FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui | |
parent | f653bffa5f3422f8eb5f29e49d5b0d45b76047a2 (diff) |
use levmarq instead of coplanar POSIT implemented in numerically unstable fashion
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui')
-rw-r--r-- | FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui b/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui index bdbed955..461253cf 100644 --- a/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui +++ b/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui @@ -515,23 +515,26 @@ <item row="1" column="0">
<widget class="QLabel" name="label_34">
<property name="text">
- <string>F/W</string>
+ <string>FOV</string>
</property>
<property name="buddy">
- <cstring>f_dspin</cstring>
+ <cstring>fov_dspin</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
- <widget class="QDoubleSpinBox" name="f_dspin">
+ <widget class="QDoubleSpinBox" name="fov_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>0.100000000000000</double>
+ <double>1.000000000000000</double>
</property>
</widget>
</item>
@@ -1733,7 +1736,7 @@ <tabstop>res_x_spin</tabstop>
<tabstop>res_y_spin</tabstop>
<tabstop>fps_spin</tabstop>
- <tabstop>f_dspin</tabstop>
+ <tabstop>fov_dspin</tabstop>
<tabstop>camroll_combo</tabstop>
<tabstop>campitch_spin</tabstop>
<tabstop>camyaw_spin</tabstop>
|