Q:

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?

0

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?


  1. If each value of histogram is added by total number of pixels in image, say n, p(rk)=nk+n
  2. If each value of histogram is subtracted by total number of pixels in image, say n, p(rk)=nk-n
  3. If each value of histogram is multiplied by total number of pixels in image, say n, p(rk)=nk * n
  4. If each value of histogram is divided by total number of pixels in image, say n, p(rk)=nk / n

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (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

total answers (1)

DIGITAL IMAGE PROCESSING (DIP) - IMAGE ENHANCEMENT MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the sum of all components of a normalized ... >>
<< The power-law transformation is given as: s = cr...