1.

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.



Discussion

No Comment Found

Related InterviewSolutions