1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>vvToolImageArithm</class>
4 <widget class="QWidget" name="vvToolImageArithm">
5 <property name="geometry">
13 <property name="windowTitle">
16 <layout class="QVBoxLayout" name="verticalLayout_3">
18 <layout class="QHBoxLayout" name="horizontalLayout_2">
20 <spacer name="horizontalSpacer">
21 <property name="orientation">
22 <enum>Qt::Horizontal</enum>
24 <property name="sizeHint" stdset="0">
33 <widget class="QCheckBox" name="mCheckBoxUseFloatOutputType">
34 <property name="text">
35 <string>Set output pixel type to float</string>
37 <property name="checked">
43 <spacer name="horizontalSpacer_2">
44 <property name="orientation">
45 <enum>Qt::Horizontal</enum>
47 <property name="sizeHint" stdset="0">
58 <layout class="QHBoxLayout" name="horizontalLayout_3">
60 <widget class="QGroupBox" name="mGroupBoxTwoInputs">
61 <property name="title">
62 <string>Operation with two images</string>
64 <layout class="QVBoxLayout" name="verticalLayout">
66 <widget class="QRadioButton" name="radioButtonSum">
67 <property name="text">
68 <string>Sum A+B</string>
70 <property name="checked">
76 <widget class="QRadioButton" name="radioButtonMultiply">
77 <property name="text">
78 <string>Multiply A*B</string>
83 <widget class="QRadioButton" name="radioButtonDivide">
84 <property name="text">
85 <string>Divide A/B</string>
90 <widget class="QRadioButton" name="radioButtonMin">
91 <property name="text">
92 <string>Min [A,B]</string>
97 <widget class="QRadioButton" name="radioButtonMax">
98 <property name="text">
99 <string>Max [A,B]</string>
104 <widget class="QRadioButton" name="radioButtonAbsDiff">
105 <property name="text">
106 <string>Absolute difference |A-B|</string>
111 <widget class="QRadioButton" name="radioButtonSquaredDiff">
112 <property name="text">
113 <string>Squared difference (A-B)²</string>
121 <widget class="QGroupBox" name="mGroupBoxOneInput">
122 <property name="title">
123 <string>Operation on a single image</string>
125 <layout class="QVBoxLayout" name="verticalLayout_2">
127 <layout class="QHBoxLayout" name="horizontalLayout">
129 <widget class="QLabel" name="mLabelInputInfo">
130 <property name="font">
132 <pointsize>11</pointsize>
137 <property name="frameShape">
138 <enum>QFrame::NoFrame</enum>
140 <property name="text">
141 <string>Value (v)</string>
146 <widget class="QDoubleSpinBox" name="mValueSpinBox">
147 <property name="maximum">
148 <double>999999999.000000000000000</double>
155 <widget class="QRadioButton" name="radioButtonSumV">
156 <property name="text">
157 <string>Sum A(x)+v</string>
159 <property name="checked">
165 <widget class="QRadioButton" name="radioButtonMultiplyV">
166 <property name="text">
167 <string>Multiply A(x)*v</string>
172 <widget class="QRadioButton" name="radioButtonInverseV">
173 <property name="text">
174 <string>Inverse v/A(x)</string>
179 <widget class="QRadioButton" name="radioButtonMaxV">
180 <property name="text">
181 <string>Max [ A(x), v ]</string>
186 <widget class="QRadioButton" name="radioButtonMinV">
187 <property name="text">
188 <string>Min [ A(x),v ]</string>
193 <widget class="QRadioButton" name="radioButtonAbsDiffV">
194 <property name="text">
195 <string>Absolute difference |A(x)-v|</string>
200 <widget class="QRadioButton" name="radioButtonSquaredDiffV">
201 <property name="text">
202 <string>Squared difference (A(x)-v)²</string>
207 <widget class="QRadioButton" name="radioButtonLogV">
208 <property name="text">
209 <string>Log A(x) (don't use v)</string>
214 <widget class="QRadioButton" name="radioButtonExpV">
215 <property name="text">
216 <string>Exp A(x) (don't use v)</string>
221 <widget class="QRadioButton" name="radioButtonSqrtV">
222 <property name="text">
223 <string>Sqrt A(x) (don't use v)</string>
235 <include location="../vvIcons.qrc"/>