1.

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.



Discussion

No Comment Found

Related InterviewSolutions