Okay, Now let's start doing Image Processing exercises on MATLAB.
Before diving in let's start knowing what are the terms "Histograms", "Cumulative Histograms" and "Histogram Equalization" of an image.
Let's see what are those,
Histogram
An image histogram is a type of histogram that acts as a graphical representation of the tonal distribution in a digital image. It plots the number of pixels for each tonal value. By looking at the histogram for a specific image a viewer will be able to judge the entire tonal distribution at a glance.
Cumulative Histogram
A cumulative histogram is a mapping that counts the cumulative number of observations in all of the bins up to the specified bin. That is, the cumulative histogram Mi of a histogram mj is defined as:
Histogram Equalization
Histogram equalization is a method in image processing of contrast adjustment using the image's histogram.
for more definitions visit wikipedia.org
Before diving in let's start knowing what are the terms "Histograms", "Cumulative Histograms" and "Histogram Equalization" of an image.
Let's see what are those,
Histogram
An image histogram is a type of histogram that acts as a graphical representation of the tonal distribution in a digital image. It plots the number of pixels for each tonal value. By looking at the histogram for a specific image a viewer will be able to judge the entire tonal distribution at a glance.
Cumulative Histogram
A cumulative histogram is a mapping that counts the cumulative number of observations in all of the bins up to the specified bin. That is, the cumulative histogram Mi of a histogram mj is defined as:
Histogram Equalization
Histogram equalization is a method in image processing of contrast adjustment using the image's histogram.
for more definitions visit wikipedia.org
Comments
Post a Comment