1.

If h(rk) = nk, rk the kth gray level and nk total pixels with gray level rk, is a histogram in gray level range [0, L – 1]. Then how can we normalize a histogram?

A. If each value of histogram is added by total number of pixels in image, say n, p(rk)=nk+n
B. If each value of histogram is subtracted by total number of pixels in image, say n, p(rk)=nk-n
C. If each value of histogram is multiplied by total number of pixels in image, say n, p(rk)=nk * n
D. If each value of histogram is divided by total number of pixels in image, say n, p(rk)=nk / n
Answer» E.


Discussion

No Comment Found

Related MCQs