<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1226</width>
    <height>937</height>
   </rect>
  </property>
  <property name="minimumSize">
   <size>
    <width>0</width>
    <height>0</height>
   </size>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <property name="sizePolicy">
    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
     <horstretch>0</horstretch>
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_2">
    <item>
     <widget class="GraphicsView" name="imageView">
      <property name="minimumSize">
       <size>
        <width>0</width>
        <height>640</height>
       </size>
      </property>
     </widget>
    </item>
    <item>
     <spacer name="verticalSpacer">
      <property name="orientation">
       <enum>Qt::Vertical</enum>
      </property>
      <property name="sizeHint" stdset="0">
       <size>
        <width>20</width>
        <height>30</height>
       </size>
      </property>
     </spacer>
    </item>
    <item>
     <widget class="QGroupBox" name="controlBox">
      <property name="title">
       <string>Control</string>
      </property>
      <layout class="QHBoxLayout" name="horizontalLayout_5">
       <item>
        <layout class="QVBoxLayout" name="verticalLayout">
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout">
           <item>
            <widget class="QLabel" name="label_6">
             <property name="text">
              <string>Box Height</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QSpinBox" name="boxHeightSpinBox">
             <property name="minimumSize">
              <size>
               <width>60</width>
               <height>0</height>
              </size>
             </property>
             <property name="minimum">
              <number>60</number>
             </property>
             <property name="maximum">
              <number>500</number>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QSlider" name="boxHeightSlider">
             <property name="minimum">
              <number>60</number>
             </property>
             <property name="maximum">
              <number>500</number>
             </property>
             <property name="orientation">
              <enum>Qt::Horizontal</enum>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QLabel" name="label_5">
             <property name="text">
              <string>Box Width</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QSpinBox" name="boxWidthSpinBox">
             <property name="minimumSize">
              <size>
               <width>60</width>
               <height>0</height>
              </size>
             </property>
             <property name="minimum">
              <number>60</number>
             </property>
             <property name="maximum">
              <number>500</number>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QSlider" name="boxWidthSlider">
             <property name="minimum">
              <number>60</number>
             </property>
             <property name="maximum">
              <number>500</number>
             </property>
             <property name="orientation">
              <enum>Qt::Horizontal</enum>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QLabel" name="label">
             <property name="text">
              <string>Score Threshold (0-100)</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QSlider" name="scoreSlider">
             <property name="orientation">
              <enum>Qt::Horizontal</enum>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QSpinBox" name="scoreSpinBox">
             <property name="sizePolicy">
              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="minimumSize">
              <size>
               <width>60</width>
               <height>0</height>
              </size>
             </property>
            </widget>
           </item>
          </layout>
         </item>
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_3">
           <item>
            <widget class="QLabel" name="label_3">
             <property name="text">
              <string>Box Match Deviation (0-100)</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QSlider" name="boxMatchSlider">
             <property name="orientation">
              <enum>Qt::Horizontal</enum>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QSpinBox" name="boxMatchSpinBox">
             <property name="sizePolicy">
              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="minimumSize">
              <size>
               <width>60</width>
               <height>0</height>
              </size>
             </property>
            </widget>
           </item>
          </layout>
         </item>
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_2">
           <item>
            <widget class="QLabel" name="label_2">
             <property name="text">
              <string>Box Combiner</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QComboBox" name="matchMethodComboBox">
             <item>
              <property name="text">
               <string>Box Similarity</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>Ml Output</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>Epipolar Error</string>
              </property>
             </item>
            </widget>
           </item>
          </layout>
         </item>
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_6">
           <item>
            <widget class="QLabel" name="label_4">
             <property name="text">
              <string>Target Class</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QComboBox" name="targetClassComboBox">
             <item>
              <property name="text">
               <string>aegina</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>apolemia</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>atolla</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>bathochordaeus</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>bathochordaeus house</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>bathocyroe</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>beroe</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>erenna</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>eusergestes</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>mitrocoma</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>poeobius</string>
              </property>
             </item>
             <item>
              <property name="text">
               <string>solmissus</string>
              </property>
             </item>
            </widget>
           </item>
          </layout>
         </item>
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_4">
           <item>
            <widget class="QCheckBox" name="matchClassesCheckBox">
             <property name="text">
              <string>Classes Must Match</string>
             </property>
             <property name="checked">
              <bool>true</bool>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QCheckBox" name="showBGMask">
             <property name="text">
              <string>Show BG Mask</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QCheckBox" name="showML">
             <property name="text">
              <string>Show ML</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QCheckBox" name="saveMLROIs">
             <property name="enabled">
              <bool>true</bool>
             </property>
             <property name="text">
              <string>Save ML ROIs</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QCheckBox" name="saveKCFROIs">
             <property name="text">
              <string>Save KCF ROIs</string>
             </property>
            </widget>
           </item>
           <item>
            <spacer name="horizontalSpacer">
             <property name="orientation">
              <enum>Qt::Horizontal</enum>
             </property>
             <property name="sizeHint" stdset="0">
              <size>
               <width>40</width>
               <height>20</height>
              </size>
             </property>
            </spacer>
           </item>
           <item>
            <widget class="QPushButton" name="quitButton">
             <property name="font">
              <font>
               <pointsize>14</pointsize>
              </font>
             </property>
             <property name="text">
              <string>Quit</string>
             </property>
            </widget>
           </item>
          </layout>
         </item>
        </layout>
       </item>
      </layout>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QStatusBar" name="statusBar"/>
 </widget>
 <customwidgets>
  <customwidget>
   <class>GraphicsView</class>
   <extends>QGraphicsView</extends>
   <header>pyqtgraph</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections>
  <connection>
   <sender>quitButton</sender>
   <signal>clicked()</signal>
   <receiver>MainWindow</receiver>
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>95</x>
     <y>750</y>
    </hint>
    <hint type="destinationlabel">
     <x>633</x>
     <y>417</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>scoreSlider</sender>
   <signal>valueChanged(int)</signal>
   <receiver>scoreSpinBox</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>728</x>
     <y>523</y>
    </hint>
    <hint type="destinationlabel">
     <x>842</x>
     <y>523</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>boxMatchSlider</sender>
   <signal>valueChanged(int)</signal>
   <receiver>boxMatchSpinBox</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>911</x>
     <y>643</y>
    </hint>
    <hint type="destinationlabel">
     <x>1009</x>
     <y>643</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>boxHeightSlider</sender>
   <signal>valueChanged(int)</signal>
   <receiver>boxHeightSpinBox</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>266</x>
     <y>740</y>
    </hint>
    <hint type="destinationlabel">
     <x>125</x>
     <y>740</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>boxWidthSlider</sender>
   <signal>valueChanged(int)</signal>
   <receiver>boxWidthSpinBox</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>623</x>
     <y>740</y>
    </hint>
    <hint type="destinationlabel">
     <x>483</x>
     <y>740</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>boxHeightSpinBox</sender>
   <signal>valueChanged(int)</signal>
   <receiver>boxHeightSlider</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>134</x>
     <y>740</y>
    </hint>
    <hint type="destinationlabel">
     <x>278</x>
     <y>740</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>boxWidthSpinBox</sender>
   <signal>valueChanged(int)</signal>
   <receiver>boxWidthSlider</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>498</x>
     <y>740</y>
    </hint>
    <hint type="destinationlabel">
     <x>641</x>
     <y>740</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>
