250+ TOP MCQs on Basic Intensity Transformation Functions & Answers

Digital Image Processing Interview Questions and Answers on “Basic Intensity Transformation Functions”.

1. Which of the following expression is used to denote spatial domain process?
A. g(x,y)=T[f(x,y)]
B. f(x+y)=T[g(x+y)]
C. g(xy)=T[f(xy)]
D. g(x-y)=T[f(x-y)]
Answer: A
Clarification: Spatial domain processes will be denoted by the expression g(x,y)=T[f(x,y)], where f(x,y) is the input image, g(x,y) is the processed image, and T is an operator on f, defined over some neighborhood of (x, y). In addition, T can operate on a set of input images, such as performing the pixel-by-pixel sum of K images for noise reduction.

2. Which of the following shows three basic types of functions used frequently for image enhancement?
A. Linear, logarithmic and inverse law
B. Power law, logarithmic and inverse law
C. Linear, logarithmic and power law
D. Linear, exponential and inverse law
Answer: B
Clarification: In introduction to gray-level transformations, which shows three basic types of functions used frequently for image enhancement: linear (negative and identity transformations), logarithmic (log and inverse-log transformations), and power-law (nth power and nth root transformations).The identity function is the trivial case in which output intensities are identical to input intensities. It is included in the graph only for completeness.

3. Which expression is obtained by performing the negative transformation on the negative of an image with gray levels in the range[0,L-1] ?
A. s=L+1-r
B. s=L+1+r
C. s=L-1-r
D. s=L-1+r
Answer: C
Clarification: The negative of an image with gray levels in the range[0,L-1] is obtained by using the negative transformation, which is given by the expression: s=L-1-r.

4. What is the general form of representation of log transformation?
A. s=clog10(1/r)
B. s=clog10(1+r)
C. s=clog10(1*r)
D. s=clog10(1-r)
Answer: B
Clarification: The general form of the log transformation: s=clog10(1+r), where c is a constant, and it is assumed that r ≥ 0.

5. What is the general form of representation of power transformation?
A. s=crγ
B. c=srγ
C. s=rc
D. s=rcγ
Answer: A
Clarification: Power-law transformations have the basic form: s=crγ where c and g are positive constants. Sometimes s=crγ is written as s=c.(r+ε)γ to account for an offset (that is, a measurable output when the input is zero).

6. What is the name of process used to correct the power-law response phenomena?
A. Beta correction
B. Alpha correction
C. Gamma correction
D. Pie correction
Answer: C
Clarification: A variety of devices used for image capture, printing, and display respond according to a power law. By convention, the exponent in the power-law equation is referred to as gamma .The process used to correct these power-law response phenomena is called gamma correction.

7. Which of the following transformation function requires much information to be specified at the time of input?
A. Log transformation
B. Power transformation
C. Piece-wise transformation
D. Linear transformation
Answer: C
Clarification: The practical implementation of some important transformations can be formulated only as piecewise functions. The principal disadvantage of piecewise functions is that their specification requires considerably more user input.

8. In contrast stretching, if r1=s1 and r2=s2 then which of the following is true?
A. The transformation is not a linear function that produces no changes in gray levels
B. The transformation is a linear function that produces no changes in gray levels
C. The transformation is a linear function that produces changes in gray levels
D. The transformation is not a linear function that produces changes in gray levels
Answer: B
Clarification: The locations of points (r1,s1) and (r2,s2) control the shape of the transformation function. If r1=s1 and r2=s2 then the transformation is a linear function that produces no changes in gray levels.

9. In contrast stretching, if r1=r2, s1=0 and s2=L-1 then which of the following is true?
A. The transformation becomes a thresholding function that creates an octal image
B. The transformation becomes a override function that creates an octal image
C. The transformation becomes a thresholding function that creates a binary image
D. The transformation becomes a thresholding function that do not create an octal image
Answer: C
Clarification: If r1=r2, s1=0 and s2=L-1,the transformation becomes a thresholding function that creates a binary image.

10. In contrast stretching, if r1≤r2 and s1≤s2 then which of the following is true?
A. The transformation function is double valued and exponentially increasing
B. The transformation function is double valued and monotonically increasing
C. The transformation function is single valued and exponentially increasing
D. The transformation function is single valued and monotonically increasing
Answer: D
Clarification: The locations of points (r1,s1) and (r2,s2) control the shape of the transformation function. If r1≤r2 and s1≤s2 then the function is single valued and monotonically increasing.

11. In which type of slicing, highlighting a specific range of gray levels in an image often is desired?
A. Gray-level slicing
B. Bit-plane slicing
C. Contrast stretching
D. Byte-level slicing
Answer: A
Clarification: Highlighting a specific range of gray levels in an image often is desired in gray-level slicing. Applications include enhancing features such as masses of water in satellite imagery and enhancing flaws in X-ray images.

12. Which of the following depicts the main functionality of the Bit-plane slicing?
A. Highlighting a specific range of gray levels in an image
B. Highlighting the contribution made to total image appearance by specific bits
C. Highlighting the contribution made to total image appearance by specific byte
D. Highlighting the contribution made to total image appearance by specific pixels
Answer: B
Clarification: Instead of highlighting gray-level ranges, highlighting the contribution made to total image appearance by specific bits might be desired. Suppose , each pixel in an image is represented by 8 bits. Imagine that the image is composed of eight 1-bit planes, ranging from bit-plane 0 for the least significant bit to bit-plane 7 for the most significant bit. In terms of 8-bit bytes, plane 0 contains all the lowest order bits in the bytes comprising the pixels in the image and plane 7 contains all the high-order bits.