<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>KittiForm</class>
 <widget class="QDialog" name="KittiForm">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1242</width>
    <height>806</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Hello Qt World</string>
  </property>
  <widget class="QGroupBox" name="groupBox">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>531</width>
     <height>241</height>
    </rect>
   </property>
   <property name="title">
    <string>Open</string>
   </property>
   <widget class="QRadioButton" name="radioCampus">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>60</y>
      <width>96</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Campus</string>
    </property>
    <property name="checked">
     <bool>true</bool>
    </property>
   </widget>
   <widget class="QRadioButton" name="radioCity">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>80</y>
      <width>96</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>City</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="radioPerson">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>100</y>
      <width>96</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Person</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="radioResidential">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>120</y>
      <width>96</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Residential</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="radioRoad">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>140</y>
      <width>96</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Road</string>
    </property>
   </widget>
   <widget class="QListWidget" name="listSequences">
    <property name="geometry">
     <rect>
      <x>130</x>
      <y>60</y>
      <width>391</width>
      <height>141</height>
     </rect>
    </property>
   </widget>
   <widget class="QPushButton" name="btnOpenDir">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>30</y>
      <width>161</width>
      <height>24</height>
     </rect>
    </property>
    <property name="text">
     <string>Open DataSet Directory</string>
    </property>
   </widget>
   <widget class="QLineEdit" name="txtDataSetDir">
    <property name="geometry">
     <rect>
      <x>180</x>
      <y>30</y>
      <width>341</width>
      <height>23</height>
     </rect>
    </property>
    <property name="text">
     <string>/media/BBDD_KITI/KITTI_rawdata</string>
    </property>
   </widget>
   <widget class="QCheckBox" name="chkOpenDir">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>10</y>
      <width>131</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Show Dir Dialog</string>
    </property>
   </widget>
   <widget class="QSlider" name="sliderFrame">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>130</x>
      <y>210</y>
      <width>391</width>
      <height>23</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Horizontal</enum>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinFrame">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>20</x>
      <y>210</y>
      <width>91</width>
      <height>23</height>
     </rect>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_2">
   <property name="geometry">
    <rect>
     <x>530</x>
     <y>0</y>
     <width>181</width>
     <height>351</height>
    </rect>
   </property>
   <property name="title">
    <string>Disparity</string>
   </property>
   <widget class="QSpinBox" name="spinSAD">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>20</y>
      <width>51</width>
      <height>23</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="minimum">
     <number>-512</number>
    </property>
    <property name="maximum">
     <number>512</number>
    </property>
    <property name="singleStep">
     <number>2</number>
    </property>
    <property name="value">
     <number>3</number>
    </property>
   </widget>
   <widget class="QLabel" name="label">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>20</y>
      <width>101</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>SAD Window Size</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_2">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>40</y>
      <width>111</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Number Disparities</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinDisp">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>40</y>
      <width>51</width>
      <height>23</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="minimum">
     <number>-512</number>
    </property>
    <property name="maximum">
     <number>512</number>
    </property>
    <property name="value">
     <number>5</number>
    </property>
   </widget>
   <widget class="QCheckBox" name="chkDispImg">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>220</y>
      <width>161</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Show Disparity Image</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinPreFiltSize">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>60</y>
      <width>51</width>
      <height>23</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <weight>50</weight>
      <bold>false</bold>
      <strikeout>false</strikeout>
     </font>
    </property>
    <property name="autoFillBackground">
     <bool>false</bool>
    </property>
    <property name="minimum">
     <number>-512</number>
    </property>
    <property name="maximum">
     <number>512</number>
    </property>
    <property name="singleStep">
     <number>2</number>
    </property>
    <property name="value">
     <number>5</number>
    </property>
   </widget>
   <widget class="QLabel" name="label_3">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>60</y>
      <width>111</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>PreFilterSize</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinPreFiltCap">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>80</y>
      <width>51</width>
      <height>23</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="minimum">
     <number>-512</number>
    </property>
    <property name="maximum">
     <number>512</number>
    </property>
    <property name="value">
     <number>64</number>
    </property>
   </widget>
   <widget class="QLabel" name="label_4">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>80</y>
      <width>111</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>PrefilterCap</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinMinDisp">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>100</y>
      <width>51</width>
      <height>23</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="minimum">
     <number>-512</number>
    </property>
    <property name="maximum">
     <number>512</number>
    </property>
    <property name="value">
     <number>5</number>
    </property>
   </widget>
   <widget class="QLabel" name="label_5">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>100</y>
      <width>111</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>MinDisp</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinTextureTh">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>120</y>
      <width>51</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <number>-512</number>
    </property>
    <property name="maximum">
     <number>512</number>
    </property>
    <property name="value">
     <number>100</number>
    </property>
   </widget>
   <widget class="QLabel" name="label_6">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>120</y>
      <width>111</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Texture Threshold</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinUnique">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>140</y>
      <width>51</width>
      <height>23</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="minimum">
     <number>-512</number>
    </property>
    <property name="maximum">
     <number>512</number>
    </property>
    <property name="value">
     <number>0</number>
    </property>
   </widget>
   <widget class="QLabel" name="label_7">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>140</y>
      <width>111</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Uniques Ratio</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinSpeckWind">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>160</y>
      <width>51</width>
      <height>23</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="minimum">
     <number>-512</number>
    </property>
    <property name="maximum">
     <number>512</number>
    </property>
    <property name="singleStep">
     <number>2</number>
    </property>
    <property name="value">
     <number>164</number>
    </property>
   </widget>
   <widget class="QLabel" name="label_8">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>160</y>
      <width>111</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Speckle Window</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinSpeckRange">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>180</y>
      <width>51</width>
      <height>23</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="minimum">
     <number>-512</number>
    </property>
    <property name="maximum">
     <number>512</number>
    </property>
    <property name="value">
     <number>1</number>
    </property>
   </widget>
   <widget class="QLabel" name="label_9">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>180</y>
      <width>111</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Speckle Range</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinDisp12MaxDiff">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>200</y>
      <width>51</width>
      <height>23</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="minimum">
     <number>-512</number>
    </property>
    <property name="maximum">
     <number>512</number>
    </property>
    <property name="value">
     <number>0</number>
    </property>
   </widget>
   <widget class="QLabel" name="label_10">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>200</y>
      <width>111</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Disp12MaxDiff</string>
    </property>
   </widget>
   <widget class="QCheckBox" name="chkSGM">
    <property name="geometry">
     <rect>
      <x>100</x>
      <y>250</y>
      <width>61</width>
      <height>21</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="text">
     <string>SGM</string>
    </property>
    <property name="checked">
     <bool>true</bool>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinSGMp2">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>270</y>
      <width>51</width>
      <height>23</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="toolTip">
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-family:'sans-serif'; font-size:16px; color:#000000; background-color:#ffffff;&quot;&gt;The larger the values are, the smoother the disparity is. &lt;/span&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:16px; color:#003048; background-color:#ffffff;&quot;&gt;P1&lt;/span&gt;&lt;span style=&quot; font-family:'sans-serif'; font-size:16px; color:#000000; background-color:#ffffff;&quot;&gt; is the penalty on the disparity change by plus or minus 1 between neighbor pixels. &lt;/span&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:16px; color:#003048; background-color:#ffffff;&quot;&gt;P2&lt;/span&gt;&lt;span style=&quot; font-family:'sans-serif'; font-size:16px; color:#000000; background-color:#ffffff;&quot;&gt; is the penalty on the disparity change by more than 1 between neighbor pixels.&lt;/span&gt;</string>
    </property>
    <property name="minimum">
     <number>-512</number>
    </property>
    <property name="maximum">
     <number>512</number>
    </property>
    <property name="value">
     <number>128</number>
    </property>
   </widget>
   <widget class="QLabel" name="label_26">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>270</y>
      <width>41</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>&lt;  P2</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_27">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>270</y>
      <width>31</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>P1</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinSGMp1">
    <property name="geometry">
     <rect>
      <x>30</x>
      <y>270</y>
      <width>51</width>
      <height>23</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="toolTip">
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-family:'sans-serif'; font-size:16px; color:#000000; background-color:#ffffff;&quot;&gt;The larger the values are, the smoother the disparity is. &lt;/span&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:16px; color:#003048; background-color:#ffffff;&quot;&gt;P1&lt;/span&gt;&lt;span style=&quot; font-family:'sans-serif'; font-size:16px; color:#000000; background-color:#ffffff;&quot;&gt; is the penalty on the disparity change by plus or minus 1 between neighbor pixels. &lt;/span&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-size:16px; color:#003048; background-color:#ffffff;&quot;&gt;P2&lt;/span&gt;&lt;span style=&quot; font-family:'sans-serif'; font-size:16px; color:#000000; background-color:#ffffff;&quot;&gt; is the penalty on the disparity change by more than 1 between neighbor pixels.&lt;/span&gt;</string>
    </property>
    <property name="minimum">
     <number>-512</number>
    </property>
    <property name="maximum">
     <number>512</number>
    </property>
    <property name="value">
     <number>0</number>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_3">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>230</y>
     <width>411</width>
     <height>131</height>
    </rect>
   </property>
   <property name="title">
    <string>Compute Stereo</string>
   </property>
   <widget class="QRadioButton" name="radioStCurrFrame">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>30</y>
      <width>141</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Current Sequence</string>
    </property>
    <property name="checked">
     <bool>true</bool>
    </property>
   </widget>
   <widget class="QRadioButton" name="radioStCurrScene">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>50</y>
      <width>141</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Current Scene</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="radioStAllScenes">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>70</y>
      <width>141</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>All Scenes</string>
    </property>
   </widget>
   <widget class="QCheckBox" name="chkSaveStPcd">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>100</y>
      <width>81</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Save PCD</string>
    </property>
   </widget>
   <widget class="QCheckBox" name="chkComputeStereo">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>100</y>
      <width>81</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Compute</string>
    </property>
   </widget>
   <widget class="QPushButton" name="btnStart">
    <property name="geometry">
     <rect>
      <x>140</x>
      <y>30</y>
      <width>51</width>
      <height>61</height>
     </rect>
    </property>
    <property name="text">
     <string>Start</string>
    </property>
   </widget>
   <widget class="QCheckBox" name="chkAngles">
    <property name="geometry">
     <rect>
      <x>220</x>
      <y>30</y>
      <width>71</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Manual </string>
    </property>
    <property name="checked">
     <bool>true</bool>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinPitch">
    <property name="geometry">
     <rect>
      <x>260</x>
      <y>50</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <double>-180.000000000000000</double>
    </property>
    <property name="maximum">
     <double>180.000000000000000</double>
    </property>
    <property name="value">
     <double>4.700000000000000</double>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinRoll">
    <property name="geometry">
     <rect>
      <x>260</x>
      <y>70</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <double>-180.000000000000000</double>
    </property>
    <property name="maximum">
     <double>180.000000000000000</double>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinYaw">
    <property name="geometry">
     <rect>
      <x>260</x>
      <y>90</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <double>-180.000000000000000</double>
    </property>
    <property name="maximum">
     <double>180.000000000000000</double>
    </property>
   </widget>
   <widget class="QLabel" name="label_16">
    <property name="geometry">
     <rect>
      <x>220</x>
      <y>50</y>
      <width>31</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Pitch</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_17">
    <property name="geometry">
     <rect>
      <x>220</x>
      <y>70</y>
      <width>31</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Roll</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_18">
    <property name="geometry">
     <rect>
      <x>220</x>
      <y>90</y>
      <width>31</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Yaw</string>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinZ">
    <property name="geometry">
     <rect>
      <x>340</x>
      <y>90</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <double>-2000.000000000000000</double>
    </property>
    <property name="maximum">
     <double>2000.000000000000000</double>
    </property>
    <property name="value">
     <double>1.650000000000000</double>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinY">
    <property name="geometry">
     <rect>
      <x>340</x>
      <y>70</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <double>-2000.000000000000000</double>
    </property>
    <property name="maximum">
     <double>2000.000000000000000</double>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinX">
    <property name="geometry">
     <rect>
      <x>340</x>
      <y>50</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <double>-2000.000000000000000</double>
    </property>
    <property name="maximum">
     <double>2000.000000000000000</double>
    </property>
   </widget>
   <widget class="QLabel" name="label_19">
    <property name="geometry">
     <rect>
      <x>330</x>
      <y>70</y>
      <width>31</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Y</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_20">
    <property name="geometry">
     <rect>
      <x>330</x>
      <y>90</y>
      <width>31</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Z</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_21">
    <property name="geometry">
     <rect>
      <x>330</x>
      <y>50</y>
      <width>31</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>X</string>
    </property>
   </widget>
   <widget class="QPushButton" name="btnPlane">
    <property name="geometry">
     <rect>
      <x>300</x>
      <y>30</y>
      <width>101</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Plane Detection</string>
    </property>
   </widget>
   <widget class="QPushButton" name="btnGrid">
    <property name="geometry">
     <rect>
      <x>300</x>
      <y>10</y>
      <width>41</width>
      <height>24</height>
     </rect>
    </property>
    <property name="text">
     <string>Grid</string>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_4">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>360</y>
     <width>1241</width>
     <height>431</height>
    </rect>
   </property>
   <property name="title">
    <string>Show Camera</string>
   </property>
   <widget class="QGraphicsView" name="imgFrame">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>50</y>
      <width>1224</width>
      <height>370</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="frameShape">
     <enum>QFrame::NoFrame</enum>
    </property>
   </widget>
   <widget class="QRadioButton" name="radioLBW">
    <property name="geometry">
     <rect>
      <x>20</x>
      <y>20</y>
      <width>91</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Left Grey</string>
    </property>
    <property name="checked">
     <bool>true</bool>
    </property>
   </widget>
   <widget class="QRadioButton" name="radioRBW">
    <property name="geometry">
     <rect>
      <x>110</x>
      <y>20</y>
      <width>91</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Right Grey</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="radioLC">
    <property name="geometry">
     <rect>
      <x>250</x>
      <y>20</y>
      <width>91</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Left Color</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="radioRC">
    <property name="geometry">
     <rect>
      <x>340</x>
      <y>20</y>
      <width>91</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Right Color</string>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_5">
   <property name="geometry">
    <rect>
     <x>1040</x>
     <y>0</y>
     <width>201</width>
     <height>111</height>
    </rect>
   </property>
   <property name="title">
    <string>DEM</string>
   </property>
   <widget class="QSpinBox" name="spinCellWidth">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>20</y>
      <width>61</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <number>1</number>
    </property>
    <property name="maximum">
     <number>1024</number>
    </property>
    <property name="value">
     <number>8</number>
    </property>
   </widget>
   <widget class="QLabel" name="label_12">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>20</y>
      <width>111</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Cell Width (px)</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_13">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>40</y>
      <width>111</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Cell Height (px)</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinCellHeight">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>40</y>
      <width>61</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <number>1</number>
    </property>
    <property name="maximum">
     <number>1024</number>
    </property>
    <property name="value">
     <number>8</number>
    </property>
   </widget>
   <widget class="QLabel" name="label_14">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>60</y>
      <width>111</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>Beans Size</string>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinBeansSize">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>60</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="decimals">
     <number>3</number>
    </property>
    <property name="singleStep">
     <double>0.001000000000000</double>
    </property>
    <property name="value">
     <double>0.010000000000000</double>
    </property>
   </widget>
   <widget class="QPushButton" name="btnComputeDEM">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>90</y>
      <width>61</width>
      <height>24</height>
     </rect>
    </property>
    <property name="text">
     <string>Compute</string>
    </property>
   </widget>
   <widget class="QCheckBox" name="chkSaveDEM">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>91</y>
      <width>61</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>Save</string>
    </property>
   </widget>
   <widget class="QPushButton" name="btnReadDEM">
    <property name="geometry">
     <rect>
      <x>70</x>
      <y>90</y>
      <width>51</width>
      <height>24</height>
     </rect>
    </property>
    <property name="text">
     <string>Read</string>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_6">
   <property name="geometry">
    <rect>
     <x>710</x>
     <y>0</y>
     <width>331</width>
     <height>201</height>
    </rect>
   </property>
   <property name="title">
    <string>Algorithm 01</string>
   </property>
   <widget class="QCheckBox" name="chkAlgReadCloud">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>20</y>
      <width>171</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Read normals from file</string>
    </property>
    <property name="checked">
     <bool>true</bool>
    </property>
   </widget>
   <widget class="QCheckBox" name="chkAlgCompute">
    <property name="geometry">
     <rect>
      <x>170</x>
      <y>20</y>
      <width>161</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Compute Algorithm 01</string>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinAlgPlane_1">
    <property name="geometry">
     <rect>
      <x>110</x>
      <y>70</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="autoFillBackground">
     <bool>true</bool>
    </property>
    <property name="singleStep">
     <double>0.010000000000000</double>
    </property>
    <property name="value">
     <double>0.030000000000000</double>
    </property>
   </widget>
   <widget class="QLabel" name="label_22">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>70</y>
      <width>101</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Plane Threshold</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinAlgRanges">
    <property name="geometry">
     <rect>
      <x>110</x>
      <y>50</y>
      <width>61</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <number>1</number>
    </property>
    <property name="maximum">
     <number>6</number>
    </property>
    <property name="value">
     <number>1</number>
    </property>
   </widget>
   <widget class="QLabel" name="label_23">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>51</y>
      <width>71</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>Ranges Size</string>
    </property>
   </widget>
   <widget class="QCheckBox" name="chkAlgObst">
    <property name="geometry">
     <rect>
      <x>200</x>
      <y>50</y>
      <width>131</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Paint Obstacles</string>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinAlgMinX">
    <property name="geometry">
     <rect>
      <x>240</x>
      <y>70</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="maximum">
     <double>1.000000000000000</double>
    </property>
    <property name="singleStep">
     <double>0.100000000000000</double>
    </property>
    <property name="value">
     <double>0.500000000000000</double>
    </property>
   </widget>
   <widget class="QLabel" name="label_24">
    <property name="geometry">
     <rect>
      <x>200</x>
      <y>70</y>
      <width>41</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>MinX</string>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinAlgMinY">
    <property name="geometry">
     <rect>
      <x>240</x>
      <y>90</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="maximum">
     <double>1.000000000000000</double>
    </property>
    <property name="singleStep">
     <double>0.100000000000000</double>
    </property>
    <property name="value">
     <double>0.500000000000000</double>
    </property>
   </widget>
   <widget class="QLabel" name="label_25">
    <property name="geometry">
     <rect>
      <x>200</x>
      <y>90</y>
      <width>41</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>MinY</string>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinAlgPlane_2">
    <property name="geometry">
     <rect>
      <x>110</x>
      <y>90</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="singleStep">
     <double>0.010000000000000</double>
    </property>
    <property name="value">
     <double>0.030000000000000</double>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinAlgPlane_3">
    <property name="geometry">
     <rect>
      <x>110</x>
      <y>110</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="singleStep">
     <double>0.010000000000000</double>
    </property>
    <property name="value">
     <double>0.030000000000000</double>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinAlgPlane_4">
    <property name="geometry">
     <rect>
      <x>110</x>
      <y>130</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="singleStep">
     <double>0.010000000000000</double>
    </property>
    <property name="value">
     <double>0.030000000000000</double>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinAlgPlane_5">
    <property name="geometry">
     <rect>
      <x>110</x>
      <y>150</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="singleStep">
     <double>0.010000000000000</double>
    </property>
    <property name="value">
     <double>0.030000000000000</double>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinAlgPlane_6">
    <property name="geometry">
     <rect>
      <x>110</x>
      <y>170</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="singleStep">
     <double>0.010000000000000</double>
    </property>
    <property name="value">
     <double>0.030000000000000</double>
    </property>
   </widget>
   <widget class="QCheckBox" name="chkAlgCloser">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>100</y>
      <width>91</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>First Closer</string>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_7">
   <property name="geometry">
    <rect>
     <x>1040</x>
     <y>120</y>
     <width>201</width>
     <height>241</height>
    </rect>
   </property>
   <property name="title">
    <string>CRF</string>
   </property>
   <widget class="QGroupBox" name="groupBox_8">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>20</y>
      <width>181</width>
      <height>111</height>
     </rect>
    </property>
    <property name="title">
     <string>Labels</string>
    </property>
    <widget class="QLineEdit" name="txtCRFlabel">
     <property name="geometry">
      <rect>
       <x>90</x>
       <y>80</y>
       <width>61</width>
       <height>23</height>
      </rect>
     </property>
     <property name="readOnly">
      <bool>true</bool>
     </property>
    </widget>
    <widget class="QLabel" name="label_28">
     <property name="geometry">
      <rect>
       <x>10</x>
       <y>82</y>
       <width>71</width>
       <height>20</height>
      </rect>
     </property>
     <property name="text">
      <string>Label Count</string>
     </property>
    </widget>
    <widget class="QDoubleSpinBox" name="spinCRFmin">
     <property name="geometry">
      <rect>
       <x>90</x>
       <y>20</y>
       <width>62</width>
       <height>23</height>
      </rect>
     </property>
     <property name="decimals">
      <number>3</number>
     </property>
     <property name="minimum">
      <double>-5.000000000000000</double>
     </property>
     <property name="maximum">
      <double>5.000000000000000</double>
     </property>
     <property name="singleStep">
      <double>0.010000000000000</double>
     </property>
     <property name="value">
      <double>-0.500000000000000</double>
     </property>
    </widget>
    <widget class="QLabel" name="label_29">
     <property name="geometry">
      <rect>
       <x>10</x>
       <y>20</y>
       <width>81</width>
       <height>41</height>
      </rect>
     </property>
     <property name="text">
      <string>Range Values</string>
     </property>
    </widget>
    <widget class="QDoubleSpinBox" name="spinCRFmax">
     <property name="geometry">
      <rect>
       <x>90</x>
       <y>40</y>
       <width>62</width>
       <height>23</height>
      </rect>
     </property>
     <property name="decimals">
      <number>3</number>
     </property>
     <property name="minimum">
      <double>-5.000000000000000</double>
     </property>
     <property name="maximum">
      <double>5.000000000000000</double>
     </property>
     <property name="singleStep">
      <double>0.010000000000000</double>
     </property>
     <property name="value">
      <double>0.500000000000000</double>
     </property>
    </widget>
    <widget class="QDoubleSpinBox" name="spinCRFres">
     <property name="geometry">
      <rect>
       <x>90</x>
       <y>60</y>
       <width>62</width>
       <height>23</height>
      </rect>
     </property>
     <property name="decimals">
      <number>3</number>
     </property>
     <property name="maximum">
      <double>5.000000000000000</double>
     </property>
     <property name="singleStep">
      <double>0.001000000000000</double>
     </property>
     <property name="value">
      <double>0.010000000000000</double>
     </property>
    </widget>
    <widget class="QLabel" name="label_30">
     <property name="geometry">
      <rect>
       <x>10</x>
       <y>60</y>
       <width>71</width>
       <height>21</height>
      </rect>
     </property>
     <property name="text">
      <string>Resolution</string>
     </property>
    </widget>
   </widget>
   <widget class="QGroupBox" name="groupBox_9">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>130</y>
      <width>181</width>
      <height>81</height>
     </rect>
    </property>
    <property name="title">
     <string>Thresholds</string>
    </property>
    <widget class="QLabel" name="label_31">
     <property name="geometry">
      <rect>
       <x>10</x>
       <y>30</y>
       <width>91</width>
       <height>21</height>
      </rect>
     </property>
     <property name="text">
      <string>Prior Sat Value</string>
     </property>
    </widget>
    <widget class="QSpinBox" name="spinCRFprior">
     <property name="geometry">
      <rect>
       <x>110</x>
       <y>30</y>
       <width>62</width>
       <height>23</height>
      </rect>
     </property>
     <property name="maximum">
      <number>9000</number>
     </property>
     <property name="value">
      <number>20</number>
     </property>
    </widget>
    <widget class="QSpinBox" name="spinCRFlike">
     <property name="geometry">
      <rect>
       <x>110</x>
       <y>50</y>
       <width>62</width>
       <height>23</height>
      </rect>
     </property>
     <property name="maximum">
      <number>9000</number>
     </property>
     <property name="value">
      <number>20</number>
     </property>
    </widget>
    <widget class="QLabel" name="label_32">
     <property name="geometry">
      <rect>
       <x>10</x>
       <y>50</y>
       <width>101</width>
       <height>21</height>
      </rect>
     </property>
     <property name="text">
      <string>Likelihood Sat</string>
     </property>
    </widget>
   </widget>
   <widget class="QPushButton" name="btnComputeCRF">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>210</y>
      <width>71</width>
      <height>24</height>
     </rect>
    </property>
    <property name="text">
     <string>Compute</string>
    </property>
   </widget>
   <widget class="QPushButton" name="btnReadCRF">
    <property name="geometry">
     <rect>
      <x>80</x>
      <y>210</y>
      <width>51</width>
      <height>24</height>
     </rect>
    </property>
    <property name="text">
     <string>Read</string>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_10">
   <property name="geometry">
    <rect>
     <x>710</x>
     <y>200</y>
     <width>331</width>
     <height>151</height>
    </rect>
   </property>
   <property name="title">
    <string>Normals and Curvatures</string>
   </property>
   <widget class="QDoubleSpinBox" name="spinNormalTh">
    <property name="geometry">
     <rect>
      <x>260</x>
      <y>30</y>
      <width>62</width>
      <height>31</height>
     </rect>
    </property>
    <property name="decimals">
     <number>3</number>
    </property>
    <property name="maximum">
     <double>1.000000000000000</double>
    </property>
    <property name="singleStep">
     <double>0.001000000000000</double>
    </property>
    <property name="value">
     <double>0.500000000000000</double>
    </property>
   </widget>
   <widget class="QPushButton" name="pushButton">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>30</y>
      <width>131</width>
      <height>31</height>
     </rect>
    </property>
    <property name="text">
     <string>Normals Curvatures</string>
    </property>
   </widget>
   <widget class="QPushButton" name="btnAlternate">
    <property name="geometry">
     <rect>
      <x>140</x>
      <y>30</y>
      <width>121</width>
      <height>31</height>
     </rect>
    </property>
    <property name="text">
     <string>Normal / curvature</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_11">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>61</y>
      <width>56</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>X</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_15">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>81</y>
      <width>56</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>Y</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_33">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>101</y>
      <width>56</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>Z</string>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinNN_X">
    <property name="geometry">
     <rect>
      <x>50</x>
      <y>60</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <double>-50.000000000000000</double>
    </property>
    <property name="maximum">
     <double>50.000000000000000</double>
    </property>
    <property name="singleStep">
     <double>0.500000000000000</double>
    </property>
    <property name="value">
     <double>15.000000000000000</double>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinNN_Y">
    <property name="geometry">
     <rect>
      <x>50</x>
      <y>80</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <double>-50.000000000000000</double>
    </property>
    <property name="maximum">
     <double>50.000000000000000</double>
    </property>
    <property name="singleStep">
     <double>0.500000000000000</double>
    </property>
    <property name="value">
     <double>0.000000000000000</double>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinNN_Z">
    <property name="geometry">
     <rect>
      <x>50</x>
      <y>100</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="minimum">
     <double>-50.000000000000000</double>
    </property>
    <property name="maximum">
     <double>50.000000000000000</double>
    </property>
    <property name="singleStep">
     <double>0.500000000000000</double>
    </property>
    <property name="value">
     <double>0.000000000000000</double>
    </property>
   </widget>
   <widget class="QDoubleSpinBox" name="spinRadNormal">
    <property name="geometry">
     <rect>
      <x>50</x>
      <y>120</y>
      <width>62</width>
      <height>23</height>
     </rect>
    </property>
    <property name="maximum">
     <double>5.000000000000000</double>
    </property>
    <property name="singleStep">
     <double>0.100000000000000</double>
    </property>
    <property name="value">
     <double>0.100000000000000</double>
    </property>
   </widget>
   <widget class="QLabel" name="label_34">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>121</y>
      <width>56</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>Radius</string>
    </property>
   </widget>
   <widget class="QPushButton" name="btnNormalPoint">
    <property name="geometry">
     <rect>
      <x>120</x>
      <y>60</y>
      <width>61</width>
      <height>81</height>
     </rect>
    </property>
    <property name="text">
     <string>Normals</string>
    </property>
   </widget>
  </widget>
 </widget>
 <resources/>
 <connections>
  <connection>
   <sender>btnOpenDir</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>openDir()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>101</x>
     <y>41</y>
    </hint>
    <hint type="destinationlabel">
     <x>460</x>
     <y>14</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>radioRoad</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>updateSequencesList()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>54</x>
     <y>155</y>
    </hint>
    <hint type="destinationlabel">
     <x>38</x>
     <y>245</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>radioResidential</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>updateSequencesList()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>91</x>
     <y>130</y>
    </hint>
    <hint type="destinationlabel">
     <x>92</x>
     <y>243</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>radioPerson</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>updateSequencesList()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>51</x>
     <y>106</y>
    </hint>
    <hint type="destinationlabel">
     <x>75</x>
     <y>250</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>radioCity</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>updateSequencesList()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>36</x>
     <y>86</y>
    </hint>
    <hint type="destinationlabel">
     <x>68</x>
     <y>278</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>radioCampus</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>updateSequencesList()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>62</x>
     <y>66</y>
    </hint>
    <hint type="destinationlabel">
     <x>62</x>
     <y>220</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinFrame</sender>
   <signal>valueChanged(int)</signal>
   <receiver>KittiForm</receiver>
   <slot>loadDispImage()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>101</x>
     <y>231</y>
    </hint>
    <hint type="destinationlabel">
     <x>144</x>
     <y>293</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>sliderFrame</sender>
   <signal>valueChanged(int)</signal>
   <receiver>KittiForm</receiver>
   <slot>updateSpinValue()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>308</x>
     <y>224</y>
    </hint>
    <hint type="destinationlabel">
     <x>324</x>
     <y>261</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>listSequences</sender>
   <signal>currentRowChanged(int)</signal>
   <receiver>KittiForm</receiver>
   <slot>openSequence()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>476</x>
     <y>105</y>
    </hint>
    <hint type="destinationlabel">
     <x>745</x>
     <y>194</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>radioRC</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>showFrame()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>360</x>
     <y>390</y>
    </hint>
    <hint type="destinationlabel">
     <x>727</x>
     <y>231</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>radioLC</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>showFrame()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>285</x>
     <y>391</y>
    </hint>
    <hint type="destinationlabel">
     <x>826</x>
     <y>223</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>radioRBW</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>showFrame()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>165</x>
     <y>387</y>
    </hint>
    <hint type="destinationlabel">
     <x>908</x>
     <y>225</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>radioLBW</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>showFrame()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>60</x>
     <y>384</y>
    </hint>
    <hint type="destinationlabel">
     <x>802</x>
     <y>210</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>btnStart</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>computeStereoToPointCloud()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>340</x>
     <y>330</y>
    </hint>
    <hint type="destinationlabel">
     <x>725</x>
     <y>183</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>btnPlane</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>calcMainPlane()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>581</x>
     <y>279</y>
    </hint>
    <hint type="destinationlabel">
     <x>1143</x>
     <y>27</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinZ</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>rotateCloud()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>572</x>
     <y>349</y>
    </hint>
    <hint type="destinationlabel">
     <x>1152</x>
     <y>118</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinY</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>rotateCloud()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>584</x>
     <y>324</y>
    </hint>
    <hint type="destinationlabel">
     <x>1138</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinX</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>rotateCloud()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>595</x>
     <y>295</y>
    </hint>
    <hint type="destinationlabel">
     <x>1128</x>
     <y>65</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinYaw</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>rotateCloud()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>509</x>
     <y>339</y>
    </hint>
    <hint type="destinationlabel">
     <x>1073</x>
     <y>132</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinRoll</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>rotateCloud()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>481</x>
     <y>325</y>
    </hint>
    <hint type="destinationlabel">
     <x>1018</x>
     <y>146</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinPitch</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>rotateCloud()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>493</x>
     <y>306</y>
    </hint>
    <hint type="destinationlabel">
     <x>1004</x>
     <y>138</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>btnGrid</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>calcGrid()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>531</x>
     <y>258</y>
    </hint>
    <hint type="destinationlabel">
     <x>1172</x>
     <y>22</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinAlgRanges</sender>
   <signal>valueChanged(int)</signal>
   <receiver>KittiForm</receiver>
   <slot>algorithm_01()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>863</x>
     <y>65</y>
    </hint>
    <hint type="destinationlabel">
     <x>1132</x>
     <y>217</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>chkAlgObst</sender>
   <signal>stateChanged(int)</signal>
   <receiver>KittiForm</receiver>
   <slot>algorithm_01()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>976</x>
     <y>62</y>
    </hint>
    <hint type="destinationlabel">
     <x>1150</x>
     <y>231</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinAlgMinX</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>algorithm_01()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>990</x>
     <y>85</y>
    </hint>
    <hint type="destinationlabel">
     <x>1216</x>
     <y>195</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinAlgMinY</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>algorithm_01()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>972</x>
     <y>99</y>
    </hint>
    <hint type="destinationlabel">
     <x>1237</x>
     <y>205</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinAlgPlane_1</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>algorithm_01()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>862</x>
     <y>84</y>
    </hint>
    <hint type="destinationlabel">
     <x>1068</x>
     <y>99</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinAlgPlane_2</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>algorithm_01()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>852</x>
     <y>104</y>
    </hint>
    <hint type="destinationlabel">
     <x>1087</x>
     <y>317</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinAlgPlane_3</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>algorithm_01()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>864</x>
     <y>125</y>
    </hint>
    <hint type="destinationlabel">
     <x>1067</x>
     <y>296</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinAlgPlane_4</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>algorithm_01()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>858</x>
     <y>142</y>
    </hint>
    <hint type="destinationlabel">
     <x>1082</x>
     <y>273</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinAlgPlane_5</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>algorithm_01()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>863</x>
     <y>162</y>
    </hint>
    <hint type="destinationlabel">
     <x>1072</x>
     <y>246</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinAlgPlane_6</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>algorithm_01()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>869</x>
     <y>187</y>
    </hint>
    <hint type="destinationlabel">
     <x>1063</x>
     <y>347</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>chkAlgCloser</sender>
   <signal>stateChanged(int)</signal>
   <receiver>KittiForm</receiver>
   <slot>algorithm_01()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>748</x>
     <y>112</y>
    </hint>
    <hint type="destinationlabel">
     <x>1079</x>
     <y>234</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>btnComputeDEM</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>computeDEM()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>1069</x>
     <y>108</y>
    </hint>
    <hint type="destinationlabel">
     <x>984</x>
     <y>236</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinCRFmin</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>calculateCRFcount()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>1157</x>
     <y>171</y>
    </hint>
    <hint type="destinationlabel">
     <x>1006</x>
     <y>268</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinCRFmax</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>calculateCRFcount()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>1145</x>
     <y>194</y>
    </hint>
    <hint type="destinationlabel">
     <x>934</x>
     <y>205</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinCRFres</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>calculateCRFcount()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>1144</x>
     <y>210</y>
    </hint>
    <hint type="destinationlabel">
     <x>988</x>
     <y>219</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>btnComputeCRF</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>computeCRF()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>1059</x>
     <y>342</y>
    </hint>
    <hint type="destinationlabel">
     <x>981</x>
     <y>320</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>btnReadDEM</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>readDEM()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>1126</x>
     <y>106</y>
    </hint>
    <hint type="destinationlabel">
     <x>1018</x>
     <y>241</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>btnReadCRF</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>readCRF()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>1140</x>
     <y>342</y>
    </hint>
    <hint type="destinationlabel">
     <x>980</x>
     <y>296</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>pushButton</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>computeNormals()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>772</x>
     <y>245</y>
    </hint>
    <hint type="destinationlabel">
     <x>738</x>
     <y>240</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>btnAlternate</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>alternate()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>930</x>
     <y>251</y>
    </hint>
    <hint type="destinationlabel">
     <x>942</x>
     <y>244</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>spinNormalTh</sender>
   <signal>valueChanged(double)</signal>
   <receiver>KittiForm</receiver>
   <slot>showFrame()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>1007</x>
     <y>243</y>
    </hint>
    <hint type="destinationlabel">
     <x>982</x>
     <y>295</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>btnNormalPoint</sender>
   <signal>clicked()</signal>
   <receiver>KittiForm</receiver>
   <slot>pointNormal()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>883</x>
     <y>317</y>
    </hint>
    <hint type="destinationlabel">
     <x>895</x>
     <y>358</y>
    </hint>
   </hints>
  </connection>
 </connections>
 <slots>
  <slot>openSequence()</slot>
  <slot>openDir()</slot>
  <slot>updateSequencesList()</slot>
  <slot>loadDispImage()</slot>
  <slot>updateSpinValue()</slot>
  <slot>computeStereoToPointCloud()</slot>
  <slot>showFrame()</slot>
  <slot>computeDEM()</slot>
  <slot>calcMainPlane()</slot>
  <slot>rotateCloud()</slot>
  <slot>calcGrid()</slot>
  <slot>algorithm_01()</slot>
  <slot>calculateCRFcount()</slot>
  <slot>computeCRF()</slot>
  <slot>readDEM()</slot>
  <slot>readCRF()</slot>
  <slot>updateSGMparams()</slot>
  <slot>computeNormals()</slot>
  <slot>alternate()</slot>
  <slot>pointNormal()</slot>
 </slots>
</ui>
