]> Creatis software - clitk.git/blobdiff - vv/qt_ui/vvToolImageArithm.ui
Into ImageArithm GUI in vv, add other operations
[clitk.git] / vv / qt_ui / vvToolImageArithm.ui
index da3ff15bdb6338b619a6d0c52e09c50b67fa59c5..36a4641ebda8a1f7a4312a71ebbcb8e8907a1d0a 100644 (file)
           </property>
          </widget>
         </item>
+        <item>
+         <widget class="QRadioButton" name="radioButtonDifference">
+          <property name="text">
+           <string>Difference A-B</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QRadioButton" name="radioButtonRelativeDiff">
+          <property name="text">
+           <string>Relative difference (A-B)/A</string>
+          </property>
+         </widget>
+        </item>
        </layout>
       </widget>
      </item>
          </widget>
         </item>
         <item>
-         <widget class="QRadioButton" name="radioButtonLogV">
+         <widget class="QRadioButton" name="radioButtonLogAlone">
           <property name="text">
            <string>Log A(x)    (don't use v)</string>
           </property>
          </widget>
         </item>
         <item>
-         <widget class="QRadioButton" name="radioButtonExpV">
+         <widget class="QRadioButton" name="radioButtonExpAlone">
           <property name="text">
            <string>Exp A(x)    (don't use v)</string>
           </property>
           </property>
          </widget>
         </item>
+        <item>
+         <widget class="QRadioButton" name="radioButtonDivideV">
+          <property name="text">
+           <string>Division A(x)/v</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QRadioButton" name="radioButtonNormalize">
+          <property name="text">
+           <string>A(x)/max(A(x))    (don't use v)</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QRadioButton" name="radioButtonLogV">
+          <property name="text">
+           <string>-Log (A(x)/v)</string>
+          </property>
+         </widget>
+        </item>
        </layout>
       </widget>
      </item>