InterviewSolution
Saved Bookmarks
| 1. |
If r be the gray-level of image before processing and s after processing then which expression defines the negative transformation, for the gray-level in the range [0, L-1]?(a) s = L – 1 – r(b) s = crᵞ, c and ᵞ are positive constants(c) s = c log (1 + r), c is a constant and r ≥ 0(d) none of the mentionedThis question was addressed to me during an interview.My question is taken from Basic Grey Level Transformation topic in division Image Enhancement of Digital Image Processing |
|
Answer» The correct ANSWER is (a) s = L – 1 – R |
|