Image Processing Basics
Image Processing Basics
What is image?
• Image is function f(x, y), where f(x, y) is the intensity value at position (x, y).
y f(x, y)
• If the size of a true-color image is 6144 bits find the total no. of pixels
in the image.
Ans: 256 pixel
Histogram
• What is Histogram?
Grayscale value distribution showing the frequency of occurrence of each gray-level
value.
Splits the range of numbers into bins and plots the count within each bin as a bar.
Histogram Equalization
• Technique used to linearize the contrast profile of image by modifying the
intensity distribution of the histogram and results in image enhancement.
• What is Noise?
Noise defined as a process (n) which affects the acquired image (f) and
is not actually the part of the scene (initial signal, s).
p( x, y)=f(a, b, c, d, e ,f, g, h, p)
Types of Filtering Noisy Image Filtered Image
• Mean Filter
• Median Filter
THE END