Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

Applying Laplacian has which of the following result(s)?(a) Produces image having greyish edge lines(b) Produces image having featureless background(c) All of the mentioned(d) None of the mentionedI have been asked this question in an interview for job.The question is from Use of Second Order Derivative for Enhancement topic in division Image Enhancement of Digital Image Processing

Answer»

Right choice is (c) All of the mentioned

The BEST I can explain: SINCE, Laplacian is a derivative OPERATOR, so, highlights the gray-level DISCONTINUITIES in an image and deemphasizes areas with slowly varying gray levels. Hence, PRODUCES images having greyish edge lines superimposed on featureless background.

2.

The Laplacian incorporated with diagonal directions, i.e.∇^2 f=[f(x + 1, y) + f(x – 1, y) + f(x, y + 1) + f(x, y – 1) – 8f(x, y)], gives an isotropic result for rotations in increment by what degree?(a) 90^o(b) 0^o(c) 45^o(d) None of the mentionedI have been asked this question by my college professor while I was bunking the class.Query is from Use of Second Order Derivative for Enhancement topic in section Image Enhancement of Digital Image Processing

Answer» CORRECT option is (a) 90^o

The best I can EXPLAIN: The given LAPLACIAN since INCLUDES the diagonal direction, so, gives an isotropic result for45^o incremental rotations.
3.

Which of the following fact is true for the masks that includes diagonal neighbors than the masks that doesn’t?(a) Mask that excludes diagonal neighbors has more sharpness than the masks that doesn’t(b) Mask that includes diagonal neighbors has more sharpness than the masks that doesn’t(c) Both masks have same sharpness result(d) None of the mentionedI got this question during a job interview.I need to ask this question from Laplacian in Frequency Domain topic in portion Image Enhancement of Digital Image Processing

Answer»

Correct option is (B) Mask that INCLUDES diagonal neighbors has more sharpness than the masks that doesn’t

For EXPLANATION I would say: Including diagonal NEIGHBOR pixels enhances sharpness of the image. So, Mask that includes diagonal neighbors has more sharpness than the masks that doesn’t.

4.

Why is scaling of Laplacian filtered images necessary?(a) Because it contain high positive values(b) Because it contain high negative value(c) Because it contain both positive and negative values(d) None of the mentionedI had been asked this question in my homework.The above asked question is from Laplacian in Frequency Domain in division Image Enhancement of Digital Image Processing

Answer»

Correct answer is (c) Because it contain both positive and negative VALUES

Explanation: A Laplacian filtered image contain both positive and negative values of COMPARABLE MAGNITUDES. So, SCALING is NECESSARY.

5.

An enhanced image can be obtained as: g(x,y)=f(x,y)-∇^2 f(x,y), where Laplacian is being subtracted from f(x, y) the input image of size M*Non which an operation f(x, y)(-1)x+yis applied.Unlike enhancing in spatial domain with one single mask, it is possible to perform the same in frequency domain using one filter. Which of the following is/are the required filter(s)?(a) H(u, v)= -[1 + u^2+ v^2].(b) H(u, v)= -[(u – M/2)2+ (v– N/2)2].(c) H(u, v)= [1 + (u – M/2)2+ (v – N/2)2].(d) All of the mentionedI got this question in exam.Origin of the question is Laplacian in Frequency Domain in portion Image Enhancement of Digital Image Processing

Answer»

The correct option is (c) H(u, V)= [1 + (u – M/2)2+ (v – N/2)2].

To elaborate: The filter H(u, v)= [1 + (u – M/2)2+ (v – N/2)2] is used to perform the same enhancement in frequency DOMAIN LIKE in SPATIAL domain.

6.

Computing the Fourier transform of the Laplacian result in spatial domain is equivalent to multiplying the F(u, v), Fourier transformed function of f(x, y) an input image, and H(u, v), the filter used for implementing Laplacian in frequency domain. This dual relationship is expressed as _________(a) Fourier transform pair notation(b) Laplacian(c) Gradient(d) None of the mentionedThis question was addressed to me during an interview.Asked question is from Laplacian in Frequency Domain topic in chapter Image Enhancement of Digital Image Processing

Answer»

Right answer is (a) Fourier transform pair notation

Best EXPLANATION: The Fourier transform of the Laplacian result in spatial domain is EQUIVALENT to multiplying the F(u, v) and H(u, v). This dual relationship is expressed as Fourier transform pair notation GIVEN by: ∇^2 f(x,y)-[(u – M/2)^2+ (v – N/2)^2]F(u,v), for an IMAGE of size M *N.

7.

An enhanced image can be obtained as: g(x,y)=f(x,y)-∇^2 f(x,y), where Laplacian is being subtracted from f(x, y) the input image. What does this conclude?(a) That the center spike would be negative(b) That the immediate neighbors of center spike would be positive.(c) All of the mentioned(d) None of the mentionedThe question was posed to me by my college professor while I was bunking the class.I need to ask this question from Laplacian in Frequency Domain in section Image Enhancement of Digital Image Processing

Answer» RIGHT option is (c) All of the mentioned

To elaborate: For the above given enhanced image the Laplacian SUBTRACTION suggest that the center COEFFICIENT of Laplacian mask is negative and so the center SPIKE is negative with its IMMEDIATE neighbors being positive.
8.

Assuming that the origin of F(u, v), Fourier transformed function of f(x, y) an input image, has been correlated by performing the operation f(x, y)(-1)x+y prior to taking the transform of the image. If F and f are of same size M*N, then which of the following is an expression for H(u, v), the filter used for implementing Laplacian in frequency domain?(a) H(u, v)= -(u^2+ v^2)(b) H(u, v)= -(u^2– v^2)(c) H(u, v)= -[(u – M/2)^2+ (v – N/2)^2].(d) H(u, v)= -[(u – M/2)^2– (v – N/2)^2].This question was posed to me in an interview for internship.My doubt is from Laplacian in Frequency Domain in division Image Enhancement of Digital Image Processing

Answer»

Right CHOICE is (c) H(u, V)= -[(u – M/2)^2+ (v – N/2)^2].

Easiest explanation: The given OPERATION f(x, y)(-1)x+y shifts the center transform so that (u, v)=(0, 0) is at point (M/2, N/2) and HENCE the filter is: H(u, v)= -[(u – M/2)^2+ (v – N/2)^2].

9.

Computing the Fourier transform of the Laplacian result in spatial domain is equivalent to multiplying the F(u, v), Fourier transformed function of f(x, y) an input image of size M*N, and H(u, v), the filter used for implementing Laplacian in frequency domain. This dual relationship is expressed as Fourier transform pair notation given by_____________(a) ∇^2 f(x,y)↔[(u –M/2)^2+ (v –N/2)^2]F(u,v)(b) ∇^2 f(x,y)↔-[(u+M/2)^2– (v+N/2)^2]F(u,v)(c) ∇^2 f(x,y)↔-[(u –M/2)^2+ (v –N/2)^2]F(u,v)(d) ∇^2 f(x,y)↔[(u+M/2)^2– (v+N/2)^2]F(u,v)This question was posed to me by my school principal while I was bunking the class.The origin of the question is Laplacian in Frequency Domain topic in section Image Enhancement of Digital Image Processing

Answer»

The CORRECT choice is (c) ∇^2 f(x,y)↔-[(U –M/2)^2+ (V –N/2)^2]F(u,v)

Easiest explanation: The Fourier TRANSFORM of the Laplacian result in spatial domain is equivalent to multiplying the F(u, v) and H(u, v). This dual RELATIONSHIP is expressed as Fourier transform pair notation given by:∇^2 f(x,y)↔-[(u – M/2)^2+ (v – N/2)^2]F(u,v), for an image of size M*N.

10.

Assuming that the origin of F(u, v), Fourier transformed function of f(x, y) an input image, has been correlated by performing the operation f(x, y)(-1)x+y prior to taking the transform of the image. If F and f are of same size M*N, where does the point (u, v) =(0,0) shifts?(a) (M -1, N -1)(b) (M/2, N/2)(c) (M+1, N+1)(d) (0, 0)I had been asked this question during an online exam.Question is taken from Laplacian in Frequency Domain in chapter Image Enhancement of Digital Image Processing

Answer»

Right choice is (B) (M/2, N/2)

The explanation: The given operation f(x, y)(-1)x+y SHIFTS the CENTER TRANSFORM so that (u, v)=(0, 0) is at point (M/2, N/2) for F and f of same size M*N.

11.

Assuming that the origin of F(u, v), Fourier transformed function of f(x, y) an input image, has been correlated by performing the operation f(x, y)(-1)x+y prior to taking the transform of the image. If F and f are of same size, then what does the given operation is/are supposed to do?(a) Resize the transform(b) Rotate the transform(c) Shifts the center transform(d) All of the mentionedThis question was posed to me in examination.The doubt is from Laplacian in Frequency Domain topic in division Image Enhancement of Digital Image Processing

Answer»

Right choice is (c) Shifts the center transform

For explanation I WOULD say: The given operation f(x, y)(-1)x+y shifts the center transform so that (U, V)=(0,0) is at POINT (M/2, N/2) for F and f of same size M*N.

12.

The Laplacian in frequency domain is simply implemented by using filter __________(a) H(u, v)= -(u^2– v^2)(b) H(u, v)= -(1)(c) H(u, v)= -(u^2+ v^2)(d) none of the mentionedI got this question by my college professor while I was bunking the class.My doubt stems from Laplacian in Frequency Domain topic in section Image Enhancement of Digital Image Processing

Answer»

Right option is (c) H(u, v)= -(u^2+ v^2)

EASY EXPLANATION: LAPLACIAN in FREQUENCY domain is: I[(∂^2 f(x,y))/∂x^2 +(∂^2 f(x,y))/∂y^2 ]= -(u^2+v^2)F(u,v), where ℑ is the Fourier transform operator and F(u, v) is Fourier transformed function of f(x, y) and -(u^2+ v^2) is the filter.

13.

The expression [∂^2 f(x,y)/∂x^2 +∂^2 f(x,y)/∂y^2] is considered as _________ where f(x, y) is an input image.(a) Laplacian of f(x, y)(b) Gradient of f(x, y)(c) All of the mentioned(d) None of the mentionedThis question was addressed to me during an interview.My question is taken from Laplacian in Frequency Domain topic in chapter Image Enhancement of Digital Image Processing

Answer» RIGHT option is (a) LAPLACIAN of f(X, y)

Explanation: The Laplacian for an IMAGE f(x, y) is defined as: ∇^2 f=∂^2 f/∂x^2 +∂^2 f/∂y^2 .
14.

If the Laplacian in frequency domain is:where is the Fourier transform operator and F(u, v) is Fourier transformed function of f(x, y), then what is -(u^2+ v^2) is considered as?(a) Laplacian operation(b) Filtering operation(c) Shift operation(d) None of the mentionedThe question was asked in semester exam.My question comes from Laplacian in Frequency Domain in division Image Enhancement of Digital Image Processing

Answer»

Right answer is (B) Filtering operation

To explain I would say: The Laplacian in FREQUENCY DOMAIN is simply implemented by USING filter:

H(u, V)= -(u^2+ v^2).

15.

An image has significant edge details. Which of the following fact(s) is/are true for the gradient image and the Laplacian image of the same?(a) The gradient image is brighter than the Laplacian image(b) The gradient image is brighter than the Laplacian image(c) Both the gradient image and the Laplacian image has equal values(d) None of the mentionedThe question was asked in final exam.I would like to ask this question from Use of First Order Derivative for Enhancement in division Image Enhancement of Digital Image Processing

Answer» CORRECT choice is (a) The gradient IMAGE is brighter than the Laplacian image

To EXPLAIN I would say: Because the gradient enhances PROMINENT edges better than Laplacian, so, the Gradient image with significant EDGE detail has higher value than in Laplacian image.
16.

Gradient have some important features. Which of the following is/are some of them?(a) Enhancing small discontinuities in an otherwise flat gray field(b) Enhancing prominent edges(c) All of the mentioned(d) None of the mentionedI have been asked this question during an internship interview.I'd like to ask this question from Use of First Order Derivative for Enhancement in portion Image Enhancement of Digital Image Processing

Answer»

Right OPTION is (c) All of the mentioned

Easy explanation: Since gradient are used in fist order derivative IMAGE enhancement that enhances the DISCONTINUITIES except for in flat areas and PRODUCES thick edge for CONSTANT slope ramp. So, Gradient has all the mentioned features.

17.

Gradient is used in which of the following area(s)?(a) To aid humans in detection of defects(b) As a preprocessing step for automated inspections(c) All of the mentioned(d) None of the mentionedThe question was asked at a job interview.My doubt is from Use of First Order Derivative for Enhancement in chapter Image Enhancement of Digital Image Processing

Answer» CORRECT choice is (c) All of the mentioned

The best explanation: GRADIENT has a usage in both HUMAN ANALYSIS as WELL as a preprocessing step for automated inspections.
18.

A First derivative in image processing is implemented using which of the following given operator(s)?(a) Magnitude of Gradient vector(b) The Laplacian(c) All of the mentioned(d) None of the mentionedI got this question by my school teacher while I was bunking the class.The doubt is from Use of First Order Derivative for Enhancement in division Image Enhancement of Digital Image Processing

Answer»

The correct option is (a) MAGNITUDE of Gradient vector

Best explanation: Magnitude of Gradient vector is USED for implementation of FIRST derivative in image processing, while LAPLACIAN is for second order implementation in image processing.

19.

If for an image function f(x, y), the magnitude of gradient vector is given by: mag(∇f)=[G^2x+G^2y] ^(1/2), then which of the following fact is correct?(a) The component of Gradient vector are linear operator and also the magnitude of the vector(b) The component of Gradient vector are linear operator, but the magnitude are not(c) The component of Gradient vector are nonlinear operator and also the magnitude of the vector(d) The component of Gradient vector are nonlinear operator, but the magnitude are notI got this question during a job interview.My doubt stems from Use of First Order Derivative for Enhancement topic in portion Image Enhancement of Digital Image Processing

Answer» CORRECT CHOICE is (b) The COMPONENT of GRADIENT VECTOR are linear operator, but the magnitude are not

To explain: The component of Gradient vector are linear operator because these are derivatives but the magnitude of the vector are not because of the squaring and square root operations.
20.

What is the sum of the coefficient of the mask defined using gradient?(a) 1(b) -1(c) 0(d) None of the mentionedThe question was posed to me in an international level competition.My query is from Use of First Order Derivative for Enhancement topic in division Image Enhancement of Digital Image Processing

Answer»

Right option is (c) 0

The best explanation: Since, first ORDER DERIVATIVE of a DIGITAL function must be zero in the areas of constant grey values. So, the mask using gradient has a sum 0, so to produce a zero result if APPLIED on constant gray level areas.

21.

Subtracting Laplacian from an image is proportional to which of the following?(a) Unsharp masking(b) Box filter(c) Median filter(d) None of the mentionedThis question was addressed to me in my homework.My question is taken from Use of First Order Derivative for Enhancement topic in section Image Enhancement of Digital Image Processing

Answer» RIGHT option is (a) Unsharp masking

For explanation I would SAY: subtracting Laplacian from an image GIVES:

F(x,y)- ∇^2 f(x,y) = f(x, y) – [f(x + 1, y) + f(x – 1, y) + f(x, y + 1) + f(x, y – 1) – 4f(x, y)]

That on calculation gives 5[1.2 f(x, y) – f ̅(x, y)] ≈ 5[f(x, y) – f(x, y)]

Where f(x, y) – f(x, y) is the unsharp masking definition.
22.

“For very large value of A, a high boost filtered image is approximately equal to the original image”. State whether the statement is true or false?(a) True(b) FalseI got this question during an online exam.This question is from Use of First Order Derivative for Enhancement topic in chapter Image Enhancement of Digital Image Processing

Answer»

The correct choice is (a) True

The best explanation: As the value of A increases, sharpening process contribution becomes LESS IMPORTANT and so at some very LARGE value A, the contribution becomes ALMOST negligible and so high boost filtered image is APPROXIMATELY equal to the original image.

23.

For what value of A this high boost filtering becomes the standard Laplacian sharpening filter?(a) 0(b) 1(c) -1(d) ∞The question was posed to me during an internship interview.My question is from Use of Second Order Derivative for Enhancement in division Image Enhancement of Digital Image Processing

Answer»

The CORRECT OPTION is (b) 1

The best explanation: for A=1 the HIGH BOOST filtering is given by:

.

24.

Which of the following mask(s) is/are used to sharpen images by subtracting a blurred version of original image from the original image itself?(a) Unsharp mask(b) High-boost filter(c) All of the mentioned(d) None of the mentionedThe question was posed to me in a national level competition.The query is from Use of Second Order Derivative for Enhancement in section Image Enhancement of Digital Image Processing

Answer»

Correct ANSWER is (c) All of the mentioned

For explanation: Unsharp MASK sharpens IMAGES by subtracting a BLURRED version of original IMAGE from the original image itself.

A high-boost filter is a generalized form of unsharp mask.

25.

If we use a Laplacian to obtain sharp image for unsharp mask filtered image fs(x, y) of f(x, y) as input image, and if the center coefficient of the Laplacian mask is negative then, which of the following expression gives the high boost filtered image fhb, if ∇^2 f represent Laplacian?(a) fhb = A f(x, y) – ∇^2f(x,y)(b) fhb = A f(x, y) + ∇^2f(x,y)(c) fhb = ∇^2 f(x,y)(d) None of the mentionedI have been asked this question during an online exam.This key question is from Use of Second Order Derivative for Enhancement in portion Image Enhancement of Digital Image Processing

Answer»

The correct ANSWER is (a) FHB = A f(X, y) – ∇^2f(x,y)

The explanation: If LAPLACIAN is used to obtain sharp image for unsharp MASK filtered image, then

.

26.

Which of the following gives an expression for high boost filtered image fhb, if f represents an image, f blurred version of f, fsunsharp mask filtered image and A ≥ 1?(a) fhb = (A – 1) f(x, y) + f(x, y) – f x, y)(b) fhb = A f(x, y) – f(x,y)(c) fhb = (A – 1) f(x, y) + fs(x, y)(d) All of the mentionedI got this question by my school principal while I was bunking the class.I would like to ask this question from Use of Second Order Derivative for Enhancement in division Image Enhancement of Digital Image Processing

Answer»

The correct ANSWER is (d) All of the mentioned

The explanation is: A high-boost FILTER is a generalized FORM of unsharp mask and is GIVEN by:

 fhb = A f(x, y) – f (x, y)

 Or, fhb = (A – 1) f(x, y) + f(x, y) – f(x, y), that can be written as

 fhb = (A – 1) f(x, y) + FS(x, y), where fs(x, y) = f(x, y) – f (x, y).

27.

A mask of size 3*3 is formed using Laplacian including diagonal neighbors that has central coefficient as 9. Then, what would be the central coefficient of same mask if it is made without diagonal neighbors?(a) 5(b) -5(c) 8(d) -8This question was addressed to me in my homework.Query is from Use of Second Order Derivative for Enhancement topic in division Image Enhancement of Digital Image Processing

Answer»

The correct choice is (a) 5

For explanation: The mask FORMED by eliminating DIAGONAL neighbors i.e. 4f(x, y), SINCE each diagonal CONTAIN a -2f(x, y), the mask has 5 as its CENTRAL coefficient.

28.

The Laplacian is which of the following operator?(a) Nonlinear operator(b) Order-Statistic operator(c) Linear operator(d) None of the mentionedThis question was addressed to me in an interview for internship.My enquiry is from Use of Second Order Derivative for Enhancement in chapter Image Enhancement of Digital Image Processing

Answer»

Right choice is (C) Linear operator

Best explanation: DERIVATIVE of any order are linear OPERATIONS and SINCE, Laplacian is the simplest ISOTROPIC derivative operator, so is a linear operator.

Order-Statistics operator are nonlinear operators.

29.

Applying Laplacian produces image having featureless background which is recovered maintaining the sharpness of Laplacian operation by either adding or subtracting it from the original image depending upon the Laplacian definition used. Which of the following is true based on above statement?(a) If definition used has a negative center coefficient, then subtraction is done(b) If definition used has a positive center coefficient, then subtraction is done(c) If definition used has a negative center coefficient, then addition is done(d) None of the mentionedThis question was posed to me during an internship interview.The query is from Use of Second Order Derivative for Enhancement topic in portion Image Enhancement of Digital Image Processing

Answer»

Correct option is (a) If DEFINITION used has a negative center COEFFICIENT, then subtraction is done

To explain: Applying Laplacian PRODUCES image having featureless background which is recovered maintaining the SHARPNESS of Laplacian operation using original image either added if Laplacian definition used has a positive center coefficientor subtracting RESULT from original image if has a negative center coefficient.

30.

The Laplacian ∇^2 f=[f(x + 1, y) + f(x – 1, y) + f(x, y + 1) + f(x, y – 1) – 4f(x, y)], gives an isotropic result for rotations in increment by what degree?(a) 90^o(b) 0^o(c) 45^o(d) None of the mentionedThe question was posed to me in final exam.This intriguing question originated from Use of Second Order Derivative for Enhancement topic in portion Image Enhancement of Digital Image Processing

Answer»

The CORRECT option is (a) 90^o

The explanation is: The GIVEN Laplacian GIVES ISOTROPIC result for 90^o INCREMENTAL rotations.

31.

A Laplacian for an image f(x, y) is defined as:is given by ________(a) [f(x + 1, y) + f(x – 1, y) – 2f(x, y)] and [f(x, y + 1) + f(x, y – 1) – 2f(x, y)] respectively(b) [f(x + 1, y + 1) + f(x, y – 1) – 2f(x, y)] and [f(x , y + 1) + f(x – 1, y) – 2f(x, y)] respectively(c) [f(x, y + 1) + f(x, y – 1) – 2f(x, y)] and [f(x + 1, y) + f(x – 1, y) – 2f(x, y)] respectively(d) None of the mentionedI had been asked this question in homework.I'd like to ask this question from Use of Second Order Derivative for Enhancement in section Image Enhancement of Digital Image Processing

Answer»

The correct answer is (a) [f(x + 1, y) + f(x – 1, y) – 2F(x, y)] and [f(x, y + 1) + f(x, y – 1) – 2f(x, y)] respectively

The explanation is: For a LAPLACIAN given by:∇^2 f=

Applying second order DERIVATIVE in x DIRECTION (∂^2 f)/∂x^2= [f(x + 1, y) + f(x – 1, y) – 2f(x, y)], and

Applying second order derivative in y direction (∂^2 f)/∂y^2 = [f(x, y + 1) + f(x, y – 1) – 2f(x, y)].

32.

In isotropic filtering, which of the following is/are the simplest isotropic derivative operator?(a) Laplacian(b) Gradient(c) All of the mentioned(d) None of the mentionedI had been asked this question in quiz.This intriguing question comes from Use of Second Order Derivative for Enhancement in chapter Image Enhancement of Digital Image Processing

Answer»

Right option is (a) Laplacian

The BEST explanation: An ISOTROPIC filtering is an example of second order derivative for ENHANCEMENT and uses Laplacian as the simplest derivative operator, while gradient is used with FIRST derivatives.

33.

The standard deviation ‘σ’ at any point in image averaging: σḡ(x, y) = 1/√K σɳ(x, y), where ḡ(x, y) is the average image formed by averaging K different noisy images and ɳ(x, y) is the noise added to an original image f(x, y). What is the relation between K and the variability of the pixel values at each location (x, y)?(a) Increase in K, decreases the noise of pixel values(b) Increase in K, increases the noise of pixel values(c) Decrease in K, decreases the noise of pixel values(d) Decrease in K, increases the noise of pixel valuesThe question was asked in a national level competition.My question comes from Enhancement using Arithmetic Operations in section Image Enhancement of Digital Image Processing

Answer»

The correct option is (a) Increase in K, decreases the noise of pixel values

To explain I would say: As K increases, E {ḡ(x, y)} the expected VALUE approaches f(x, y) the ORIGINAL IMAGE, i.e. decreasing the noise COMPONENT.

34.

A filter is applied to an image whose response is independent of the direction of discontinuities in the image. The filter is/are ________(a) Isotropic filters(b) Box filters(c) Median filter(d) All of the mentionedThis question was addressed to me during an online exam.My question is based upon Use of Second Order Derivative for Enhancement in section Image Enhancement of Digital Image Processing

Answer»

Correct CHOICE is (a) Isotropic filters

Explanation: Isotropic FILTER are ROTATION invariant because it has a same response when APPLIED to the IMAGE first and the after rotating the image.

35.

In Image Averaging enhancement method assumptions are made for a noisy image g(x, y). What is/are those?(a) The noise is correlated at every pair of coordinate (x, y)(b) The noise has average value 1 at every pair of coordinate (x, y)(c) All of the mentioned(d) None of the mentionedThe question was asked in an international level competition.Question is from Enhancement using Arithmetic Operations topic in portion Image Enhancement of Digital Image Processing

Answer»

The correct answer is (d) NONE of the mentioned

Easy EXPLANATION: In Image Averaging enhancement METHOD assumptions are made for a noisy image g(x, y) that at every coordinate (x, y) the noise has 0 AVERAGE value and MUST be uncorrelated.

36.

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 mentionedI had been asked this question in examination.I need to ask this question from Enhancement using Arithmetic Operations topic in portion Image Enhancement of Digital Image Processing

Answer»

The CORRECT choice is (a) Their covariance is 0

The best I can explain: The covariance of two random VARIABLES x i and x J given by: E [(x i – m i) (x j – mj)], E {.} is EXPECTED value of the ARGUMENT and m is the mean. If this covariance turns out to 0, the variables are uncorrelated.

37.

The subtracted image needs to be scaled, if 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 lim its. What is/are those lim its?(a) Very complex method(b) Very difficult to implement(c) The truncation inherent in division by 2 causes loss in accuracy(d) All of the mentionedI had been asked this question during an interview for a job.The doubt is from Enhancement using Arithmetic Operations topic in chapter Image Enhancement of Digital Image Processing

Answer»

The correct option is (C) The truncation inherent in division by 2 causes loss in ACCURACY

Explanation: The GIVEN method is quite simple and easy to IMPLEMENT, however it has the lim itation of accuracy loss because of truncation inherent in division by 2 and also that it doesn’t ENSURE the full range usage.

38.

Which of the following is/are the fundamental factors that need tight control for difference based inspection work?(a) Proper registration(b) Controlled illum ination(c) Noise levels should be low enough so that the variation due to noise won’t affect the difference value much(d) All of the mentionedThe question was asked in homework.I would like to ask this question from Enhancement using Arithmetic Operations topic in portion Image Enhancement of Digital Image Processing

Answer»

The correct option is (d) All of the mentioned

Easy explanation: Proper Registration does special marking into the PRODUCT in case two IMAGES are identical so as the difference won’t create any sense.

Controlled Illum ination is important because changes in illum ination can affect dramatically the difference image values.

Noise levels of a difference image must low enough so that the variation due to noise won’t affect the difference VALUE much.

39.

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 subtraction operation?(a) 0 to 255(b) 0 to 511(c) -255 to 0(d) None of the mentionedThis question was addressed to me by my college professor while I was bunking the class.Question is from Enhancement using Arithmetic Operations in chapter Image Enhancement of Digital Image Processing

Answer»

The correct option is (d) None of the mentioned

Easy EXPLANATION: The RANGE of a result of a subtracted image is -255 m inimum to 255 max imum, if 8-bit channel is USED to display the original images.

40.

The subtraction operation results in areas that appear as dark shades of gray. Why?(a) Because the difference in such areas is little, that yields low value(b) Because the difference in such areas is high, that yields low value(c) Because the difference in such areas is high, that yields high value(d) None of the mentionedI have been asked this question in final exam.I'm obligated to ask this question of Enhancement using Arithmetic Operations topic in chapter Image Enhancement of Digital Image Processing

Answer»

Correct option is (a) Because the difference in such AREAS is little, that yields low value

The EXPLANATION is: There remains a little CHANGE in some areas in the images to be SUBTRACTED that yields low value and so the result appears as dark shades of gray.

41.

Which of the following is/are more commercially successful image enhancement method in mask mode radiography, an area under medical imaging?(a) Addition(b) Subtraction(c) Multiplication(d) DivisionThis question was posed to me in an interview for job.Origin of the question is Enhancement using Arithmetic Operations in portion Image Enhancement of Digital Image Processing

Answer»

Correct option is (b) SUBTRACTION

Easy explanation: In the given area of medical imaging, a mask of an X-ray image of a region of subject is captured using TV camera is subtracted from image of same region taken after injecting a contrast medium to the BLOODSTREAM. The subtraction result GIVES an ENHANCED detail of how a contrast medium propagates through the bloodstream.

This the best commercially successful METHOD.

42.

Two images having one pixel gray value 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) 01010101I have been asked this question in semester exam.This interesting question is from Enhancement using Logic Operations topic in division Image Enhancement of Digital Image Processing

Answer»

Correct option is (c) 00000100

For EXPLANATION: For AND operation results in 1 only for 1AND 1, else 0.

All the BITS of the GIVEN GRAY value are operated similar resulting in 00000100.

43.

Which of the following arithmetic operator is primarily used as a masking operator in enhancement?(a) Addition(b) Subtraction(c) Multiplication(d) DivisionI had been asked this question during an internship interview.The question is from Enhancement using Logic Operations in portion Image Enhancement of Digital Image Processing

Answer»

The CORRECT option is (c) MULTIPLICATION

To ELABORATE: Multiplication of one image by ANOTHER is USED as a gray-level mask.

44.

Which of the following operations are used for masking?(a) AND, OR(b) AND, NOT(c) NOT, OR(d) All of the mentionedThis question was addressed to me during an interview.The question is from Enhancement using Logic Operations topic in chapter Image Enhancement of Digital Image Processing

Answer»

Right CHOICE is (c) NOT, OR

To elaborate: AND, OR operators are used for MASKING, while NOT works as NEGATIVE transformation.

45.

Which of the following operation(s) is/are equivalent to negative transformation?(a) AND(b) OR(c) NOT(d) All of the mentionedI had been asked this question by my school principal while I was bunking the class.This interesting question is from Enhancement using Logic Operations in chapter Image Enhancement of Digital Image Processing

Answer»

The correct option is (c) NOT

Best explanation: APPLYING NOT operator on a BLACK, 8-bit pixel gives a white, 8-bit pixel, so, is equivalent to NEGATIVE TRANSFORMATION.

46.

Logic operations between two or more images are performed on pixel-by-pixel basis, except for one that is performed on a single image. Which one is that?(a) AND(b) OR(c) NOT(d) None of the mentionedI had been asked this question in a national level competition.This key question is from Enhancement using Logic Operations topic in section Image Enhancement of Digital Image Processing

Answer» RIGHT CHOICE is (c) NOT

To elaborate: Although all the Arithmetic/Logic operations between TWO or more images are performed on pixel-by-pixel basis, except for NOT that is performed on a SINGLE image.
47.

What is the equivalent for a black, 8-bit pixel to be processed under logic operation on gray scale image?(a) A string: 00000000(b) A string: 11111111(c) A string: 10000000(d) A string: 01111111The question was asked during an interview.My enquiry is from Enhancement using Logic Operations in division Image Enhancement of Digital Image Processing

Answer»

Right OPTION is (a) A string: 00000000

The best explanation: LOGIC operation on gray-scale images are done by processing of pixel VALUES as string of binary NUMBERS, so, a black, 8-bit pixel is processed as a string of eight 0’s.

48.

While implementing logic operation on gray-scale images, the processing of pixel values is done as __________(a) String of integer numbers(b) String of floating numbers(c) String of binary numbers(d) None of the mentionedI have been asked this question in an online interview.The question is from Enhancement using Logic Operations in portion Image Enhancement of Digital Image Processing

Answer»

Right option is (C) String of binary numbers

Explanation: Logic OPERATION on gray-scale images are done by processing of pixel VALUES as string of binary numbers.

49.

Which of the following logical operator(s) is/are functionally complete?(a) AND(b) OR(c) NOT(d) All of the mentionedThis question was posed to me in unit test.My enquiry is from Enhancement using Logic Operations topic in division Image Enhancement of Digital Image Processing

Answer»

The correct choice is (d) All of the mentioned

Best explanation: All the THREE LOGICAL operators given are functionally COMPLETE because all other logical operators can be IMPLEMENTED using these three.

50.

For a local enhancement using mean and variance, what happens if the lowest value of contrast is not restricted as per the willingness of acceptance of value?(a) There wouldn’t be any enhancement(b) Enhancement will occur for areas with standard deviation value > 1(c) Enhancement of the constant areas will also be the part of procedure(d) Enhancement will occur for areas with standard deviation value > 0 and < 1The question was asked in a national level competition.Asked question is from Histogram Specification and Use of Histogram Statistics for Image Enhancement in portion Image Enhancement of Digital Image Processing

Answer» CORRECT answer is (c) Enhancement of the constant areas will ALSO be the part of PROCEDURE

Explanation: If the LOWEST value of contrast is not restricted as per the willingness of ACCEPTANCE of value, the Enhancement of the constant areas will also be the part of procedure, since a constant area has standard deviation value 0.