81. Which of the following operations are used for masking?
A. AND, OR
B. AND, NOT
C. NOT, OR
D. All of Mentioned
82. Two images having one-pixel gray values 01010100 and 00000101 at the same location, are operated against AND operator. What would be the resultant pixel gray value at that location in the enhanced image?
A. 10100100
B. 11111011
C. 00000100
D. 01010101
83. Which of the following arithmetic operator is primarily used as a masking operator in enhancement?
A. Addition
B. Subtraction
C. Multiplication
D. Division
84. Which of the following is/are the more commercially successful image enhancement method in mask mode radiography, an area under medical imaging?
A. Addition
B. Subtraction
C. Multiplication
D. Division
85. Why does the subtraction operation results in areas that appear as dark shades of gray?
A. Because the difference in such areas is little, that yields a low value
B. Because the difference in such areas is high, that yields a low value
C. Because the difference in such areas is high, that yields a high value
D. None of the mentioned
86. If the images are displayed using 8-bits, then, what is the range of the value of an image if the image is a result of a subtraction operation?
A. 0 to 255
B. 0 to 511
C. -255 to 0
D. None of the mentioned
87. The subtracted image needs to be scaled if the 8-bit channel is used to display the subtracted images. So, the method of adding 255 to each pixel and then dividing by 2, has certain limits. What is/are those limits?
A. Very complex method
B. Very difficult to implement
C. The truncation inherent in the division by 2 causes a loss of inaccuracy
D. All of Mentioned
88. Which of the following are/are the fundamental factors that need tight control for difference-based inspection work?
A. Proper registration
B. Controlled illumination
C. Noise levels should be low enough so that the variation due to noise won’t affect the difference value much
D. All of Mentioned
89. When can two random variables be uncorrelated?
A. Their covariance is 0
B. Their covariance is 1
C. Their covariance is -1
D. None of the mentioned
90. What are Image Averaging enhancement methods in which assumptions are made for a noisy image g(x, y)?
A. The noise is correlated at every pair of coordinates (x, y)
B. The noise has an average value of 1 at every pair of coordinates (x, y)
C. All of Mentioned
D. None of the mentioned