User Guide

Chapter 10: Visualization And Analysis
Operation Explanation
Maximum Pixels in the image with a value greater than the specified constant are
replaced by the value.
Or Performs a bitwise OR operation on a source pixel and an argument.
And Performs a bitwise AND operation on a source pixel and an argument.
Xor Performs a bitwise XOR operation on a source pixel and an argument.
Average Applies the function Result = (img1+img2)/2 to each pixel in the image
or selection.
Difference Applies the function Result = |img1-img2| to each pixel in the image or
selection.
The chosen operation is performed, and the result is multiplied by the Scale factor. The Offset value
is then added. The final result is applied to the color channel selected from the Result menu.
759