InterviewSolution
Saved Bookmarks
| 1. |
If r be the gray-level of image before processing and s after processing then which expression defines the power-law 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 mentionedThe question was asked in final exam.I need to ask this question from Basic Grey Level Transformation in section Image Enhancement of Digital Image Processing |
|
Answer» The CORRECT choice is (b) s = crᵞ, c and ᵞ are POSITIVE constants |
|