2011-10-25 15:48:19 +00:00
|
|
|
<?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>
|
2014-03-24 21:11:02 +00:00
|
|
|
<width>826</width>
|
2014-06-19 17:43:34 +00:00
|
|
|
<height>506</height>
|
2011-10-25 15:48:19 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
2011-11-24 19:11:30 +00:00
|
|
|
<string>Find-Object</string>
|
2011-10-25 15:48:19 +00:00
|
|
|
</property>
|
2012-05-27 15:05:39 +00:00
|
|
|
<property name="windowIcon">
|
|
|
|
|
<iconset resource="../resources.qrc">
|
|
|
|
|
<normaloff>:/images/resources/Find-Object.png</normaloff>:/images/resources/Find-Object.png</iconset>
|
|
|
|
|
</property>
|
2011-10-25 15:48:19 +00:00
|
|
|
<widget class="QWidget" name="centralwidget">
|
2012-08-28 20:06:43 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,0">
|
2011-10-25 15:48:19 +00:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="margin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
2012-08-28 20:06:43 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2011-10-25 15:48:19 +00:00
|
|
|
<item>
|
2012-08-28 20:06:43 +00:00
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Camera</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_timeRefreshRate">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string> (0 Hz - 0 Hz)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2011-10-25 15:48:19 +00:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2012-08-28 20:06:43 +00:00
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2011-10-25 15:48:19 +00:00
|
|
|
</property>
|
2012-08-28 20:06:43 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_detectorDescriptorType">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<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="QLabel" name="label_nfeatures">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>0</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_15">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string> features</string>
|
2011-10-25 15:48:19 +00:00
|
|
|
</property>
|
2012-08-28 20:06:43 +00:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="ObjWidget" name="imageView_source" native="true"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QWidget" name="widget_controls" native="true">
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
2011-10-25 15:48:19 +00:00
|
|
|
<property name="margin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
2012-08-28 20:06:43 +00:00
|
|
|
<widget class="QPushButton" name="pushButton_play">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>24</width>
|
|
|
|
|
<height>24</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../resources.qrc">
|
|
|
|
|
<normaloff>:/images/resources/TheWorkingGroup_video_play.ico</normaloff>:/images/resources/TheWorkingGroup_video_play.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="pushButton_pause">
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>24</width>
|
|
|
|
|
<height>24</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../resources.qrc">
|
|
|
|
|
<normaloff>:/images/resources/TheWorkingGroup_video_pause.ico</normaloff>:/images/resources/TheWorkingGroup_video_pause.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="pushButton_stop">
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>24</width>
|
|
|
|
|
<height>24</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../resources.qrc">
|
|
|
|
|
<normaloff>:/images/resources/TheWorkingGroup_video_stop.ico</normaloff>:/images/resources/TheWorkingGroup_video_stop.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSlider" name="horizontalSlider_frames">
|
|
|
|
|
<property name="focusPolicy">
|
|
|
|
|
<enum>Qt::ClickFocus</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_frame">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>0</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2011-10-25 15:48:19 +00:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2014-03-24 21:11:02 +00:00
|
|
|
<width>826</width>
|
2014-06-19 17:43:34 +00:00
|
|
|
<height>25</height>
|
2011-10-25 15:48:19 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>File</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionLoad_objects"/>
|
|
|
|
|
<addaction name="actionSave_objects"/>
|
|
|
|
|
<addaction name="separator"/>
|
2014-03-24 21:11:02 +00:00
|
|
|
<addaction name="actionLoad_settings"/>
|
|
|
|
|
<addaction name="actionSave_settings"/>
|
|
|
|
|
<addaction name="separator"/>
|
2011-10-25 15:48:19 +00:00
|
|
|
<addaction name="actionExit"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Edit</string>
|
|
|
|
|
</property>
|
2012-02-04 22:15:32 +00:00
|
|
|
<addaction name="actionAdd_object_from_scene"/>
|
2012-01-30 00:54:23 +00:00
|
|
|
<addaction name="actionAdd_objects_from_files"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionLoad_scene_from_file"/>
|
2012-08-29 19:04:14 +00:00
|
|
|
<addaction name="actionCamera_from_directory_of_images"/>
|
|
|
|
|
<addaction name="actionCamera_from_video_file"/>
|
2014-05-21 21:31:42 +00:00
|
|
|
<addaction name="actionCamera_from_TCP_IP"/>
|
2012-01-30 00:54:23 +00:00
|
|
|
<addaction name="separator"/>
|
2011-10-25 15:48:19 +00:00
|
|
|
<addaction name="actionStart_camera"/>
|
2012-01-30 03:16:30 +00:00
|
|
|
<addaction name="actionPause_camera"/>
|
2011-10-25 15:48:19 +00:00
|
|
|
<addaction name="actionStop_camera"/>
|
2012-01-12 22:21:56 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionRestore_all_default_settings"/>
|
2012-02-04 00:11:11 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionRemove_all_objects"/>
|
2011-10-25 15:48:19 +00:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>View</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2011-11-24 19:11:30 +00:00
|
|
|
<widget class="QMenu" name="menu">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>?</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
|
</widget>
|
2011-10-25 15:48:19 +00:00
|
|
|
<addaction name="menuFile"/>
|
|
|
|
|
<addaction name="menuEdit"/>
|
|
|
|
|
<addaction name="menuView"/>
|
2011-11-24 19:11:30 +00:00
|
|
|
<addaction name="menu"/>
|
2011-10-25 15:48:19 +00:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QDockWidget" name="dockWidget_parameters">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
2012-08-28 13:44:57 +00:00
|
|
|
<width>360</width>
|
2014-06-19 17:43:34 +00:00
|
|
|
<height>156</height>
|
2011-10-25 15:48:19 +00:00
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="floating">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Parameters</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</attribute>
|
|
|
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
2012-08-28 13:44:57 +00:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="margin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2011-10-25 15:48:19 +00:00
|
|
|
<item>
|
|
|
|
|
<widget class="ParametersToolBox" name="toolBox">
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="page_1">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2014-06-19 17:43:34 +00:00
|
|
|
<width>360</width>
|
|
|
|
|
<height>73</height>
|
2011-10-25 15:48:19 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="label">
|
2012-08-28 13:44:57 +00:00
|
|
|
<string>Dummy</string>
|
2011-10-25 15:48:19 +00:00
|
|
|
</attribute>
|
2012-08-28 13:44:57 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5"/>
|
2011-10-25 15:48:19 +00:00
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="pushButton_restoreDefaults">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Restore defaults</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QDockWidget" name="dockWidget_objects">
|
2012-08-30 18:15:41 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<height>138</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2011-10-25 15:48:19 +00:00
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Objects</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</attribute>
|
|
|
|
|
<widget class="QWidget" name="dockWidgetContents_2">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
2012-08-28 13:44:57 +00:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="margin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2011-10-25 15:48:19 +00:00
|
|
|
<item>
|
|
|
|
|
<widget class="QScrollArea" name="objects_area">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>150</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="widgetResizable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2014-06-19 17:43:34 +00:00
|
|
|
<width>198</width>
|
|
|
|
|
<height>376</height>
|
2011-10-25 15:48:19 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_objects">
|
2012-08-28 13:44:57 +00:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2011-10-25 15:48:19 +00:00
|
|
|
<property name="margin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>230</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2012-01-28 01:00:23 +00:00
|
|
|
<item>
|
2012-08-28 13:44:57 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>12</number>
|
2012-01-28 01:00:23 +00:00
|
|
|
</property>
|
2012-08-28 13:44:57 +00:00
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="pushButton_updateObjects">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Update objects</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSlider" name="horizontalSlider_objectsSize">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2012-08-28 20:06:43 +00:00
|
|
|
<property name="focusPolicy">
|
|
|
|
|
<enum>Qt::ClickFocus</enum>
|
|
|
|
|
</property>
|
2012-08-28 13:44:57 +00:00
|
|
|
<property name="maximum">
|
|
|
|
|
<number>100</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>100</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QDockWidget" name="dockWidget_plot">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Likelihood</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
|
<number>8</number>
|
|
|
|
|
</attribute>
|
|
|
|
|
<widget class="QWidget" name="dockWidgetContents_3">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="margin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="UPlot" name="likelihoodPlot" native="true"/>
|
2012-01-28 01:00:23 +00:00
|
|
|
</item>
|
2011-10-25 15:48:19 +00:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
2014-05-11 23:57:08 +00:00
|
|
|
<widget class="QDockWidget" name="dockWidget_statistics">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Statistics</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</attribute>
|
|
|
|
|
<widget class="QWidget" name="dockWidgetContents_4">
|
2014-05-13 18:12:55 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2014-05-11 23:57:08 +00:00
|
|
|
<item>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout" columnstretch="1,0,0">
|
|
|
|
|
<property name="horizontalSpacing">
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2014-08-02 06:09:27 +00:00
|
|
|
<item row="4" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_timeMatching">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>000</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-06-19 17:43:34 +00:00
|
|
|
<item row="3" column="2">
|
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ms</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="2">
|
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ms</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-05-11 23:57:08 +00:00
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Descriptors indexing</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_timeIndexing">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>000</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="2">
|
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ms</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="7" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_minMatchedDistance">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>000</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="7" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Min matched distance</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="8" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_14">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Max matched distance</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="8" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_maxMatchedDistance">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>000</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
|
<property name="text">
|
2014-05-13 14:41:36 +00:00
|
|
|
<string>Homograhies</string>
|
2014-05-11 23:57:08 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Descriptors extraction</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ms</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_timeExtraction">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>000</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ms</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Features detection</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_timeDetection">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>000</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Descriptors matching</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Total</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_timeTotal">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>000</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QLabel" name="label_16">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ms</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_17">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Vocabulary size</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_vocabularySize">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>000</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="10" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_18">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>IP address</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="11" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_19">
|
|
|
|
|
<property name="text">
|
2014-08-02 06:09:27 +00:00
|
|
|
<string>Output detection port</string>
|
2014-05-11 23:57:08 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="10" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_ipAddress">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>0.0.0.0</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="11" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_port">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>0</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="6" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_20">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Objects detected</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="6" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_objectsDetected">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>000</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-06-19 17:43:34 +00:00
|
|
|
<item row="5" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_timeHomographies">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>000</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-08-02 06:09:27 +00:00
|
|
|
<item row="12" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_21">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Input image port</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="12" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_port_image">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>NA</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-05-11 23:57:08 +00:00
|
|
|
</layout>
|
|
|
|
|
</item>
|
2014-05-13 18:12:55 +00:00
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2014-05-11 23:57:08 +00:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
2011-10-25 15:48:19 +00:00
|
|
|
<action name="actionExit">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Exit</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2012-02-04 22:15:32 +00:00
|
|
|
<action name="actionAdd_object_from_scene">
|
2011-10-25 15:48:19 +00:00
|
|
|
<property name="text">
|
2012-02-04 22:15:32 +00:00
|
|
|
<string>Add object from scene...</string>
|
2011-10-25 15:48:19 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionStart_camera">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Start camera</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionStop_camera">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Stop camera</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionSave_objects">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Save objects...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionLoad_objects">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Load objects...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2011-11-24 19:11:30 +00:00
|
|
|
<action name="actionAbout">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>About...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2012-01-12 22:21:56 +00:00
|
|
|
<action name="actionRestore_all_default_settings">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Restore all default settings</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2012-01-30 00:54:23 +00:00
|
|
|
<action name="actionAdd_objects_from_files">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Add objects from files...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionLoad_scene_from_file">
|
|
|
|
|
<property name="text">
|
2012-08-29 19:04:14 +00:00
|
|
|
<string>Camera from single file...</string>
|
2012-01-30 00:54:23 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2012-01-30 03:16:30 +00:00
|
|
|
<action name="actionPause_camera">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Pause camera</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2012-02-04 22:15:32 +00:00
|
|
|
<action name="actionCamera_from_video_file">
|
2012-08-28 20:06:43 +00:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2012-01-30 03:16:30 +00:00
|
|
|
<property name="text">
|
2012-02-04 22:15:32 +00:00
|
|
|
<string>Camera from video file...</string>
|
2012-01-30 03:16:30 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2012-02-04 00:11:11 +00:00
|
|
|
<action name="actionRemove_all_objects">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Remove all objects</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2012-08-28 20:06:43 +00:00
|
|
|
<action name="actionCamera_from_directory_of_images">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Camera from directory of images...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2014-03-24 21:11:02 +00:00
|
|
|
<action name="actionSave_settings">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Save settings...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionLoad_settings">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Load settings...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2014-05-21 21:31:42 +00:00
|
|
|
<action name="actionCamera_from_TCP_IP">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Camera from TCP/IP...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2011-10-25 15:48:19 +00:00
|
|
|
</widget>
|
|
|
|
|
<customwidgets>
|
|
|
|
|
<customwidget>
|
2011-11-15 16:37:40 +00:00
|
|
|
<class>ObjWidget</class>
|
2011-10-25 15:48:19 +00:00
|
|
|
<extends>QWidget</extends>
|
2014-07-31 20:11:46 +00:00
|
|
|
<header>find_object/ObjWidget.h</header>
|
2011-10-25 15:48:19 +00:00
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>ParametersToolBox</class>
|
|
|
|
|
<extends>QToolBox</extends>
|
|
|
|
|
<header>ParametersToolBox.h</header>
|
|
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
2012-08-28 13:44:57 +00:00
|
|
|
<customwidget>
|
|
|
|
|
<class>UPlot</class>
|
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
|
<header>utilite/UPlot.h</header>
|
|
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
2011-10-25 15:48:19 +00:00
|
|
|
</customwidgets>
|
2012-05-27 15:05:39 +00:00
|
|
|
<resources>
|
|
|
|
|
<include location="../resources.qrc"/>
|
|
|
|
|
</resources>
|
2011-10-25 15:48:19 +00:00
|
|
|
<connections/>
|
|
|
|
|
</ui>
|