Digital Image Processing and Its Implementation Using Mat Lab
Digital Image Processing and Its Implementation Using Mat Lab
G.Manikanta
III/IV ECE
Email: gunda.manikanta007@ gmail.com
Contact No: 8985898030
applications etc., In this paper we are focusing the
ABSTRACT
Digital image processing is rapidly evolving field
with
growing
applications
in
science
and
processing
implementation
and
through
their
effective
MATLAB
software.
like
IMAGE
SEGEMENTATION,
ENHANCEMENT
etc.,
through
for
visual
system
and
image
INTRODUCTION
F(x,y)=
f(0,0)
f(0,1)..
f(0,n-1)
f(1,0)
f(1,1) ............f(1,n-1)
f(m-1,0)
f(m-1,1)..f(m-1,n-1)
COMPONENTS
processing
,approximating
visual
DIGITALIMAGE REPRESENTATION:
An image may be continuous with respect to x and
y coordinates & also in amplitude .Converting such
an image to digital form requires coordinates as
well as amplitude to be digitized. Digitizing the
OF
IMAGE
PROCESSING SYSTEM:
Image sensing
ORTHICON
TUBE,ICONOSCOPE
TUBE,
VIDICON
TUBE,IMAGE
ULTRASINIC
RANGER,
MAGNETIC
avoid
digitizing photograph.
3.)PROCESSOR: Systems
nowadays
.special
coprocessor
many
general
purpose
REPRESENTATION
AND
MODELLING:
In image representation one is concerned with
characterization of the quantity that each picture
element(pixel )represents .An image could represent
luminance of objects in a scene ,the absorption of
the body tissue(x-ray imaging),radar imaging etc.,
An important consideration in image representation
in the fidelity
DISPLAY UNIT:
.Since
very
flicker
of
processing
technique.
noise
expressed as
unitary
matrices
called
filtering
and
correction
of
geometry
G(x,y)=h(x,y;,)f(,)d d+ (x,y)
IMAGE
TRANSFORMS.
The three canonical forms of a STOCHASTIC
MODELS
IMAGE ENHANCEMENT:
In image enhancement , the goal is to accentuate
certain image features for subsequent analysis or for
image display .Examples include contrast and edge
enhancement, pseudo coloring, noise filtering,
sharpening and magnifying .Image enhancement is
useful in feature extraction , image analysis and
visual
enhancement
level
into
another
gray
level
by
predetermined transformation.
IMAGE ANALYSIS:
Image
analysis
is
concerned
with
making
RECONSTRUCTION
FROM
PROJECTIONS :
Image reconstructions from projections is a special
like
teleconferencing
computer
remote
communications,
sensing
etc.,
data
IMPLEMENTATION
THROUGH
MAT
LAB :
MATLAB
wnr1 = deconvwnr(Blurred,PSF);
figure;imshow(wnr1);
NP = abs(fftn(noise)).^2;
operations, including
power
2.Morphological operations
centered
IP = abs(fftn(im2double(I))).^2;
6.Image registration
power
wnr7=deconvwnr(BlurredNoisy,PSF,NCORR,IC
RR);
DEBLURRING,CONTRAST ENHANCEMENT
figure;imshow(wnr7);
ICORR1 = ICORR(:,ceil(size(I,1)/2));
wnr8
Filter
deconvwnr(BlurredNoisy,PSF,NPOW,ICORR1);
figure;imshow(wnr8);
title('Restored with NP & 1D-ACF');
figure;imshow(I);title('Original Image');
LEN = 31;
THETA = 11;
PSF = fspecial('motion',LEN,THETA);
Blurred = imfilter(I,PSF,'circular','conv');
figure; imshow(Blurred);
title('Blurred');
APPLICATIONS:
1.
CONCLUSION:
office
REFERENCES:
opportunities
1)www.google.co.in
for Vision
Processing. The
System
and
Image
automation
2)www.wikipidia.org
3)IEEE magazines.
,biomedical,
astronomy,