InterviewSolution
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 |
|
| 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 |
|
| 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 |
|
| 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]. |
|
| 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 |
|
| 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]. |
|
| 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) |
|
| 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) |
|
| 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 |
|
| 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) |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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) |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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. |
|