1.

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.



Discussion

No Comment Found

Related InterviewSolutions