

MCQOPTIONS
Saved Bookmarks
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(r<sub>k</sub>)=n<sub>k</sub>+n |
B. | If each value of histogram is subtracted by total number of pixels in image, say n, p(r<sub>k</sub>)=n<sub>k</sub>-n |
C. | If each value of histogram is multiplied by total number of pixels in image, say n, p(r<sub>k</sub>)=n<sub>k</sub> * n |
D. | If each value of histogram is divided by total number of pixels in image, say n, p(r<sub>k</sub>)=n<sub>k</sub> / n |
Answer» E. | |