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?
- If each value of histogram is added by total number of pixels in image, say n, p(rk)=nk+n
- If each value of histogram is subtracted by total number of pixels in image, say n, p(rk)=nk-n
- If each value of histogram is multiplied by total number of pixels in image, say n, p(rk)=nk * n
- If each value of histogram is divided 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
need an explanation for this answer? contact us directly to get an explanation for this answer