Image Processing MCQ
Image Processing MCQ
IMAGE PROCESSING
By
Assistant Professor
Technical University,Lucknow
YouTube: www.youtube.com/c/UniversityAcademy
Unit-1
1. The spatial coordinates of a digital image (x,y) are proportional to:
(A) Position
(B) Brightness
(C) Contrast
(D) Noise
Correct option is B
2. Among the following image processing techniques which is fast, precise and flexible..
(A) Optical
(B) Digital
(C) Electronics
(D) Photography
Correct option is B
4. What is pixel?
(A) Pixel is the elements of a digital image
(B) Pixel is the elements of an analog image
(C) Pixel is the cluster of a digital image
(D) Pixel is the cluster of an analog image
Correct option is A
7. Which gives a measure of the degree to which a pure colour is diluted by white light?
(A) Saturaton
(B) Hue
(C) Brightness
(D) Intensity
Click for answer A
(C) Acquisition
(D) Segmentation
Correct option is A
12. In which step of processing, the images are subdivided successively into smaller regions?
(A) Image enhancement
(B) Image acquisition
(C) Segmentation
(D) Wavelets
Correct option is D
14. What is the step that is performed before color image processing in image processing?
(A) Wavelets and multi resolution processing
(B) Image enhancement
(C) Image restoration
(D) Image acquisition
Correct option is C
17. Which of the following step deals with tools for extracting image components those are useful in
the representation and description of shape?
(A) Segmentation
(B) Representation & description functions
(C) Compression
(D) Morphological processing
Correct option is D
18. In which step of the processing, assigning a label (e.g., “vehicle”) to an object based on its
descriptors is done?
(A) Segmentation
(B) Representation & description functions
(C) Object recognition
(D) Morphological processing
Correct option is C
21. To convert a continuous sensed data into Digital form, which of the following is required?
(A) Sampling
(B) Quantization
22. To convert a continuous image f(x, y) to digital form, we have to sample the function in
__________
(A) Coordinates
(B) Amplitude
(C) All of the mentioned
(D) None of these
Correct option is C
23. For a continuous image f(x, y), how could be Sampling defined?
(A) Digitizing the coordinate values
(B) Digitizing the amplitude values
(C) All of the mentioned
(D) None of the mentioned
Correct option is A
25. How is sampling been done when an image is generated by a single sensing element combined
with mechanical motion?
(A) The number of sensors in the strip defines the sampling limitations in one direction and
Mechanical motion in the other direction.
(B) The number of sensors in the sensing array establishes the limits of sampling in both directions.
(C) The number of mechanical increments when the sensor is activated to collect data.
(D) None of these
Correct option is C
26. The resulting image of sampling and quantization is considered a matrix of real numbers. By what
name(s) the element of this matrix array is called __________
(A) Image element or Picture element
(B) Pixel or Pel
(C) All of the mentioned
(D) None of these
Correct option is C
27. The digitization process i.e. the digital image has M rows and N columns, requires decisions about
values for M, N, and for the number, L, of gray levels allowed for each pixel. The value M and N
have to be:
(A) M and N have to be positive integer
(B) M and N have to be negative integer
(C) M have to be negative and N have to be positive integer
(D) M have to be positive and N have to be negative integer
Correct option is A
(C) contour
(D) sampling
Correct option is D
29. The transition between continuous values of the image function and its digital equivalent is called
_____________
(A) Sampling
(B) None of the Mentioned
(C) Rasterisation
(D) Quantisation
Correct option is D
30. Images quantised with insufficient brightness levels will lead to the occurrence of ____________
(A) Pixillation
(B) Blurring
(C) False Contours
(D) None of the Mentioned
Correct option is C
Unit-II
1. What is the technique for a gray-level transformation function called, if the transformation would
be to produce an image of higher contrast than the original by darkening the levels below some gray-
level m and brightening the levels above m in the original image.
(A) Point processing
(B) Mask processing
(C) Point Processing
(D) Contrast processing
Correct option is D
2. Using gray-level transformation, the basic function linearity deals with which of the following
transformation?.
(A) Negative and identity transformations
(B) Log and inverse log transformations
(C) nth root transformation
(D) None of these
Correct option is A
3. Using gray-level transformation, the basic function logrithmic deals with which of the following
transformation?.
(A) Negative and identity transformations
(B) Log and inverse log transformations
(C) nth root transformation
(D) None of these
Correct option is B
4. If r be the gray-level of image before processing and s after processing then which expression
defines the negative transformation, for the gray-level in the range [0, L - 1]?
(A) s = cr^(y), c and y are positive constant
(B) s = c(log(1 + r)), c is constant and r > 0
(C) s = L - 1 - r
(D) None of the above
Correct option is C
5. If r be the gray-level of image before processing and s after processing then which expression helps
to obtain the negative of an image for the gray-level in the range [0, L - 1]?
(A) s = cr^(y), c and y are positive constant
(B) s = c(log(1 + r)), c is constant and r >= 0
(C) s = L - 1 - r
(D) None of the above
Correct option is B
7. . A low contrast image will have what kind of histogram when, the histogram, h(rk) = nk, rk the kth
gray level and nk total pixels with gray level rk, is plotted nk versus rk?
(A) The histogram that covers wide range of gray scale and the distribution of pixel is approximately
uniform
(B) The histogram whose component are biased toward high side of gray scale
(C) The histogram that is narrow and centered toward the middle of gray scale
(D) None of the above
Correct option is C
8. The technique of Enhancement that has a specified Histogram processed image as result, is called?
(A) Histogram equalization
(B) Histogram linearization
(C) Histogram matching
(D) None of the above
Correct option is C
9. In neighborhood operations working is being done with the value of image pixel in the
neighborhood and the corresponding value of a sub image that has same dimension as neighborhood.
The subn image is referred as _______
(A) Mask
(B) Template
(C) Filter
(D) All of the above
Correct option is D
10. In linear spatial filtering, what is the pixel of the image under mask corresponding to the mask
coefficient w (1, -1), assuming a 3*3 mask?
(A) f (x, -y)
(B) f (x+1, y)
(C) f (x, y-1)
(D) f (x+1, y-1)
Correct option is D
11. Which of the following method is/are used for padding the image?
(A) Adding rows and column of 0 or other constant gray level
(B) Simply replacing the rows or cloumns
(C) Both
(D) None of the above
Correct option is C
12. The output of a smoothing, linear spatial filtering is a ____________ of the pixels contained in the
neighbourhood of the filter mask.
(A) Dot product
(B) Product
(C) Average
(D) Sum
Correct option is C
17. What is the name of the filter that multiplies two functions F(u, v) and H(u, v), where F has
complex components too since is Fourier transformed function of f(x, y), in an order that each
component of H multiplies both real and complex part of corresponding component in F?
(A) Unsharp mask filter
(B) Zero phase shift filter
(C) High boost filter
(D) None of the above
Correct option is B
18. What is the name of the filter that is used to turn the average value of a processed image zero?
(A) Notch filter
(B) Parametric filer
(C) Band pass filter
(D) Inverse filter
Correct option is A
19. Which of the following is/are considered as type(s) of low pass filters?
(A) Butterworth
(B) Ideal
(C) Gaussian
(D) All of the above
Correct option is D
20. In Homomorphic filtering which of the following operations is used to convert input image to
discrete Fourier transformed function?
(A) Exponential operation
(B) Negative operation
(C) Logarithmic operation
(D) None of the above
Correct option is C
Unit-III
1. Degradation can be estimated by
(A) 2 ways
(B) 3 ways
(C) 4 ways
(D) 5 ways
Correct option is B
8. Band reject filters are used where the noise components are usually
(A) Known
(B) Unknown
(C) Taken
(D) Reject
Correct option is A
18. In geometric mean filters when alpha is equal to 0 then it works as:
(A) Notch filter
(B) Parametric filter
(C) Band pass filter
(D) Inverse filter
Correct option is B
Unit –IV
5. Pixels are allocated to categories according to the range of values in which a pixel lies is called
(A) Thresholding based segmentation
(B) Edge- based segmentation
(C) Region based segmentation
(D) None of the above
Correct option is A
6. Edge element is associated with two components
(A) Magnitude of the gradient
(B) Region of the gradient
(C) All of the above None of the above
(D) None of the above
Correct option is
7. Laplacian is a
(A) First order derivative filter
(B) Sobel operator
(C) Canny operator
(D) Second order derivative filter
Correct option is D
Correct option is A
26. Involve active shape and appearance models, active contours and deformable templates is
called
(A) Model based Segmentation
(B) Semi-automatic Segmentation
(C) All of the above
(D) None of the above
Correct option is A
35 . Segmentation is a process of
(A) Low level process
(B) Edge level process
(C) Mid level process
(D) High level process
Correct option is C
Correct option is C
Correct option is D
Unit-V
1. Compressed image can be recover back by
(A) Image contrast
(B) Image enhancement
(C) Image equalization
(D) Image decomposition
Correct option is D
Correct option is C
Correct option is A
5. Which of the following algorithms is the best approach for solving Huffman codes?
(A) Brute force algorithm
(B) Greedy algorithm
(C) Exhaustive search
(D) Divide and conquer algorithm
Correct option is B
(A) Encoder
(B) Decoder
(C) Frames
(D) Both A and B
Correct option is D
10. Which bitmap file format support the Run length encoding ?
(A) BMP
(B) PCX
(C) TIF
(D) All of the above
Correct option is D
Correct option is B
12. Which of the following of a boundary is defined as the line perpendicular to the major axis?
(A) Minor axis
(B) Median axis
(C) Equidistant axis
(D) Equilateral axis
Correct option is C
14. Which of the following techniques of boundary descriptions have the physical interpretation of
boundary shape
(A) Laplace transform
(B) Fourier transform
(C) Statistical moments
(D) Curvature
Correct option is C
15. What does the total number of pixels in the region defines?
(A) Area
(B) Intensity
(C) Brightness
(D) None of the above
Correct option is A
Correct option is C
17. On which of the following operation of an image, the topology of the region changes?
(A) Rotation
(B) Folding
(C) Stretching
(D) Change in distance measure
Correct option is B
19. Based on the 4-directional code, the first difference of smallest magnitude is called as:
(A) Chain number
(B) Difference
(C) Difference number
(D) Shape number
Correct option is D
Correct option is A
(B) matrix
(C) frames
(D) dnoise
Correct option is D
31. Formula pr = n/MN represents the
(A) coding redundancy
(B) spatial redundancy
(C) temporal redundancy
(D) irrelevant info
Correct option is A
32. In the formula 1-(1/c), c is the
(A) complex ratio
(B) compression ratio
(C) constant
(D) condition
Correct option is B
33. Standard rate of showing frames in a video per second are
(A) 10
(B) 20
(C) 25
(D) 30
Correct option is D
(A) coding
(B) spatial
(C) temporal
(D) facsimile
Correct option is D
(A) mapping
(B) image compression
(C) image watermarking
(D) image equalization
Correct option is A
Correct option is : C
Correct option is : A
Correct option is : B
38. Which part of an eye serve to a general, overall picture of the field of view.
(A) Cones
(B) Rods
(C) Retina
(D) All of the Mentioned
40. In a dark image, the components of histogram are concentrated on which side of the grey scale?
(A) High
(B) Medium
(C) Low
(D) Evenly distributed
43. The reason for JPEG being a lossy compression technique is because of the use of quantization.
Periodic noises arise from
A) electrical interference
B) gamma interference
C) beta interference
D) mechanical interference
Solution- Saturation
Solution-Weber Ratio
49. A __________ is required for conversion from one domain into another.
Solution- Transform
Solution- Acquisition
51. If S is a subset of pixels, pixels p and q are said to be ____________ if there exists a path between
them consisting of pixels entirely in S.
Solution-Connected
Solution-Compression
Solution-Opening
Solution-Spike Noise
Solution-Lossy
56. The procedure done on a digital image to alter the values of its individual pixels is
A) Neighbourhood Operations
B) Image Registration
C) Geometric Spacial Transformation
D) Single Pixel Operation
57.The digitization process i.e. the digital image has M rows and N columns, requires decisions about
values for M, N, and for the number, L, of gray levels allowed for each pixel. The value M and N
have to be:
58.What is the quantity that is used to measure the total amount of energy flowing from the light
source?
A) Brightness
B) Intensity
C) Luminence
D) Radiance
A) Odd
B) Even
C) 1
D) Any positive value
A) Non-blur PSF
B) Blur PSF
C) Both of the above
D) None of the above
63. The Image sharpening in frequency domain can be achieved by which of the following method(s)?
64. When is the contrast stretching transformation a thresholding function, for r and s as gray- value
of image before and after processing respectively?
A) r1 = s1 and r2 = s2
B) r1 = r2, s1 = 0 and s2 = L – 1, L is the max gray value allowed
C) r1 = 1 and r2 = 0
D) None of the mentioned
A) Bit-plane slicing
B) Intensity level slicing
C) Contrast stretching
D) All of the Mentioned
Practice Set-2
Answer: b
Explanation: Gamma Rays come first in the electromagnetic spectrum sorted in the decreasing order
of frequency.
2) In the Visible spectrum the ______ colour has the maximum wavelength.
a) Violet
b) Blue
c) Red
d) Yellow
Answer: c
Explanation: Red is towards the right in the electromagnetic spectrum sorted in the increasing order
of wavelength.
Answer: d
Explanation: It is usually written as wavelength = c / frequency.
Answer: a
Explanation: Electromagnetic waves are visualised as sinusoidal wave.
Answer: b
Explanation: Radiance is the total amount of energy that flows from the light source and is measured
in Watts.
Answer: b
Explanation: Soft X-Rays (low energy) are used for dental and chest scans.
Answer: d
Explanation: Brightness is subjective descriptor of light perception that is impossible to measure.
Answer: a
Explanation: Each bundle of massless energy is called a Photon.
Answer: b
Explanation: Achromatic light is also called monochromatic light.(Light void of color)
Answer: b
Explanation: Brightness embodies the achromatic notion of intensity and is a key factor in describing
color sensation.
Answer: c
Explanation: Rods are long slender receptors while cones are shorter and thicker receptors.
12) How is image formation in the eye different from that in a photographic camera
a) No difference
b) Variable focal length
c) Varying distance between lens and imaging plane
d) Fixed focal length
Answer: b
Explanation: Fibers in ciliary body vary shape of the lens thereby varying its focal length.
13) Range of light intensity levels to which the human eye can adapt (in Log of Intensity-mL)
a) 10-6 to 10-4
b) 104 to 106
c) 10-6 to 104
d) 10-5 to 105
Answer: c
Explanation: Range of light intensity to which human eye can adapt is enormous and about the order
1010 from 10-6 to 104.
Answer: a
Explanation: It is the intensity as perceived by the human eye.
Answer: a
Explanation: The human eye a wide dynamic range by changing the eye‟s overall sensitivity and this
is called brightness adaptation.
Answer: d
Explanation: Retina is the innermost membrane of the human eye.
Answer: d
Explanation: Iris is responsible for controlling the amount of light that enters the human eye.
Answer: b
Explanation: Rods produce an overall picture of the field of view.
Answer: a
Explanation: No of rods: 6 to 7 million, No of rods: 75 to 150.
Answer: c
Explanation: Except the blind spot, receptors are radially distributed.
21) The most familiar single sensor used for Image Acquisition is
a) Microdensitometer
b) Photodiode
c) CMOS
d) None of the Mentioned
Answer: b
Explanation: Photodiode is the most commonly used single sensor made up of silicon materials.
Answer: b
Explanation: Sensor strips are very common next to single sensor and use in-line arrangement.
Answer: d
Explanation: Industrial Computerised Axial Tomography is based on image acquisition using sensor
strips.
24) The section of the real plane spanned by the coordinates of an image is called the _____________
a) Spacial Domain
b) Coordinate Axes
c) Plane of Symmetry
Answer: a
Explanation: The section of the real plane spanned by the coordinates of an image is called the
Spacial Domain, with the x and y coordinates referred to as Spacial coordinates.
25) The difference is intensity between the highest and the lowest intensity levels in an image is
___________
a) Noise
b) Saturation
c) Contrast
d) Brightness
Answer: c
Explanation: Contrast is the measure of the difference is intensity between the highest and the lowest
intensity levels in an image.
26) _____________ is the effect caused by the use of an insufficient number of intensity levels in
smooth areas of a digital image.
a) Gaussian smooth
b) Contouring
c) False Contouring
d) Interpolation
Answer: c
Explanation: It is called so because the ridges resemble the contours of a map.
27) The process of using known data to estimate values at unknown locations is called
a) Acquisition
b) Interpolation
c) Pixelation
d) None of the Mentioned
Answer: b
Explanation: Interpolation is the process used to estimate unknown locations. It is applied in all
image resampling methods.
Answer: c
Explanation: Because Pixelation deals with enlargement of pixels.
29) The procedure done on a digital image to alter the values of its individual pixels is
a)Neighbourhood Operations
b) Image Registration
c) Geometric Spacial Transformation
d) Single Pixel Operation
Answer: d
Explanation: It is expressed as a transformation function T, of the form s=T(z) , where z is the
intensity.
30) In Geometric Spacial Transformation, points whose locations are known precisely in input and
reference images.
a) Tie points
b) Réseau points
c) Known points
d) Key-points
Answer: a
Explanation: Tie points, also called Control points are points whose locations are known precisely in
input and reference images.
Answer: d
Explanation: The sampling points are ordered in the plane and their relation is called a Grid.
32) The transition between continuous values of the image function and its digital equivalent is called
______________
a) Quantisation
b) Sampling
c) Rasterisation
d) None of the Mentioned
Answer: a
Explanation: The transition between continuous values of the image function and its digital
equivalent is called Quantisation.
33) Images quantised with insufficient brightness levels will lead to the occurrence of ____________
a) Pixillation
b) Blurring
c) False Contours
d) None of the Mentioned
Answer: c
Explanation: This effect arises when the number brightness levels is lower that which the human eye
can distinguish.
Answer: a
Explanation: Number of bits used to quantise intensity of an image is called intensity resolution.
35) What is the tool used in tasks such as zooming, shrinking, rotating, etc.?
a) Sampling
b) Interpolation
c) Filters
Answer: b
Explanation: Interpolation is the basic tool used for zooming, shrinking, rotating, etc.
36) The type of Interpolation where for each new location the intensity of the immediate pixel is
assigned is ___________
a) bicubic interpolation
b) cubic interpolation
c) bilinear interpolation
d) nearest neighbour interpolation
Answer: d
Explanation: Its called as Nearest Neighbour Interpolation since for each new location the intensity of
the next neighbouring pixel is assigned.
37) The type of Interpolation where the intensity of the FOUR neighbouring pixels is used to obtain
intensity a new location is called ___________
a) cubic interpolation
b) nearest neighbour interpolation
c) bilinear interpolation
d) bicubic interpolation
Answer: b
Explanation: Bilinear interpolation is where the FOUR neighbouring pixels is used to estimate
intensity for a new location.
38) Dynamic range of imaging system is a ratio where the upper limit is determined by
a) Saturation
b) Noise
c) Brightness
d) Contrast
Answer: a
Explanation: Saturation is taken as the Numerator.
Answer: c
Explanation: Noise is taken as the Denominator.
40) Quantitatively, spatial resolution cannot be represented in which of the following ways
a) line pairs
b) pixels
c) dots
d) None of the Mentioned
Answer: d
Explanation: All the options can be used to represent spatial resolution.
41) In 4-neighbours of a pixel p, how far are each of the neighbours located from p?
Answer: a
Explanation: Each pixel is a unit distance apart from the pixel p.
42) If S is a subset of pixels, pixels p and q are said to be ____________ if there exists a path between
them consisting of pixels entirely in S.
a) continuous
b) ambiguous
c) connected
d) None of the Mentioned
Answer: c
Explanation: pixels p and q are said to be connected if there exists a path between them consisting of
pixels entirely in S.
Answer: b
Explanation: R is called a Region of the image.
44) Two regions are said to be ___________ if their union forms a connected set.
a) Adjacent
b) Disjoint
c) Closed
d) None of the Mentioned
Answer: a
Explanation: The regions are said to be Adjacent to each other.
45) If an image contains K disjoint regions, what does the union of all the regions represent?
a) Background
b) Foreground
c) Outer Border
d) Inner Border
Answer: b
Explanation: The union of all regions is called Foreground and its complement is called the
Background.
46) For a region R, the set of points that are adjacent to the complement of R is called as ________
a) Boundary
b) Border
c) Contour
d) All of the Mentioned
Answer: d
Explanation: The words boundary, border and contour mean the same set.
47) The distance between pixels p and q, the pixels have a distance less than or equal to some value of
radius r centred at (x,y) is called :
a) Euclidean distance
b) City-Block distance
c) Chessboard distance
d) None of the Mentioned
Answer: a
Explanation: Euclidean distance is measured using a radius from a defined centre.
48) The distance between pixels p and q, the pixels have a distance less than or equal to some value of
radius r, form a diamond centred at (x,y) is called :
a) Euclidean distance
b) Chessboard distance
c) City-Block distance
d) None of the Mentioned
Answer: c
Explanation: Formation of a diamond is measured as City-Block distance.
49) The distance between pixels p and q, the pixels have a distance less than or equal to some value of
radius r, form a square centred at (x,y) is called :
a) Euclidean distance
b) Chessboard distance
c) City-Block distance
d) None of the Mentioned
Answer: b
Explanation: Distance measured by forming a square around the centre is called Chessboard distance.
Answer: d
Explanation: All the mentioned adjacency types are valid.
51) How is negative of an image obtained with intensity levels [0,L-1] with “r” and “s” being pixel
values?
a) s = L – 1 + r
b) s = L – 1 – r
c) s = L + 1 + r
d) s = L + 1 + r
Answer: b
Explanation: The negative is obtained using s = L – 1 + r.
a) s = c.log(1 + r)
b) s = c+log(1 + r)
c) s = c.log(1 – r)
d) s = c-log(1 – r)
Answer: a
Explanation: s = c.log(1 + r) is the log transformation.
53) Power-law transformations has the basic form of ________________, where c and ? are
constants.
a) s = c + r?
b) s = c – r?
c) s = c * r?
d) s = c / r.?
Answer: c
Explanation: s = c * r? is called the Power-law transformation.
54) For what value of the output must the Power-law transformation account for offset?
a) No offset needed
b) All values
c) One
d) Zero
Answer: d
Explanation: When the output is Zero, an offset is necessary.
Answer: a
Explanation: The exponent in Power-law is called gamma and the process used to correct the
response of Power-law transformation is called Gamma Correction.
56) Which process expands the range of intensity levels in an image so that it spans the full intensity
range of the display?
a) Shading correction
b) Contrast sketching
c) Gamma correction
d) None of the Mentioned
Answer: b
Explanation: Contrast sketching is the process used to expand intensity levels in an image.
Answer: c
Explanation: Highlighting a specific range of intensities of an image is called Intensity Slicing.
58) Highlighting the contribution made to total image by specific bits instead of highlighting
intensity-level changes is called ____________________.
a) Intensity Highlighting
b) Byte-Slicing
c) Bit-plane slicing
d) None of the Mentioned
Answer: c
Explanation: It is called Bit-plane slicing.
59) Which of the following involves reversing the intensity levels of an image?
a) Log Transformations
b) Piecewise Linear Transformations
c) Image Negatives
d) None of the Mentioned.
Answer: c
Explanation: Image negatives use reversing intensity levels.
Answer: d
Explanation: Piecewise Linear Transformation function involves all the mentioned functions
61) What is the basis for numerous spatial domain processing techniques?
a) Transformations
b) Scaling
c) Histogram
d) None of the Mentioned
Answer: c
Explanation: Histogram is the basis for numerous spatial domain processing techniques.
62) In _______ image we notice that the components of histogram are concentrated on the low side on
intensity scale.
a) bright
b) dark
c) colourful
d) All of the Mentioned
Answer: b
Explanation: Only in dark images, we notice that the components of histogram are concentrated on
the low side on intensity scale.
Answer: c
Answer: b
Explanation: Histogram Specification is also known as Histogram Matching.
Answer: a
Explanation: It is mainly used for Enhancement of usually dark images.
66) To reduce computation if one utilises non-overlapping regions, it usually produces ______ effect.
a) Dimming
b) Blurred
c) Blocky
d) None of the Mentioned
Answer: c
Explanation: Utilising non-overlapping regions usually produces “Blocky” effect.
Answer: c
Explanation: SEM stands for Scanning Electron Microscope.
68) The type of Histogram Processing in which pixels are modified based on the intensity distribution
of the image is called _______________.
a) Intensive
b) Local
c) Global
d) Random
Answer: c
Explanation: It is called Global Histogram Processing.
69) Which type of Histogram Processing is suited for minute detailed enhancements?
a) Intensive
b) Local
c) Global
d) Random
Answer: b
Explanation: Local Histogram Processing is used.
Answer: d
Explanation: PDF stands for Probability Density Function.
Answer: a
Explanation: Filtering is the process of accepting or rejecting certain frequency components.
Answer: c
Explanation: Low pass filter passes low frequencies.
73) What is the process of moving a filter mask over the image and computing the sum of products at
each location called as?
a) Convolution
b) Correlation
c) Linear spatial filtering
d) Non linear spatial filtering
Answer: b
Explanation: The process is called as Correlation.
74) The standard deviation controls “____________” of the bell (2-D Gaussian function of bell
shape).
a) Size
b) Curve
c) Tightness
d) None of the Mentioned
Answer: c
Explanation: The standard deviation controls “tightness” of the bell.
Answer: a
Explanation: To generate an M X N linear spatial filter MN mask coefficients must be specified.
Answer: b
Explanation: Convolution is the same as Correlation except that the image must be rotated by 180
degrees initially.
Answer: d
Explanation: Convolution and Correlation are functions of displacement.
78) The function that contains a single 1 with the rest being 0s is called ____________________.
a) Identity function
b) Inverse function
c) Discrete unit impulse
d) None of the Mentioned
Answer: c
Explanation: It is called Discrete unit impulse.
Answer: a
Explanation: Correlation is applied in finding matches.
Answer: d
Explanation: Gaussian function has two variables and is an exponential continuous function.
81) The output of a smoothing, linear spatial filtering is a ____________ of the pixels contained in the
neighbourhood of the filter mask.
a) Sum
b) Product
c) Average
d) Dot Product
Answer: c
Explanation: Smoothing is simply the average of the pixels contained in the neighbourhood.
Answer: a
Explanation: Averaging filters is also known as Low pass filters.
Answer: c
Explanation: Blue edges is the undesirable side effect of Averaging filters.
84) A spatial averaging filter in which all coefficients are equal is called _______________.
a) Square filter
b) Neighbourhood
c) Box filter
d) Zero filter
Answer: c
Explanation: It is called a Box filter.
85) Which term is used to indicate that pixels are multiplied by different coefficients?
a) Weighted average
b) Squared average
c) Spatial average
d) None of the Mentioned
Answer: a
Explanation: It is called weighted average since more importance(weight) is given to some pixels.
86) The non linear spacial filters whose response is based on ordering of the pixels contained is called
_____________.
a) Box filter
b) Square filter
c) Gaussian filter
d) Order-statistic filter
Answer: d
Explanation: It is called Order-statistic filter.
Answer: c
Explanation: It is called salt-and-pepper noise because of its appearance as white and black dots
superimposed on an image.
Answer: c
Explanation: Median filter is the best known Order-statistic filter.
Answer: b
Explanation: It refers to forcing to median intensity of neighbours.
90) Which of the following is best suited for salt-and-pepper noise elimination?
a) Average filter
b) Box filter
c) Max filter
d) Median filter
Answer: d
Explanation: Median filter is better suited than average filter for salt-and-pepper noise elimination.
91) What is the set generated using infinite-value membership functions, called?
a) Crisp set
b) Boolean set
c) Fuzzy set
d) All of the mentioned
Answer: c
Explanation: It is called fuzzy set.
92) Which is the set, whose membership only can be true or false, in bi-values Boolean logic?
a) Boolean set
b) Crisp set
c) Null set
d) None of the mentioned
Answer: b
Explanation: The so called Crisp set is the one in which membership only can be true or false, in bi-
values Boolean logic.
93) If Z is a set of elements with a generic element z, i.e. Z = {z}, then this set is called
_____________
a) Universe set
b) Universe of discourse
c) Derived set
d) None of the mentioned
Answer: b
Explanation: It is called the universe of discourse.
94) A fuzzy set „A‟ in Z is characterized by a ____________ that associates with element of Z, a real
number in the interval [0, 1].
a) Grade of membership
b) Generic element
c) Membership function
d) None of the mentioned
Answer: c
Explanation: A fuzzy set is characterized by a membership function.
95) A fuzzy set is ________ if and only if membership function is identically zero in Z.
a) Empty
b) Subset
c) Complement
d) None of the mentioned
Answer: a
Explanation: It is called an Empty set.
Answer: d
Explanation: All of them are types of Membership functions.
Answer: d
Explanation: All of the mentioned above are types of Membership functions.
98) Using IF-THEN rule to create the output of fuzzy system is called __________.
a) Inference
b) Implication
c) Both the mentioned
d) None of the mentioned
Answer: c
Explanation: It is called Inference or Implication.
a) Maturity
b) Membership
c) Generic Element
d) None of the mentioned
Answer: a
Explanation: Maturity is the independent variable of fuzzy output.
Answer: d
Explanation: All of the mentioned above are key steps in fuzzy technique.
Answer: c
Explanation: The principle objective of Sharpening, to highlight transitions is Intensity.
Answer: d
Explanation: Sharpening is achieved using Spatial Differentiation.
Answer: a
Explanation: Image Differentiation enhances Edges and other discontinuities.
Answer: c
Explanation: Image Differentiation de-emphasizes areas with slowly varying intensities.
Answer: d
Explanation: All the three conditions must be satisfied.
Answer: b
Explanation: It is also called Laplacian.
107. The ability that rotating the image and applying the filter gives the same result, as applying the
filter to the image first, and then rotating it, is called ______________________.
a) Isotropic filtering
b) Laplacian
c) Rotation Invariant
d) None of the mentioned
Answer: c
Explanation: It is called Rotation Invariant, although the process used is Isotropic filtering.
108) For a function f(x,y), the gradient of „f‟ at coordinates (x,y) is defined as a
____________________.
Answer: d
Explanation: The gradient is a 2-D column vector.
Answer: a
Explanation: Gradient is used in Industrial inspection, to aid humans, in detection of defects.
Answer: d
Explanation: In Unsharp Masking, all of the above occurs in the order: Blurring, Subtracting the
blurred image and then Adding the mask.
Answer: d
Explanation: All the mentioned options make it difficult to enhance an image.
Answer: b
Explanation: Laplacian is a second-order derivative operator.
113) Response of the gradient to noise and fine detail is _____________ the Laplacian‟s.
a) equal to
b) lower than
c) greater than
d) has no relation with
Answer: b
Explanation: Response of the gradient to noise and fine detail is lower than the Laplacian‟s and can
further be lowered by smoothing.
Answer: d
Explanation: It can be solved by Histogram Specification but it is better handled by Power-law
Transformation.
Answer: c
Explanation: The smallest possible value of a gradient image is 0.
Answer: c
Explanation: Histogram Equalization fails to work on dark intensity distributions.
Answer: c
Explanation: Nuclear Whole Body Scan is used to detect diseases such as bone infection and tumors
118) How do you bring out more of the skeletal detail from a Nuclear Whole Body Bone Scan?
a) Sharpening
b) Enhancing
c) Transformation
d) None of the mentioned
Answer: a
Explanation: Sharpening is used to bring out more of the skeletal detail.
Answer: c
Explanation:Increasing the dynamic range of the sharpened image is the final step in enhancement.
Answer:a
Explanation: Using a mask, formed from the smoothed version of the gradient image, can be used for
median filtering.