Innerhlab dieses Repositorys ist ein showcase ausgearbeitet, welcher live die Funktion des EVM Algorithmus darstellt.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 weeks ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1151</width>
  10. <height>676</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QLabel" name="video">
  17. <property name="geometry">
  18. <rect>
  19. <x>370</x>
  20. <y>30</y>
  21. <width>691</width>
  22. <height>521</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string/>
  27. </property>
  28. </widget>
  29. <widget class="QPushButton" name="playButton">
  30. <property name="geometry">
  31. <rect>
  32. <x>340</x>
  33. <y>610</y>
  34. <width>85</width>
  35. <height>27</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>Play Video</string>
  40. </property>
  41. </widget>
  42. <widget class="QWidget" name="">
  43. <property name="geometry">
  44. <rect>
  45. <x>20</x>
  46. <y>30</y>
  47. <width>326</width>
  48. <height>521</height>
  49. </rect>
  50. </property>
  51. <layout class="QVBoxLayout" name="verticalLayout">
  52. <item>
  53. <layout class="QHBoxLayout" name="horizontalLayout">
  54. <item>
  55. <widget class="QPushButton" name="lButton">
  56. <property name="text">
  57. <string>Load Video</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QLabel" name="nameLabel">
  63. <property name="text">
  64. <string/>
  65. </property>
  66. </widget>
  67. </item>
  68. </layout>
  69. </item>
  70. <item>
  71. <widget class="QComboBox" name="comboBox">
  72. <item>
  73. <property name="text">
  74. <string>Motion Magnification</string>
  75. </property>
  76. </item>
  77. <item>
  78. <property name="text">
  79. <string>Color Magnification </string>
  80. </property>
  81. </item>
  82. </widget>
  83. </item>
  84. <item>
  85. <layout class="QHBoxLayout" name="horizontalLayout_3">
  86. <item>
  87. <widget class="QLabel" name="label">
  88. <property name="text">
  89. <string>Maginfication Factor </string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="QLineEdit" name="alpha"/>
  95. </item>
  96. </layout>
  97. </item>
  98. <item>
  99. <layout class="QHBoxLayout" name="horizontalLayout_4">
  100. <item>
  101. <widget class="QLabel" name="label_2">
  102. <property name="text">
  103. <string>Spatial Frequency Cutoff</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item>
  108. <widget class="QLineEdit" name="cutoff"/>
  109. </item>
  110. </layout>
  111. </item>
  112. <item>
  113. <layout class="QHBoxLayout" name="horizontalLayout_2">
  114. <item>
  115. <widget class="QLabel" name="label_3">
  116. <property name="text">
  117. <string>Temporal Frequency Passband</string>
  118. </property>
  119. </widget>
  120. </item>
  121. <item>
  122. <widget class="QLineEdit" name="low">
  123. <property name="text">
  124. <string/>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <widget class="QLineEdit" name="high">
  130. <property name="text">
  131. <string/>
  132. </property>
  133. </widget>
  134. </item>
  135. </layout>
  136. </item>
  137. <item>
  138. <layout class="QHBoxLayout" name="horizontalLayout_5">
  139. <item>
  140. <widget class="QLabel" name="label_4">
  141. <property name="text">
  142. <string>Chromatic Attenuation</string>
  143. </property>
  144. </widget>
  145. </item>
  146. <item>
  147. <widget class="QDoubleSpinBox" name="chromAtt">
  148. <property name="maximum">
  149. <double>1.000000000000000</double>
  150. </property>
  151. <property name="singleStep">
  152. <double>0.100000000000000</double>
  153. </property>
  154. </widget>
  155. </item>
  156. </layout>
  157. </item>
  158. <item>
  159. <widget class="QCheckBox" name="linearAtt">
  160. <property name="text">
  161. <string>Linear Attenuation</string>
  162. </property>
  163. </widget>
  164. </item>
  165. <item>
  166. <widget class="QPushButton" name="startButton">
  167. <property name="text">
  168. <string>Start</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item>
  173. <widget class="QLabel" name="finished">
  174. <property name="text">
  175. <string/>
  176. </property>
  177. <property name="alignment">
  178. <set>Qt::AlignCenter</set>
  179. </property>
  180. </widget>
  181. </item>
  182. </layout>
  183. </widget>
  184. </widget>
  185. <resources/>
  186. <connections/>
  187. </ui>