SlideShare a Scribd company logo
Digital Image processing
What is an image?
An image is defined as a two-dimensional function, F(x,y), where x and y are
spatial coordinates, and the amplitude of F at any pair of coordinates (x,y) is
called the intensity of that image at that point. When x,y, and amplitude values
of F are finite, we call it a digital image.
In other words, an image can be defined by a two-dimensional array specifically arranged in rows and columns.
Digital Image is composed of a finite number of elements, each of which elements have a particular value at a
particular location.These elements are referred to as picture elements ,image elements,and pixels.
A Pixel is most widely used to denote the elements of a Digital Image
Image as a Matrix
As we know, images are represented in rows and columns we have the
following syntax in which images are represented:
The right side of this equation is digital image by definition. Every element of this matrix
is called image element , picture element , or pixel.
Introduction to the Image processing
□ Image processing is a method to perform some operations on an image, in
order to get an enhanced image or to extract some useful information from
it. It is a type of signal processing in which input is an image and output
may be image or characteristics/features associated with that image.
□ Image processing basically includes the following three steps:
▪ Importing the image via image acquisition tools
▪ Analyzing and manipulating the image;
▪ Output in which result can be altered image or report that is based on
image analysis.
Introduction to the Image processing
There are two types of methods used for image
processing namely, analogue and digital image processing.
□ Analogue image processing can be used for the hard copies like printouts
and photographs. Image analysts use various fundamentals of
interpretation while using these visual techniques.
□ The analog image processing is applied on analog signals and it processes
only two-dimensional signals. The images are manipulated by electrical
signals. In analog image processing, analog signals can be periodic or
non-periodic
Examples of analog images are television images, photographs, paintings,
Introduction to the Image processing
□ Digital image processing techniques help in manipulation of the digital
images by using computers.
□ A digital image processing is applied to digital images (a matrix of small
pixels and elements). For manipulating the images, there is a number of
software and algorithms that are applied to perform changes. Digital image
processing is one of the fastest growing industry which affects everyone's
life.
Examples of digital images are color processing, image recognition, video
processing, etc
Introduction to the Image processing
Analog Image Processing vs. Digital Image Processing
quality of images.
Analog Image Processing Digital Image Processing
The analog image processing is applied on The digital image processing is applied to digital
analog signals and it processes only signals that work on analyzing and manipulating the two-
dimensional signals. images.
Analog signal is time-varying signals so the It improves the digital quality of the image and
images formed under analog image intensity distribution is perfect in it.
processing get varied.
Analog image processing is a slower and Digital image processing is a cheaper and fast image
costlier process. storage and retrieval process.
Analog signal is a real-world but not good It uses good image compression techniques that
reduce the amount of data required and produce good
quality of images
into tiny components.
It is generally continuous and not broken It uses an image segmentation technique which is used
to detect discontinuity which occurs due to a broken
connection path.
Introduction to the DIP
□ Digital image processing deals with manipulation of digital images
through a digital computer. It is a subfield of signals and systems but focus
particularly on images. DIP focuses on developing a computer system that
is able to perform processing on an image.
□ Digital Image Processing is a software which is used in image processing.
For example: computer graphics, signals, photography, camera
mechanism, pixels, etc.
□ Digital Image Processing provides a platform to perform various
operations like image enhancing, processing of analog and digital signals,
image signals, voice signals etc.
Introduction to the DIP
Introduction to the DIP
Different Dimention
1-D Pictures: One-dimensional pictures are those containing only one dimension.
This is only possible when you're dealing with a line, as the only dimension you
have is length.
2-D Pictures: One type of picture you can come across in real life is the two-
dimensional one. The two dimensions depicted are length and width and the
objects on the picture are flat.
3-D Pictures: Three-dimensional pictures contain yet another dimension: depth.
This type is the most realistic one, as the depiction of objects or environments
resembles the way we see them through our own eyes
Different Dimention
Concept of Pixel
The full form of the pixel is "Picture Element." It is also known as "PEL." Pixel
is the smallest element of an image on a computer display, whether they are
LCD or CRT monitors. A screen is made up of a matrix of thousands or
millions of pixels. A pixel is represented with a dot or a square on a computer
screen.
Concept of Pixel
Each pixel has a value, or we can say a unique logical address. It can have only one color at
a time. Colour of a pixel is determined by the number of bits which is used to represent it. A
resolution of a computer screen depends upon graphics card and display monitor, the
quantity, size and color combination of pixels.
Concept of Pixel
Concept of Pixel
Calculation of the total number of pixels
Below is the formula to calculate the total number of pixel in an
image.
For example: let rows=300 & columns=200
Total number of pixels= 300 X 200
= 500
Concept of Pixel
Pixel value(0)
As we know that each pixel has a unique value. 0 is a unique value that means the absence
of light. It means that 0 is used to denote dark.
We have a matrix of 3X3 of an image, and each pixel is of value as shown below:
It means the image formed is of 9 pixels which are black.
The image would be something as below:
Types of an image
BINARY IMAGE– The binary image as its name suggests, contain only two pixel
elements i.e 0 & 1,where 0 refers to black and 1 refers to white. This image is also known
as Monochrome.
It is the simplest type of image. It takes only two values i.e, Black and White or 0 and 1.
The binary image consists of a 1-bit image and it takes only 1 binary digit to represent a
pixel. Binary images are mostly used for general shape or outline.
Types of an image
Gray-scale images
Grayscale images are monochrome images, Means they have only one color. Grayscale
images do not contain any information about color. Each pixel determines available
different grey levels.
A normal grayscale image contains 8 bits/pixel data, which has 256 different grey levels.
Types of an image
Colour images
Colour images are three band monochrome images in which, each band contains a different
color and the actual information is stored in the digital image. The color images contain
gray level information in each spectral band.
The images are represented as red, green and blue (RGB images). And each color image
has 24 bits/pixel means 8 bits for each of the three color band(RGB).
Types of an image
Pixels, Dots, and Lines per Inch
Megapixels
A digital camera uses pixel elements (also known as a pixel) to
capture images. More number of pixels makes the better
resolution of that image.
Formula to calculate megapixel of a camera:
Pixels, Dots, and Lines per Inch
Example:
Let's take dimension of an image: 2500 X 3192
So, according to formula
(2500 * 3192) / 1 Million = 7.9 = 8 megapixel
(approx).
Pixels, Dots, and Lines per Inch
Aspect ratio:
Aspect ratio is the ratio between height and width of an image. A colon is used to
separate two numbers. Different images on different screens have a different
ratio.
Essentially, it describes an image's shape. Aspect ratios are written as a formula
of width to height, like this: 3:2. For example, a square image has an aspect ratio
of 1:1, since the height and width are the same.
Common aspect ratio is as follows:
1.33:1, 1.37:1, 1.43:1, 1.50:1, 1.56:1, 1.66:1, 1.75:1, 1.78:1, 1.85:1, 2.00:1, e.t.c
Advantage
1. It maintains balance in the appearance of an image (ratio between horizontal and vertical
pixel).
2. When the aspect ratio is increased, images do not distort.
Pixels, Dots, and Lines per Inch
Math-01: Here is a grayscale image given with aspect ratio 2:5, and the resolution of the image is 480000
pixels.
Calculate the following things:
□ Dimensions of the image.
□ R =?
□ C =?
□ Size of the image.
Pixels, Dots, and Lines per Inch
Comparing equation 1 and equation 2

More Related Content

Similar to Introduction to Image Processing_Lecture01

Dip unit-i-ppt academic year(2016-17)
Dip unit-i-ppt academic year(2016-17)Dip unit-i-ppt academic year(2016-17)
Dip unit-i-ppt academic year(2016-17)
RagavanK6
 
Unit ii
Unit iiUnit ii
Unit ii
swapnasalil
 
Digital imaging
Digital imagingDigital imaging
Digital imaging
Indian dental academy
 
An Introduction to digital image processing
An Introduction to digital image processingAn Introduction to digital image processing
An Introduction to digital image processing
nastaranEmamjomeh1
 
Fundamentals Image and Graphics
Fundamentals Image and GraphicsFundamentals Image and Graphics
Fundamentals Image and Graphics
Shrawan Adhikari
 
An Introduction to Digital Image Analysis.pdf
An Introduction to Digital Image Analysis.pdfAn Introduction to Digital Image Analysis.pdf
An Introduction to Digital Image Analysis.pdf
The Lifesciences Magazine
 
computervision1.pdf it is about computer vision
computervision1.pdf it is about computer visioncomputervision1.pdf it is about computer vision
computervision1.pdf it is about computer vision
shesnasuneer
 
Unit iv graphics
Unit iv  graphicsUnit iv  graphics
Unit iv graphics
Arnav Chowdhury
 
Optical Watermarking Literature survey....
Optical Watermarking Literature survey....Optical Watermarking Literature survey....
Optical Watermarking Literature survey....
Arif Ahmed
 
1 [Autosaved].pptx
1 [Autosaved].pptx1 [Autosaved].pptx
1 [Autosaved].pptx
SsdSsd5
 
DIGITAL IMAGE PROCESSING.docx
DIGITAL IMAGE  PROCESSING.docxDIGITAL IMAGE  PROCESSING.docx
DIGITAL IMAGE PROCESSING.docx
SeduMadavan
 
Image Processing(Beta1)
Image Processing(Beta1)Image Processing(Beta1)
Image Processing(Beta1)
Thedarkangel1
 
Image processing
Image processingImage processing
Image processing
Mohammed Abraruddin
 
2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)
moemi1
 
YCIS_Forensic PArt 1 Digital Image Processing.pptx
YCIS_Forensic PArt 1 Digital Image Processing.pptxYCIS_Forensic PArt 1 Digital Image Processing.pptx
YCIS_Forensic PArt 1 Digital Image Processing.pptx
SharmilaMore5
 
Biomedical image processing ppt
Biomedical image processing pptBiomedical image processing ppt
Biomedical image processing ppt
Priyanka Goswami
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
Ankur Nanda
 
Digital image processing & computer graphics
Digital image processing & computer graphicsDigital image processing & computer graphics
Digital image processing & computer graphics
Ankit Garg
 
new ai techniques.pptx
new ai techniques.pptxnew ai techniques.pptx
new ai techniques.pptx
SanandMishra
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
manpreetgrewal
 

Similar to Introduction to Image Processing_Lecture01 (20)

Dip unit-i-ppt academic year(2016-17)
Dip unit-i-ppt academic year(2016-17)Dip unit-i-ppt academic year(2016-17)
Dip unit-i-ppt academic year(2016-17)
 
Unit ii
Unit iiUnit ii
Unit ii
 
Digital imaging
Digital imagingDigital imaging
Digital imaging
 
An Introduction to digital image processing
An Introduction to digital image processingAn Introduction to digital image processing
An Introduction to digital image processing
 
Fundamentals Image and Graphics
Fundamentals Image and GraphicsFundamentals Image and Graphics
Fundamentals Image and Graphics
 
An Introduction to Digital Image Analysis.pdf
An Introduction to Digital Image Analysis.pdfAn Introduction to Digital Image Analysis.pdf
An Introduction to Digital Image Analysis.pdf
 
computervision1.pdf it is about computer vision
computervision1.pdf it is about computer visioncomputervision1.pdf it is about computer vision
computervision1.pdf it is about computer vision
 
Unit iv graphics
Unit iv  graphicsUnit iv  graphics
Unit iv graphics
 
Optical Watermarking Literature survey....
Optical Watermarking Literature survey....Optical Watermarking Literature survey....
Optical Watermarking Literature survey....
 
1 [Autosaved].pptx
1 [Autosaved].pptx1 [Autosaved].pptx
1 [Autosaved].pptx
 
DIGITAL IMAGE PROCESSING.docx
DIGITAL IMAGE  PROCESSING.docxDIGITAL IMAGE  PROCESSING.docx
DIGITAL IMAGE PROCESSING.docx
 
Image Processing(Beta1)
Image Processing(Beta1)Image Processing(Beta1)
Image Processing(Beta1)
 
Image processing
Image processingImage processing
Image processing
 
2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)
 
YCIS_Forensic PArt 1 Digital Image Processing.pptx
YCIS_Forensic PArt 1 Digital Image Processing.pptxYCIS_Forensic PArt 1 Digital Image Processing.pptx
YCIS_Forensic PArt 1 Digital Image Processing.pptx
 
Biomedical image processing ppt
Biomedical image processing pptBiomedical image processing ppt
Biomedical image processing ppt
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
Digital image processing & computer graphics
Digital image processing & computer graphicsDigital image processing & computer graphics
Digital image processing & computer graphics
 
new ai techniques.pptx
new ai techniques.pptxnew ai techniques.pptx
new ai techniques.pptx
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 

Recently uploaded

DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
ijaia
 
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
vmspraneeth
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
21UME003TUSHARDEB
 
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
MadhavJungKarki
 
Mechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineeringMechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineering
sachin chaurasia
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
upoux
 
Height and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdfHeight and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdf
q30122000
 
TIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptxTIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptx
CVCSOfficial
 
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Transcat
 
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
Addu25809
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
nedcocy
 
2. protection of river banks and bed erosion protection works.ppt
2. protection of river banks and bed erosion protection works.ppt2. protection of river banks and bed erosion protection works.ppt
2. protection of river banks and bed erosion protection works.ppt
abdatawakjira
 
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptxSENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
b0754201
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
harshapolam10
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
UReason
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
Kamal Acharya
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
Prakhyath Rai
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
Paris Salesforce Developer Group
 

Recently uploaded (20)

DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
 
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
1FIDIC-CONSTRUCTION-CONTRACT-2ND-ED-2017-RED-BOOK.pdf
 
Mechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineeringMechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineering
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
 
Height and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdfHeight and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdf
 
TIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptxTIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptx
 
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
 
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
 
2. protection of river banks and bed erosion protection works.ppt
2. protection of river banks and bed erosion protection works.ppt2. protection of river banks and bed erosion protection works.ppt
2. protection of river banks and bed erosion protection works.ppt
 
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptxSENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
 

Introduction to Image Processing_Lecture01

  • 1. Digital Image processing What is an image? An image is defined as a two-dimensional function, F(x,y), where x and y are spatial coordinates, and the amplitude of F at any pair of coordinates (x,y) is called the intensity of that image at that point. When x,y, and amplitude values of F are finite, we call it a digital image. In other words, an image can be defined by a two-dimensional array specifically arranged in rows and columns. Digital Image is composed of a finite number of elements, each of which elements have a particular value at a particular location.These elements are referred to as picture elements ,image elements,and pixels. A Pixel is most widely used to denote the elements of a Digital Image
  • 2. Image as a Matrix As we know, images are represented in rows and columns we have the following syntax in which images are represented: The right side of this equation is digital image by definition. Every element of this matrix is called image element , picture element , or pixel.
  • 3. Introduction to the Image processing □ Image processing is a method to perform some operations on an image, in order to get an enhanced image or to extract some useful information from it. It is a type of signal processing in which input is an image and output may be image or characteristics/features associated with that image. □ Image processing basically includes the following three steps: ▪ Importing the image via image acquisition tools ▪ Analyzing and manipulating the image; ▪ Output in which result can be altered image or report that is based on image analysis.
  • 4. Introduction to the Image processing There are two types of methods used for image processing namely, analogue and digital image processing. □ Analogue image processing can be used for the hard copies like printouts and photographs. Image analysts use various fundamentals of interpretation while using these visual techniques. □ The analog image processing is applied on analog signals and it processes only two-dimensional signals. The images are manipulated by electrical signals. In analog image processing, analog signals can be periodic or non-periodic Examples of analog images are television images, photographs, paintings,
  • 5. Introduction to the Image processing □ Digital image processing techniques help in manipulation of the digital images by using computers. □ A digital image processing is applied to digital images (a matrix of small pixels and elements). For manipulating the images, there is a number of software and algorithms that are applied to perform changes. Digital image processing is one of the fastest growing industry which affects everyone's life. Examples of digital images are color processing, image recognition, video processing, etc
  • 6. Introduction to the Image processing
  • 7. Analog Image Processing vs. Digital Image Processing quality of images. Analog Image Processing Digital Image Processing The analog image processing is applied on The digital image processing is applied to digital analog signals and it processes only signals that work on analyzing and manipulating the two- dimensional signals. images. Analog signal is time-varying signals so the It improves the digital quality of the image and images formed under analog image intensity distribution is perfect in it. processing get varied. Analog image processing is a slower and Digital image processing is a cheaper and fast image costlier process. storage and retrieval process. Analog signal is a real-world but not good It uses good image compression techniques that reduce the amount of data required and produce good quality of images into tiny components. It is generally continuous and not broken It uses an image segmentation technique which is used to detect discontinuity which occurs due to a broken connection path.
  • 8. Introduction to the DIP □ Digital image processing deals with manipulation of digital images through a digital computer. It is a subfield of signals and systems but focus particularly on images. DIP focuses on developing a computer system that is able to perform processing on an image. □ Digital Image Processing is a software which is used in image processing. For example: computer graphics, signals, photography, camera mechanism, pixels, etc. □ Digital Image Processing provides a platform to perform various operations like image enhancing, processing of analog and digital signals, image signals, voice signals etc.
  • 11. Different Dimention 1-D Pictures: One-dimensional pictures are those containing only one dimension. This is only possible when you're dealing with a line, as the only dimension you have is length. 2-D Pictures: One type of picture you can come across in real life is the two- dimensional one. The two dimensions depicted are length and width and the objects on the picture are flat. 3-D Pictures: Three-dimensional pictures contain yet another dimension: depth. This type is the most realistic one, as the depiction of objects or environments resembles the way we see them through our own eyes
  • 13. Concept of Pixel The full form of the pixel is "Picture Element." It is also known as "PEL." Pixel is the smallest element of an image on a computer display, whether they are LCD or CRT monitors. A screen is made up of a matrix of thousands or millions of pixels. A pixel is represented with a dot or a square on a computer screen.
  • 14. Concept of Pixel Each pixel has a value, or we can say a unique logical address. It can have only one color at a time. Colour of a pixel is determined by the number of bits which is used to represent it. A resolution of a computer screen depends upon graphics card and display monitor, the quantity, size and color combination of pixels.
  • 17. Calculation of the total number of pixels Below is the formula to calculate the total number of pixel in an image. For example: let rows=300 & columns=200 Total number of pixels= 300 X 200 = 500
  • 18. Concept of Pixel Pixel value(0) As we know that each pixel has a unique value. 0 is a unique value that means the absence of light. It means that 0 is used to denote dark. We have a matrix of 3X3 of an image, and each pixel is of value as shown below: It means the image formed is of 9 pixels which are black. The image would be something as below:
  • 19. Types of an image BINARY IMAGE– The binary image as its name suggests, contain only two pixel elements i.e 0 & 1,where 0 refers to black and 1 refers to white. This image is also known as Monochrome. It is the simplest type of image. It takes only two values i.e, Black and White or 0 and 1. The binary image consists of a 1-bit image and it takes only 1 binary digit to represent a pixel. Binary images are mostly used for general shape or outline.
  • 20. Types of an image Gray-scale images Grayscale images are monochrome images, Means they have only one color. Grayscale images do not contain any information about color. Each pixel determines available different grey levels. A normal grayscale image contains 8 bits/pixel data, which has 256 different grey levels.
  • 21. Types of an image Colour images Colour images are three band monochrome images in which, each band contains a different color and the actual information is stored in the digital image. The color images contain gray level information in each spectral band. The images are represented as red, green and blue (RGB images). And each color image has 24 bits/pixel means 8 bits for each of the three color band(RGB).
  • 22. Types of an image
  • 23. Pixels, Dots, and Lines per Inch Megapixels A digital camera uses pixel elements (also known as a pixel) to capture images. More number of pixels makes the better resolution of that image. Formula to calculate megapixel of a camera:
  • 24. Pixels, Dots, and Lines per Inch Example: Let's take dimension of an image: 2500 X 3192 So, according to formula (2500 * 3192) / 1 Million = 7.9 = 8 megapixel (approx).
  • 25. Pixels, Dots, and Lines per Inch Aspect ratio: Aspect ratio is the ratio between height and width of an image. A colon is used to separate two numbers. Different images on different screens have a different ratio. Essentially, it describes an image's shape. Aspect ratios are written as a formula of width to height, like this: 3:2. For example, a square image has an aspect ratio of 1:1, since the height and width are the same. Common aspect ratio is as follows: 1.33:1, 1.37:1, 1.43:1, 1.50:1, 1.56:1, 1.66:1, 1.75:1, 1.78:1, 1.85:1, 2.00:1, e.t.c Advantage 1. It maintains balance in the appearance of an image (ratio between horizontal and vertical pixel). 2. When the aspect ratio is increased, images do not distort.
  • 26. Pixels, Dots, and Lines per Inch Math-01: Here is a grayscale image given with aspect ratio 2:5, and the resolution of the image is 480000 pixels. Calculate the following things: □ Dimensions of the image. □ R =? □ C =? □ Size of the image.
  • 27. Pixels, Dots, and Lines per Inch Comparing equation 1 and equation 2