SlideShare a Scribd company logo
SHREE DIGAMBER INSTITUTE OF TECHNOLOGY
NEAR BHANDAREJ MOD NH-11,DAUSA
A
SEMINAR PRESENTATION
ON
DIGITAL IMAGE
PROCESSING
PRESENTED BY:-
APOORVA VYAS/ECE/7TH SEM/12EDIEC001
KARAN KUMAR JOSHI/ECE/7TH SEM/12EDIEC007
CONTENTS
Introduction
History of Image Processing
Functional Categories
Steps in Image Processing
Necessity
Filtering in Image Processing
Technologies
Advantages & Disadvantages
Application
Future Scope of Image Processing
INTRODUCTION
DIGITAL IMAGE PROCESSING generally refers to processing of a
2-D picture by a Digital Computer. In other sense it is the
processing of any 2-D data. A Digital image is an array of real
and complex no. represented by finite no of bits.
DIP has its several uses, processes and applications. Here we will
know about them.
H
I
S
T
0
R
Y
 Initially, the digital image processing was implemented
newspaper industry. At that time , the first picture was sent
by submarine cable between London and New York. In early
1920 the printing equipment codec picture was transmitted
and was reconstructed at the receiving
 The Bartlane picture transmission system was used to
transport a picture across the Atlantic.
 In 1960s, the computer perform the meaningful and powerful
image processing tasks. It was known as the birth of digital
image processing.
 The first image of moon was taken by Ranger 7 on 31 july
1964 and was used for geometric corrections.
 Alongwith the space applications , digital image processing is
also used in medical imaging , remote earth resources,
observations and astronomy in 1970s.
Functional Categories
Image
Enhancement
Information
Extraction
Image Restoration
Functional categories in image
processing
IMAGE RESTORATION
f(x, y) g(x, y)
f(x, y)
Noise n(x, y)
Degradation
function
Restoration
filter+
 Image restoration technique is used to improve an image in some sense. This
technique recover an image which has been degraded. So the restorations are
oriented towards modelling the degradation and then applying the inverse
process to recover original image.
 The restoration is obtained an estimated image of the original image. The
above shown model consist of a degradation function with an additive noise
and a restoration filter .
 Here the image f(x, y) degraded by degradation function and the noise is
added so we got the new function g(x, y). Now this is fed to the restoration
filter and we got the estimated image.
IMAGE ENHANCEMENT AND INFORMATION
EXTRACTION
 Image Enhancement :
Enhancement is the
modification of an image
to alter its impact on the
viewer
 Information Extraction :
utilize computers to
provide corrected and
improved images for study
by human interpreters.
STEPS IN IMAGE
PROCESSING
STEP
S
IMAGE
ENHANC
E-MENT
IMAGE ACQUISITIONTV camera) and digitized, if the output of the camera or sensor
is not already
in digital form- an analog-to-digital converter (ADC) digitizes it.
Camera:
Camera consists of 2 parts:
A lens that collects the appropriate type of radiation emitted
from the
object of interest and that forms an image of the real object.
Semiconductor device – so called charged coupled device or
CCD
which converts the irradiance at the image plan into an electrical
signal.
Frame Grabber
Frame Grabber only needs circuits to digitize the electrical
signal (standard
IMAGE ENHANCEMENT
 Image Enhancement is the
process of manipulating an
image so that the result is
more suitable than the
original for specific
applications..
IMAGE RESTORATION
 Improving the
appearance of the
image. Tend to be
mathematical or
probabilities models
of image degradation.
COLOR IMAGE PROCESSING
 The human visual system
can distinguish hundreds
of thousands of different
colour shades and
intensities.
 In an image, a great deal
of extra information may
be contained in the
colour, and this extra
information can then be
used to simplify image
analysis, e.g. object
identification and
extraction based on
colour.
Figure
Figure 1: The visible spectrum.
WAVELETS
 The wavelet transform plays an extremely
crucial role in image compression.
 For image compression applications, wavelet
transform is a more suitable technique
compared to the Fourier transform.
 Because the resulting function after Fourier
transform is a function independent of time.
On the other hand, wavelet transforms are
based on wavelets which are varying frequency
in limited duration. Due to the practicality of
the wavelet transforms, this research paper is
written to investigate the properties and the
improvements that can be made to enhance
the performance of the wavelet transforms.
COMPRESSION Image compression is
minimizing the size in bytes of a
graphics file without degrading
the quality of the image to an
unacceptable level.
 The reduction in file size allows
more images to be stored in a
given amount of disk or memory
space.
 It also reduces the time required
for images to be sent over the
Internet or downloaded from
Web pages.
SEGMENTATION
 Computer tries to separate objects
from the image background.
 It is one of the most difficult tasks in
DIP.
 Segmentation kinds:
Autonomous Segmentation.
Rugged Segmentation (long process to
get successful solution).
Erratic Segmentation.
NECESSITY OF IMAGE PROCESSING
 The digital image is
“invisible” .it must be
prepared for viewing on
one or more o/p
devices(laser printer,
monitor etc. )
 The digital image can be
optimized for the
application by enhancing
for altering the
appearances of structures
within it.
FILTERING IN IMAGE PROCESSINGThe filtering used to eliminating noise.
This filter performs spatial filtering on each
individual pixel in an image using the grey
level values in a square or rectangular
window surrounding each pixel.
For example:
a1 a2 a3
a4 a5 a6 3x3 filter window
a7 a8 a9
The average filter computes the sum of all
pixels in the filter window and then divides
the sum by the number of pixels in the
filter window:
Filtered pixel = (a1 + a2 + a3 + a4 ... + a9)
/ 9
TECHNOLOGIES
USED
TECHs
PIXELIZATION
COMPONENT
ANALYSIS
INDEPENDENT
ANALYSIS
HIDDEN
MARKOV
MODELS
SELF
ORGANIZING
MAPS
NEURAL
NETWORKS
WAVELETS
PIXELIZATIONThe result of enlarging a
digital image further than
the resolution of the
monitor device, usually
72dpi (dots per inch),
causing the individual
pixels making up the
image to become more
prominent, thus causing
a grainy appearance in
the image.
Blurring a part of a
picture by grouping pixel
areas.
PRINCIPLE COMPONENT ANALYSIS
 Principal component analysis PCA
belongs to linear transforms based on
the statistical techniques.
 This method provides a powerful tool
for data analysis and pattern
recognition which is often used in
signal and image processing.
 As a technique for data compression,
data dimension reduction.
 There are various algorithms based on
multivariate analysis or neural
networks that can perform PCA on a
given data set.
 It introduces PCA as a possible tool in
INDEPENDENT COMPONENT ANALYSIS
 Independent component analysis (ICA) is a
statistical and computational technique for
revealing hidden factors that underlie sets of
random variables, measurements, or signals.
 The main concept of ICA applied to images insists
on the idea that each image (subimage) may be
perceived as linear superposition of features ai(x,
y) weighted by coefficients si.
 In case of ICA, features are represented by
columns of mixing matrix ai and si are elements
HIDDEN MARKOV MODEL
 A hidden Markov model (HMM) is a statistical Markov
model in which the system being modeled is assumed to
be a Markov process with unobserved (hidden) states.
 An HMM configuration is described for many-dimensional
image processing by several different ways (line-by-line,
series of presenting elements, etc.).
 The applications to the model calculations and binary
image recovery.
SELF ORGANIZING MAPS
 In image processing the Self Organizing
Maps are used for Image classification and
retrieval(CBIR) ,group the images in different
classes.
 The SOM (Self Organizing Map) Neural
Network or commonly called a Kohonen
Neural Network system is one of the
unsupervised learning model that will
classify the units by the similarity of a
particular pattern to the area in the same
WAVELETS
The wavelet transform plays an extremely crucial role in image
compression.
For image compression applications, wavelet transform is a more
suitable technique
compared to the Fourier transform.
 The resulting function after Fourier transform is a function independent of
time.
 On the other hand, wavelet transforms are based on wavelets which are
varying frequency in limited duration.
 Due to the practicality of the wavelet transforms, this research paper is
written to investigate the properties and the improvements that can be made
to enhance the performance of the wavelet transforms.
ADVANTAGES AND
DISADVANTAGES
ADVANTAGES:-
 Digital image processing made digital image can be noise
free .
 It can be made available in any desired format. (X-rays,
photo negatives, improved image, etc)
 Digital imaging is the ability of the operator to post-
process the image .It means manipulate the pixel shades
to correct image density and contrast .
 Images can be stored in the computer memory and easily
retrieved on the same computer screen .
 Digital imaging allows the electronic transmission of
images to third-party providers
DISADVANTAGES:-
 The initial cost can be high depending on
the system used .
 If computer is crashes then pics that have
not been printed and filed into Book
Albums that are lost.
 Digital cameras which are used for digital
image processing have some
disadvantages like:
Memory Card Problems
Higher Cost
Battery Consumption
APPLICATIONS
Medical
Digital Cinema
Transmission &
coding
Remote
sensing &
Robot vision
Image
processing
architecture
Color processing
Video
processing
Medical Field Application
The common applications of DIP in the
field of medical is
Gamma ray imaging
PET scan
X Ray Imaging
Medical CT
UV imaging
DIGITAL CINEMA
TRANSMISSION AND ENCODING
TRANSMISSION-
 This the process of communication used for the
transmission of images.
 For transmission there are many ways available(internet
,fax ,printer etc.)
ENCODING-
 By the encoding the image is converted in the form which
can be transmitted.
REMOTE SENSING AND ROBOT VISION
HURDEL DETECTION
REMOTE SENSING
IMAGE PROCESSING
ARCHITECTURE
COLOR PROCESSING
Color processing includes
processing of colored
images and different color
spaces that are used. For
example RGB color model,
CMY, HSI. It also involves
transmission, storage,
and encoding of these
color images
VIDEO PROCESSING
A video is nothing but just the very fast
movement of pictures. The quality of the
video depends on the number of
frames/pictures per minute and the
quality of each frame being used. Video
processing involves noise reduction, detail
enhancement, motion detection, frame
rate conversion, aspect ratio conversion,
color space conversion etc.
FUTURE SCOPE
Dip sdit 7
Dip sdit 7

More Related Content

What's hot

Basics of Image processing
Basics of Image processingBasics of Image processing
Basics of Image processing
Paramjeet Singh Jamwal
 
From Image Processing To Computer Vision
From Image Processing To Computer VisionFrom Image Processing To Computer Vision
From Image Processing To Computer Vision
Joud Khattab
 
Image processing
Image processingImage processing
Image processing
pradnya patil
 
imageprocessing-abstract
imageprocessing-abstractimageprocessing-abstract
imageprocessing-abstractJagadeesh Kumar
 
Image processing
Image processingImage processing
Image processing
Varun Raj
 
Image Processing
Image ProcessingImage Processing
Image ProcessingRolando
 
Video processing on dsp
Video processing on dspVideo processing on dsp
Video processing on dsp
Nirma University
 
Digital image processing
Digital image processingDigital image processing
Digital image processingmanpreetgrewal
 
Image processing (Signal Processing)
Image processing (Signal Processing)Image processing (Signal Processing)
Image processing (Signal Processing)
Muhammad Waqas
 
Image Processing
Image ProcessingImage Processing
Image Processing
Raga Deepthi
 
3.introduction onwards deepa
3.introduction onwards deepa3.introduction onwards deepa
3.introduction onwards deepaSafalsha Babu
 
Image processing sw & hw
Image processing sw & hwImage processing sw & hw
Image processing sw & hw
amalalhait
 
Digital Image Processing_ ch1 introduction-2003
Digital Image Processing_ ch1 introduction-2003Digital Image Processing_ ch1 introduction-2003
Digital Image Processing_ ch1 introduction-2003Malik obeisat
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
gayathrysatheesan1
 
Digital Image Processing and gis software systems
Digital Image Processing and gis software systemsDigital Image Processing and gis software systems
Digital Image Processing and gis software systems
Nirmal Kumar
 
Application of image processing
Application of image processingApplication of image processing
Application of image processing
University of Potsdam
 
Image proccessing and its application
Image proccessing and its applicationImage proccessing and its application
Image proccessing and its application
Ashwini Awatare
 
Image Processing ppt
Image Processing pptImage Processing ppt

What's hot (19)

Basics of Image processing
Basics of Image processingBasics of Image processing
Basics of Image processing
 
From Image Processing To Computer Vision
From Image Processing To Computer VisionFrom Image Processing To Computer Vision
From Image Processing To Computer Vision
 
Image processing
Image processingImage processing
Image processing
 
imageprocessing-abstract
imageprocessing-abstractimageprocessing-abstract
imageprocessing-abstract
 
Image processing
Image processingImage processing
Image processing
 
Image Processing
Image ProcessingImage Processing
Image Processing
 
Video processing on dsp
Video processing on dspVideo processing on dsp
Video processing on dsp
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Image processing (Signal Processing)
Image processing (Signal Processing)Image processing (Signal Processing)
Image processing (Signal Processing)
 
Image Processing
Image ProcessingImage Processing
Image Processing
 
3.introduction onwards deepa
3.introduction onwards deepa3.introduction onwards deepa
3.introduction onwards deepa
 
Image processing sw & hw
Image processing sw & hwImage processing sw & hw
Image processing sw & hw
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Digital Image Processing_ ch1 introduction-2003
Digital Image Processing_ ch1 introduction-2003Digital Image Processing_ ch1 introduction-2003
Digital Image Processing_ ch1 introduction-2003
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Digital Image Processing and gis software systems
Digital Image Processing and gis software systemsDigital Image Processing and gis software systems
Digital Image Processing and gis software systems
 
Application of image processing
Application of image processingApplication of image processing
Application of image processing
 
Image proccessing and its application
Image proccessing and its applicationImage proccessing and its application
Image proccessing and its application
 
Image Processing ppt
Image Processing pptImage Processing ppt
Image Processing ppt
 

Viewers also liked

TrustPort – antivirus, antispyware, antispam, firewall – data protection, net...
TrustPort – antivirus, antispyware, antispam, firewall – data protection, net...TrustPort – antivirus, antispyware, antispam, firewall – data protection, net...
TrustPort – antivirus, antispyware, antispam, firewall – data protection, net...
internetsecuritytutorial
 
Seven simple strategies to cut costs
Seven simple strategies to cut costsSeven simple strategies to cut costs
2015 Annual Report for Coaching With Substance
2015 Annual Report for Coaching With Substance2015 Annual Report for Coaching With Substance
2015 Annual Report for Coaching With Substance
Maria Pau, Intl' Best Selling Author, Multiple Award-Winning Coach
 
Coaching with Substance Research Summary 2017
Coaching with Substance Research Summary 2017Coaching with Substance Research Summary 2017
Coaching with Substance Research Summary 2017
Maria Pau, Intl' Best Selling Author, Multiple Award-Winning Coach
 
Презентація для майстер класу з англійської мови
Презентація для майстер класу з англійської мовиПрезентація для майстер класу з англійської мови
Презентація для майстер класу з англійської мови
Галинка Дутчин
 
Webtransfer plan
Webtransfer planWebtransfer plan
Webtransfer plan
Webtransfer Ukraine
 
Saint félicien police department interview questions
Saint félicien police department interview questionsSaint félicien police department interview questions
Saint félicien police department interview questionsselinasimpson997
 
How to ask your in-laws for permission to marry their daughter
How to ask your in-laws for permission to marry their daughterHow to ask your in-laws for permission to marry their daughter
How to ask your in-laws for permission to marry their daughter
Aiden Levy
 
Daily fantasy sports
Daily fantasy sportsDaily fantasy sports
Daily fantasy sports
oddsandpots
 
Німецька
НімецькаНімецька
Німецька
Irinka-mandarinka
 
Applause september 2014
Applause september 2014Applause september 2014
Applause september 2014Dyes Eva
 
Framework for Recovery Oriented Practice
Framework for Recovery Oriented PracticeFramework for Recovery Oriented Practice
Grundläggande sökmotoroptimering (SEO)
Grundläggande sökmotoroptimering (SEO)Grundläggande sökmotoroptimering (SEO)
Grundläggande sökmotoroptimering (SEO)
Håkan Liljeqvist
 
Social impact-enterprise-report-2016
Social impact-enterprise-report-2016Social impact-enterprise-report-2016

Viewers also liked (14)

TrustPort – antivirus, antispyware, antispam, firewall – data protection, net...
TrustPort – antivirus, antispyware, antispam, firewall – data protection, net...TrustPort – antivirus, antispyware, antispam, firewall – data protection, net...
TrustPort – antivirus, antispyware, antispam, firewall – data protection, net...
 
Seven simple strategies to cut costs
Seven simple strategies to cut costsSeven simple strategies to cut costs
Seven simple strategies to cut costs
 
2015 Annual Report for Coaching With Substance
2015 Annual Report for Coaching With Substance2015 Annual Report for Coaching With Substance
2015 Annual Report for Coaching With Substance
 
Coaching with Substance Research Summary 2017
Coaching with Substance Research Summary 2017Coaching with Substance Research Summary 2017
Coaching with Substance Research Summary 2017
 
Презентація для майстер класу з англійської мови
Презентація для майстер класу з англійської мовиПрезентація для майстер класу з англійської мови
Презентація для майстер класу з англійської мови
 
Webtransfer plan
Webtransfer planWebtransfer plan
Webtransfer plan
 
Saint félicien police department interview questions
Saint félicien police department interview questionsSaint félicien police department interview questions
Saint félicien police department interview questions
 
How to ask your in-laws for permission to marry their daughter
How to ask your in-laws for permission to marry their daughterHow to ask your in-laws for permission to marry their daughter
How to ask your in-laws for permission to marry their daughter
 
Daily fantasy sports
Daily fantasy sportsDaily fantasy sports
Daily fantasy sports
 
Німецька
НімецькаНімецька
Німецька
 
Applause september 2014
Applause september 2014Applause september 2014
Applause september 2014
 
Framework for Recovery Oriented Practice
Framework for Recovery Oriented PracticeFramework for Recovery Oriented Practice
Framework for Recovery Oriented Practice
 
Grundläggande sökmotoroptimering (SEO)
Grundläggande sökmotoroptimering (SEO)Grundläggande sökmotoroptimering (SEO)
Grundläggande sökmotoroptimering (SEO)
 
Social impact-enterprise-report-2016
Social impact-enterprise-report-2016Social impact-enterprise-report-2016
Social impact-enterprise-report-2016
 

Similar to Dip sdit 7

Multimodel Operation for Visually1.docx
Multimodel Operation for Visually1.docxMultimodel Operation for Visually1.docx
Multimodel Operation for Visually1.docx
AROCKIAJAYAIECW
 
image processing
image processingimage processing
image processing
Dhriya
 
Unit 1 DIP Fundamentals - Presentation Notes.pdf
Unit 1 DIP Fundamentals - Presentation Notes.pdfUnit 1 DIP Fundamentals - Presentation Notes.pdf
Unit 1 DIP Fundamentals - Presentation Notes.pdf
sdbhosale860
 
Wavelet based image compression technique
Wavelet based image compression techniqueWavelet based image compression technique
Wavelet based image compression techniquePriyanka Pachori
 
Image Processing By SAIKIRAN PANJALA
 Image Processing By SAIKIRAN PANJALA Image Processing By SAIKIRAN PANJALA
Image Processing By SAIKIRAN PANJALA
Saikiran Panjala
 
Matlab Training in Chandigarh
Matlab Training in ChandigarhMatlab Training in Chandigarh
Matlab Training in Chandigarh
E2Matrix
 
Matlab Training in Jalandhar | Matlab Training in Phagwara
Matlab Training in Jalandhar | Matlab Training in PhagwaraMatlab Training in Jalandhar | Matlab Training in Phagwara
Matlab Training in Jalandhar | Matlab Training in Phagwara
E2Matrix
 
Technical Documentation_Embedded_Image_DSP_Projects
Technical Documentation_Embedded_Image_DSP_ProjectsTechnical Documentation_Embedded_Image_DSP_Projects
Technical Documentation_Embedded_Image_DSP_ProjectsEmmanuel Chidinma
 
Image Processing Training in Chandigarh
Image Processing Training in Chandigarh Image Processing Training in Chandigarh
Image Processing Training in Chandigarh
E2Matrix
 
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSFACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
IRJET Journal
 
A Review on Overview of Image Processing Techniques
A Review on Overview of Image Processing TechniquesA Review on Overview of Image Processing Techniques
A Review on Overview of Image Processing Techniques
ijtsrd
 
image processing
image processing image processing
image processing
Krishna Gali
 
image Processing Fundamental Is .ppt
image Processing Fundamental Is     .pptimage Processing Fundamental Is     .ppt
image Processing Fundamental Is .ppt
Desalechali1
 
Image Processing Fundamentals .ppt
Image Processing Fundamentals        .pptImage Processing Fundamentals        .ppt
Image Processing Fundamentals .ppt
Desalechali1
 
IRJET- Proposed Approach for Layout & Handwritten Character Recognization in OCR
IRJET- Proposed Approach for Layout & Handwritten Character Recognization in OCRIRJET- Proposed Approach for Layout & Handwritten Character Recognization in OCR
IRJET- Proposed Approach for Layout & Handwritten Character Recognization in OCR
IRJET Journal
 
Dip review
Dip reviewDip review
Dip review
Harish Reddy
 
A Smart Camera Processing Pipeline for Image Applications Utilizing Marching ...
A Smart Camera Processing Pipeline for Image Applications Utilizing Marching ...A Smart Camera Processing Pipeline for Image Applications Utilizing Marching ...
A Smart Camera Processing Pipeline for Image Applications Utilizing Marching ...
sipij
 
DIPsadasdasfsdfsdfdfasdfsdfsdgsdgdsfgdfgfdg
DIPsadasdasfsdfsdfdfasdfsdfsdgsdgdsfgdfgfdgDIPsadasdasfsdfsdfdfasdfsdfsdgsdgdsfgdfgfdg
DIPsadasdasfsdfsdfdfasdfsdfsdgsdgdsfgdfgfdg
MrVMNair
 
Iaetsd performance analysis of discrete cosine
Iaetsd performance analysis of discrete cosineIaetsd performance analysis of discrete cosine
Iaetsd performance analysis of discrete cosine
Iaetsd Iaetsd
 
Motion detection system
Motion detection systemMotion detection system
Motion detection system
WritingHubUK
 

Similar to Dip sdit 7 (20)

Multimodel Operation for Visually1.docx
Multimodel Operation for Visually1.docxMultimodel Operation for Visually1.docx
Multimodel Operation for Visually1.docx
 
image processing
image processingimage processing
image processing
 
Unit 1 DIP Fundamentals - Presentation Notes.pdf
Unit 1 DIP Fundamentals - Presentation Notes.pdfUnit 1 DIP Fundamentals - Presentation Notes.pdf
Unit 1 DIP Fundamentals - Presentation Notes.pdf
 
Wavelet based image compression technique
Wavelet based image compression techniqueWavelet based image compression technique
Wavelet based image compression technique
 
Image Processing By SAIKIRAN PANJALA
 Image Processing By SAIKIRAN PANJALA Image Processing By SAIKIRAN PANJALA
Image Processing By SAIKIRAN PANJALA
 
Matlab Training in Chandigarh
Matlab Training in ChandigarhMatlab Training in Chandigarh
Matlab Training in Chandigarh
 
Matlab Training in Jalandhar | Matlab Training in Phagwara
Matlab Training in Jalandhar | Matlab Training in PhagwaraMatlab Training in Jalandhar | Matlab Training in Phagwara
Matlab Training in Jalandhar | Matlab Training in Phagwara
 
Technical Documentation_Embedded_Image_DSP_Projects
Technical Documentation_Embedded_Image_DSP_ProjectsTechnical Documentation_Embedded_Image_DSP_Projects
Technical Documentation_Embedded_Image_DSP_Projects
 
Image Processing Training in Chandigarh
Image Processing Training in Chandigarh Image Processing Training in Chandigarh
Image Processing Training in Chandigarh
 
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSFACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
 
A Review on Overview of Image Processing Techniques
A Review on Overview of Image Processing TechniquesA Review on Overview of Image Processing Techniques
A Review on Overview of Image Processing Techniques
 
image processing
image processing image processing
image processing
 
image Processing Fundamental Is .ppt
image Processing Fundamental Is     .pptimage Processing Fundamental Is     .ppt
image Processing Fundamental Is .ppt
 
Image Processing Fundamentals .ppt
Image Processing Fundamentals        .pptImage Processing Fundamentals        .ppt
Image Processing Fundamentals .ppt
 
IRJET- Proposed Approach for Layout & Handwritten Character Recognization in OCR
IRJET- Proposed Approach for Layout & Handwritten Character Recognization in OCRIRJET- Proposed Approach for Layout & Handwritten Character Recognization in OCR
IRJET- Proposed Approach for Layout & Handwritten Character Recognization in OCR
 
Dip review
Dip reviewDip review
Dip review
 
A Smart Camera Processing Pipeline for Image Applications Utilizing Marching ...
A Smart Camera Processing Pipeline for Image Applications Utilizing Marching ...A Smart Camera Processing Pipeline for Image Applications Utilizing Marching ...
A Smart Camera Processing Pipeline for Image Applications Utilizing Marching ...
 
DIPsadasdasfsdfsdfdfasdfsdfsdgsdgdsfgdfgfdg
DIPsadasdasfsdfsdfdfasdfsdfsdgsdgdsfgdfgfdgDIPsadasdasfsdfsdfdfasdfsdfsdgsdgdsfgdfgfdg
DIPsadasdasfsdfsdfdfasdfsdfsdgsdgdsfgdfgfdg
 
Iaetsd performance analysis of discrete cosine
Iaetsd performance analysis of discrete cosineIaetsd performance analysis of discrete cosine
Iaetsd performance analysis of discrete cosine
 
Motion detection system
Motion detection systemMotion detection system
Motion detection system
 

Recently uploaded

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
The Role of Electrical and Electronics Engineers in IOT Technology.pdf
The Role of Electrical and Electronics Engineers in IOT Technology.pdfThe Role of Electrical and Electronics Engineers in IOT Technology.pdf
The Role of Electrical and Electronics Engineers in IOT Technology.pdf
Nettur Technical Training Foundation
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABSDESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
itech2017
 
Steel & Timber Design according to British Standard
Steel & Timber Design according to British StandardSteel & Timber Design according to British Standard
Steel & Timber Design according to British Standard
AkolbilaEmmanuel1
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
veerababupersonal22
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 

Recently uploaded (20)

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
The Role of Electrical and Electronics Engineers in IOT Technology.pdf
The Role of Electrical and Electronics Engineers in IOT Technology.pdfThe Role of Electrical and Electronics Engineers in IOT Technology.pdf
The Role of Electrical and Electronics Engineers in IOT Technology.pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABSDESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
 
Steel & Timber Design according to British Standard
Steel & Timber Design according to British StandardSteel & Timber Design according to British Standard
Steel & Timber Design according to British Standard
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 

Dip sdit 7

  • 1. SHREE DIGAMBER INSTITUTE OF TECHNOLOGY NEAR BHANDAREJ MOD NH-11,DAUSA
  • 2. A SEMINAR PRESENTATION ON DIGITAL IMAGE PROCESSING PRESENTED BY:- APOORVA VYAS/ECE/7TH SEM/12EDIEC001 KARAN KUMAR JOSHI/ECE/7TH SEM/12EDIEC007
  • 3. CONTENTS Introduction History of Image Processing Functional Categories Steps in Image Processing Necessity Filtering in Image Processing Technologies Advantages & Disadvantages Application Future Scope of Image Processing
  • 4. INTRODUCTION DIGITAL IMAGE PROCESSING generally refers to processing of a 2-D picture by a Digital Computer. In other sense it is the processing of any 2-D data. A Digital image is an array of real and complex no. represented by finite no of bits. DIP has its several uses, processes and applications. Here we will know about them.
  • 5. H I S T 0 R Y  Initially, the digital image processing was implemented newspaper industry. At that time , the first picture was sent by submarine cable between London and New York. In early 1920 the printing equipment codec picture was transmitted and was reconstructed at the receiving  The Bartlane picture transmission system was used to transport a picture across the Atlantic.  In 1960s, the computer perform the meaningful and powerful image processing tasks. It was known as the birth of digital image processing.  The first image of moon was taken by Ranger 7 on 31 july 1964 and was used for geometric corrections.  Alongwith the space applications , digital image processing is also used in medical imaging , remote earth resources, observations and astronomy in 1970s.
  • 7. IMAGE RESTORATION f(x, y) g(x, y) f(x, y) Noise n(x, y) Degradation function Restoration filter+  Image restoration technique is used to improve an image in some sense. This technique recover an image which has been degraded. So the restorations are oriented towards modelling the degradation and then applying the inverse process to recover original image.  The restoration is obtained an estimated image of the original image. The above shown model consist of a degradation function with an additive noise and a restoration filter .  Here the image f(x, y) degraded by degradation function and the noise is added so we got the new function g(x, y). Now this is fed to the restoration filter and we got the estimated image.
  • 8. IMAGE ENHANCEMENT AND INFORMATION EXTRACTION  Image Enhancement : Enhancement is the modification of an image to alter its impact on the viewer  Information Extraction : utilize computers to provide corrected and improved images for study by human interpreters.
  • 10. IMAGE ACQUISITIONTV camera) and digitized, if the output of the camera or sensor is not already in digital form- an analog-to-digital converter (ADC) digitizes it. Camera: Camera consists of 2 parts: A lens that collects the appropriate type of radiation emitted from the object of interest and that forms an image of the real object. Semiconductor device – so called charged coupled device or CCD which converts the irradiance at the image plan into an electrical signal. Frame Grabber Frame Grabber only needs circuits to digitize the electrical signal (standard
  • 11. IMAGE ENHANCEMENT  Image Enhancement is the process of manipulating an image so that the result is more suitable than the original for specific applications..
  • 12. IMAGE RESTORATION  Improving the appearance of the image. Tend to be mathematical or probabilities models of image degradation.
  • 13. COLOR IMAGE PROCESSING  The human visual system can distinguish hundreds of thousands of different colour shades and intensities.  In an image, a great deal of extra information may be contained in the colour, and this extra information can then be used to simplify image analysis, e.g. object identification and extraction based on colour. Figure Figure 1: The visible spectrum.
  • 14. WAVELETS  The wavelet transform plays an extremely crucial role in image compression.  For image compression applications, wavelet transform is a more suitable technique compared to the Fourier transform.  Because the resulting function after Fourier transform is a function independent of time. On the other hand, wavelet transforms are based on wavelets which are varying frequency in limited duration. Due to the practicality of the wavelet transforms, this research paper is written to investigate the properties and the improvements that can be made to enhance the performance of the wavelet transforms.
  • 15. COMPRESSION Image compression is minimizing the size in bytes of a graphics file without degrading the quality of the image to an unacceptable level.  The reduction in file size allows more images to be stored in a given amount of disk or memory space.  It also reduces the time required for images to be sent over the Internet or downloaded from Web pages.
  • 16. SEGMENTATION  Computer tries to separate objects from the image background.  It is one of the most difficult tasks in DIP.  Segmentation kinds: Autonomous Segmentation. Rugged Segmentation (long process to get successful solution). Erratic Segmentation.
  • 17. NECESSITY OF IMAGE PROCESSING  The digital image is “invisible” .it must be prepared for viewing on one or more o/p devices(laser printer, monitor etc. )  The digital image can be optimized for the application by enhancing for altering the appearances of structures within it.
  • 18. FILTERING IN IMAGE PROCESSINGThe filtering used to eliminating noise. This filter performs spatial filtering on each individual pixel in an image using the grey level values in a square or rectangular window surrounding each pixel. For example: a1 a2 a3 a4 a5 a6 3x3 filter window a7 a8 a9 The average filter computes the sum of all pixels in the filter window and then divides the sum by the number of pixels in the filter window: Filtered pixel = (a1 + a2 + a3 + a4 ... + a9) / 9
  • 20. PIXELIZATIONThe result of enlarging a digital image further than the resolution of the monitor device, usually 72dpi (dots per inch), causing the individual pixels making up the image to become more prominent, thus causing a grainy appearance in the image. Blurring a part of a picture by grouping pixel areas.
  • 21. PRINCIPLE COMPONENT ANALYSIS  Principal component analysis PCA belongs to linear transforms based on the statistical techniques.  This method provides a powerful tool for data analysis and pattern recognition which is often used in signal and image processing.  As a technique for data compression, data dimension reduction.  There are various algorithms based on multivariate analysis or neural networks that can perform PCA on a given data set.  It introduces PCA as a possible tool in
  • 22. INDEPENDENT COMPONENT ANALYSIS  Independent component analysis (ICA) is a statistical and computational technique for revealing hidden factors that underlie sets of random variables, measurements, or signals.  The main concept of ICA applied to images insists on the idea that each image (subimage) may be perceived as linear superposition of features ai(x, y) weighted by coefficients si.  In case of ICA, features are represented by columns of mixing matrix ai and si are elements
  • 23. HIDDEN MARKOV MODEL  A hidden Markov model (HMM) is a statistical Markov model in which the system being modeled is assumed to be a Markov process with unobserved (hidden) states.  An HMM configuration is described for many-dimensional image processing by several different ways (line-by-line, series of presenting elements, etc.).  The applications to the model calculations and binary image recovery.
  • 24. SELF ORGANIZING MAPS  In image processing the Self Organizing Maps are used for Image classification and retrieval(CBIR) ,group the images in different classes.  The SOM (Self Organizing Map) Neural Network or commonly called a Kohonen Neural Network system is one of the unsupervised learning model that will classify the units by the similarity of a particular pattern to the area in the same
  • 25. WAVELETS The wavelet transform plays an extremely crucial role in image compression. For image compression applications, wavelet transform is a more suitable technique compared to the Fourier transform.  The resulting function after Fourier transform is a function independent of time.  On the other hand, wavelet transforms are based on wavelets which are varying frequency in limited duration.  Due to the practicality of the wavelet transforms, this research paper is written to investigate the properties and the improvements that can be made to enhance the performance of the wavelet transforms.
  • 26. ADVANTAGES AND DISADVANTAGES ADVANTAGES:-  Digital image processing made digital image can be noise free .  It can be made available in any desired format. (X-rays, photo negatives, improved image, etc)  Digital imaging is the ability of the operator to post- process the image .It means manipulate the pixel shades to correct image density and contrast .  Images can be stored in the computer memory and easily retrieved on the same computer screen .  Digital imaging allows the electronic transmission of images to third-party providers
  • 27. DISADVANTAGES:-  The initial cost can be high depending on the system used .  If computer is crashes then pics that have not been printed and filed into Book Albums that are lost.  Digital cameras which are used for digital image processing have some disadvantages like: Memory Card Problems Higher Cost Battery Consumption
  • 28. APPLICATIONS Medical Digital Cinema Transmission & coding Remote sensing & Robot vision Image processing architecture Color processing Video processing
  • 29. Medical Field Application The common applications of DIP in the field of medical is Gamma ray imaging PET scan X Ray Imaging Medical CT UV imaging
  • 31. TRANSMISSION AND ENCODING TRANSMISSION-  This the process of communication used for the transmission of images.  For transmission there are many ways available(internet ,fax ,printer etc.) ENCODING-  By the encoding the image is converted in the form which can be transmitted.
  • 32. REMOTE SENSING AND ROBOT VISION HURDEL DETECTION REMOTE SENSING
  • 34. COLOR PROCESSING Color processing includes processing of colored images and different color spaces that are used. For example RGB color model, CMY, HSI. It also involves transmission, storage, and encoding of these color images
  • 35. VIDEO PROCESSING A video is nothing but just the very fast movement of pictures. The quality of the video depends on the number of frames/pictures per minute and the quality of each frame being used. Video processing involves noise reduction, detail enhancement, motion detection, frame rate conversion, aspect ratio conversion, color space conversion etc.

Editor's Notes

  1. karan