Introduction to
Image Processing:
Transformations
and Applications
1-Day Workshop Agenda
VIKAS KUMAR TIWARI
IETE ISF Member
AMCEC
How many of you have
used photo filters or
edited an image?
• Learn what makes up an
image.
• Understand how
transformations shape visual
data.
• Explore real-world
applications.
Grayscale Image
• A digital image with shades of gray.
• Each pixel has a single intensity value (0 = black, 255 = white).
• Contains no color information.
RGB Image
• A digital image with three color channels: Red, Green, and Blue.
• Each pixel is a combination of these colors, creating a full spectrum.
• Used for color-rich visualizations.
Definitions of:
Resolution: “Total pixels: Width × Height”
Aspect Ratio: “Ratio of width to height”
Example:
“1080p image
= 1920 × 1080 pixels
= Aspect Ratio 16:9.”
Scaling:
"Resize the image."
Rotation: "Rotate around
a point."
Steps to load an image in Python:
Understanding
Vector Space :
Transformation
Matrices
Example.jpg
Image