Login
Remember
Register
Ask a Question
Define Histogram in image processing?
0
votes
asked
May 2, 2020
in
Image processing
by
Robindeniel
Define Histogram in image processing?
#image-processing-histogram
#histogram-image
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 2, 2020
by
SakshiSharma
The histogram of a digital image with gray levels in the range [0, L-1] is a
discrete function h (rk) = nk, where rk is the kth gray level and nk is the number of
pixels in the image having gray level rk.
...