InterviewSolution
Saved Bookmarks
| 1. |
The transformation T (rk) = ∑^k(j=0) nj /n, k = 0, 1, 2, …, L-1, where L is max gray value possible and r-k is the kth gray level, is called _______(a) Histogram linearization(b) Histogram equalization(c) All of the mentioned(d) None of the mentionedThis question was addressed to me during an online interview.Question is from Histogram Equalization and Processing in portion Image Enhancement of Digital Image Processing |
|
Answer» RIGHT option is (c) All of the mentioned Best explanation: The GIVEN TRANSFORMATION is the equation for the HISTOGRAM equalization also CALLED as Histogram linearization. |
|