diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-12-28 06:24:59 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-12-28 06:24:59 +0100 |
commit | 232c41ad8b34f054583505f83f3b7aa3ebbba2b7 (patch) | |
tree | 385815fe7fe2a6ac5ef35ed8c0b5df8324845619 /ftnoir_tracker_aruco/aruco-trackercontrols.ui | |
parent | be1c43cf934cbe4db7a3ad0e857fe1addd4c3329 (diff) |
remove ewma frame support, too little gain
Diffstat (limited to 'ftnoir_tracker_aruco/aruco-trackercontrols.ui')
-rw-r--r-- | ftnoir_tracker_aruco/aruco-trackercontrols.ui | 109 |
1 files changed, 52 insertions, 57 deletions
diff --git a/ftnoir_tracker_aruco/aruco-trackercontrols.ui b/ftnoir_tracker_aruco/aruco-trackercontrols.ui index 340ed0ad..6cc8c29d 100644 --- a/ftnoir_tracker_aruco/aruco-trackercontrols.ui +++ b/ftnoir_tracker_aruco/aruco-trackercontrols.ui @@ -105,6 +105,45 @@ </layout> </widget> </item> + <item row="7" column="1"> + <widget class="QComboBox" name="ewma"> + <item> + <property name="text"> + <string>0</string> + </property> + </item> + <item> + <property name="text"> + <string>1</string> + </property> + </item> + <item> + <property name="text"> + <string>2</string> + </property> + </item> + <item> + <property name="text"> + <string>3</string> + </property> + </item> + <item> + <property name="text"> + <string>4</string> + </property> + </item> + <item> + <property name="text"> + <string>5</string> + </property> + </item> + <item> + <property name="text"> + <string>6</string> + </property> + </item> + </widget> + </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> @@ -254,6 +293,13 @@ </property> </widget> </item> + <item row="7" column="0"> + <widget class="QLabel" name="label_10"> + <property name="text"> + <string>Frame EWMA</string> + </property> + </widget> + </item> <item row="6" column="2" rowspan="3" colspan="3"> <widget class="QLabel" name="label_6"> <property name="sizePolicy"> @@ -285,30 +331,6 @@ </property> </widget> </item> - <item row="6" column="1"> - <widget class="QComboBox" name="resolution"> - <item> - <property name="text"> - <string>640x480</string> - </property> - </item> - <item> - <property name="text"> - <string>320x240</string> - </property> - </item> - <item> - <property name="text"> - <string>320x200</string> - </property> - </item> - <item> - <property name="text"> - <string>Default (not recommended!)</string> - </property> - </item> - </widget> - </item> <item row="9" column="4"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> @@ -323,57 +345,30 @@ </property> </widget> </item> - <item row="7" column="1"> - <widget class="QComboBox" name="ewma"> - <item> - <property name="text"> - <string>0</string> - </property> - </item> - <item> - <property name="text"> - <string>1</string> - </property> - </item> - <item> - <property name="text"> - <string>2</string> - </property> - </item> - <item> - <property name="text"> - <string>3</string> - </property> - </item> + <item row="6" column="1"> + <widget class="QComboBox" name="resolution"> <item> <property name="text"> - <string>4</string> + <string>640x480</string> </property> </item> <item> <property name="text"> - <string>5</string> + <string>320x240</string> </property> </item> <item> <property name="text"> - <string>6</string> + <string>320x200</string> </property> </item> <item> <property name="text"> - <string>7</string> + <string>Default (not recommended!)</string> </property> </item> </widget> </item> - <item row="7" column="0"> - <widget class="QLabel" name="label_10"> - <property name="text"> - <string>Frame EWMA</string> - </property> - </widget> - </item> </layout> </widget> <tabstops> |