Intensity Transformations and Spatial Filtering Teferi Zeleke
Intensity Transformations and Spatial Filtering Teferi Zeleke
Purpose:
• the function is used to determine how
much an intensity value contributes to the
transformation, allowing for smoother
transitions and better handling of noise.
Teferi Shiferaw 01/19/2025
Fuzzy Spatial Filtering
Mathematical Formulation:
• Fuzzy spatial filtering can be implemented using fuzzy rules to determine the output pixel value
based on the values of neighboring pixels. A common approach is to use a fuzzy average.
Parameters:
I′(x,y) : Output pixel value at position (x,y).
I(i,j) : Intensity value of the neighboring pixel at
position (i,j).
N(x,y): Neighborhood of the pixel at (x,y).
μ(I(i,j)): Fuzzy membership value of the intensity
I(i,j)
Purpose: The formula allows for the smoothing of
images while preserving edges by weighing the
contributions of neighboring pixels based on their
fuzzy membership values.
Teferi Shiferaw 01/19/2025
Teferi Shiferaw 01/19/2025
Teferi Shiferaw 01/19/2025
Teferi Shiferaw 01/19/2025
Teferi Shiferaw 01/19/2025
Teferi Shiferaw 01/19/2025
Conclusion