Fuzzy Techinique for Intensity Transformation and Spatial Filter
Fuzzy Techinique for Intensity Transformation and Spatial Filter
Membership Functions
- Triangular Membership Function
- Trapezoidal Membership Function
- Gaussian Membership Function
- Sigmoidal Membership Function
- Bell-Shaped Membership Functionction
Spatial filters
Conclusions
Introduction
01/19/20
25
Membership Functions Overview
Fuzzy Membership Functions are mathematical functions that
represent the degree to which an element belongs to a fuzzy set.
Common membership functions include:
- Triangular Membership Function
- Trapezoidal Membership Function
- Gaussian Membership Function
- Sigmoidal Membership Function
- Bell-Shaped Membership Function
01/19/20
25
Membership Functions ....
01/19/20
25
Triangular Membership Function
• Formula:
• Parameters: a, b, c
• Triangular membership functions are simple and linear
functions commonly used in fuzzy logic, making them
easy to implement.
Trapezoidal Membership Function
• Formula:
• Parameters: a, b, c, d
• Trapezoidal functions are similar to triangular ones but
have a flat top, making them suitable for ranges of values.
Gaussian Membership Function
• Formula:
01/19/20
25
Uploading Images
Uploading with Google Colab:
Allows easy interaction for image processing
tasks.
Use the following code to upload an image:
from google.colab import files
uploaded = files.upload()
Displays a file upload widget to select an
image.
01/19/20
25
Code Example: Intensity Transformation
01/19/20
25
Advantages of Fuzzy Techniques
• Computational complexity
• Subjectivity in defining membership functions
• Difficulties in selecting appropriate parameters
Applications
Medical Imaging: Enhance X-rays, MRIs, and CT
scans.
Remote Sensing: Extract terrain features from satellite
imagery.
Industrial Automation: Detect product defects and
edges.
Photography: Improve image clarity and noise
reduction.
01/19/20
25
Conclusion
Intensity transformations improve contrast and
detail visibility.
Spatial filtering removes noise and highlights key
features.
Fuzzy techniques significantly enhance image
processing capabilities by handling uncertainty and
improving image clarity
Fuzzy techniques significantly enhance image
processing capabilities.
01/19/20
25
Thank You!!!
01/19/20
25