Lab#05
“Study of Basic Intensity Functions and Geometric Transformations”
Lab Objectives:
• To understand basic intensity functions of an Image (scaling, rotation, translation etc.)
• To apply geometric transformations to perform enhancement of an image in spatial
domain (Linear, logarithmic, power law and piece wise transformation etc.)
In Lab Tasks:
Task#01: Write a function in MATLAB for the translation of an image.
Task Description:
In this task we translate an image, image translation is one-one mapping. We created a function
for this and noted the results through figures.
Code:
,Command Window:
Figure:
, Flow Chart:
Start
Define function
Read image
Size of an image
Use for loop for translating an image
End
“Study of Basic Intensity Functions and Geometric Transformations”
Lab Objectives:
• To understand basic intensity functions of an Image (scaling, rotation, translation etc.)
• To apply geometric transformations to perform enhancement of an image in spatial
domain (Linear, logarithmic, power law and piece wise transformation etc.)
In Lab Tasks:
Task#01: Write a function in MATLAB for the translation of an image.
Task Description:
In this task we translate an image, image translation is one-one mapping. We created a function
for this and noted the results through figures.
Code:
,Command Window:
Figure:
, Flow Chart:
Start
Define function
Read image
Size of an image
Use for loop for translating an image
End