InterviewSolution
Saved Bookmarks
| 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 |
|