Image Arithmetic
1. Two images have the same dimensions and are to be combined by adding the corresponding pixel values. Which condition is important for direct pixel-wise image addition?
2. Which operation calculates the absolute difference between corresponding pixels of two images?
3. Which of the following can occur when two 8-bit images are added without immediately adjusting the output range?
4. An 8-bit image is obtained after adding two images, and some calculated pixel values are greater than 255. Which approach limits those values to the valid 8-bit range without remapping the entire result range?
5. A difference image is calculated using two images A and B. If A(x,y) = 180 and B(x,y) = 230, what is the resulting pixel value?
6. Which statement best describes auto-scaling of the result of an image arithmetic operation?
7. A pixel-wise multiplication is performed on two 8-bit images. If both corresponding pixels have the value 200, what is the unadjusted output value?
8. A difference operation is used to compare a test image with a reference image. A large output value at a particular pixel indicates what?
9. Why can auto-scaling be useful after an image arithmetic operation produces a wide range of pixel values?