September 2011
Beginner to intermediate
704 pages
15h 44m
English
Chapter 9
Histogram processing
What will we learn?
9.1 Image histogram: definition and example
The histogram of a monochrome image is a graphical representation of the frequency of occurrence of each gray level in the image. The data structure that stores the frequency values is a 1D array of numerical values,
, whose individual elements store the number (or percentage) of image pixels that correspond to each possible gray level.
Each individual histogram entry can be expressed mathematically as
Here,
0, 1, ..., , where is the number of gray levels of the digitized image, and denotes the cardinality ...
Read now
Unlock full access