SlideShare a Scribd company logo
1 of 9
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 60
EYE SIGHT DETERMINATION ON TABLET BASED HAND HELD
DEVICE WITH IMAGE PROCESSING TECHNIQUES THAT MINIMIZES
ERROR WITH IMPROVED PATIENT INTERACTION
V. Punna Rao1
, T. Adilakshmi2
, Anurag Pradan3
1
Department of computer science, Vasavi College of Engineering, Hyderabad, India
2
Department of computer science, Vasavi College of Engineering, Hyderabad, India
3
Department of computer science, Vasavi College of Engineering, Hyderabad, India
Abstract
The main aim of this work is to increase the accuracy in finding out the acuity errors in the human eye. The scope of the proposed
system is to overcome the minute errors in finding the acuity errors in the eye and to specify the accurate sight of patient by the
doctors.
The objective of this project is to design application for handheld device which calculates the human eye sight. This project is done by
Digital Image processing techniques in a practical approach, which would help us to compute the accurate readings.
Keywords: Eye sight determination, Image processing, patient interactive, and tablet PC
----------------------------------------------------------------------***---------------------------------------------------------------------
1. INTRODUCTION
Human acuity error occurs because of unexpected focal
point(s) in the human eye. If the focal point falls before retina
then it is called myopia or short sight and if the focal point
falls beyond retina, then it is called Hyperopia or long sight.
These are usually corrected by using contact lens or
spectacles. Doctor uses retinoscopic mirror to detect the type
of disease. Earlier, they use to keep the snellen charts at a
distance from patient and keep on asking the contents of the
charts.
Patient‟s interaction is found to be less which may result in
errors while assigning power to the spectacles.
To test the eye sight of the patient in the present system, we
have manual testing and computerized eye testing. To make
sure that the error is accurate, after the doctor determines the
eye sight of the patient using the trial lens, he is given a tablet
PC device which displays the blurred images, then the patient
selects the blurred image that looks similar to that when he
have seen the image in the projector. Based on the image
selected the accurate acuity error of the patient is determined
by the doctor.
2. PROPOSED METHODOLOGY
To test the eye sight of the patient in the present system, we
have manual testing and computerized eye testing. To make
sure that the error is accurate, after the doctor determines the
eye sight of the patient using the trial lens, he is given a tablet
PC device which displays the blurred images, then the patient
selects the blurred image that looks similar to that when he
have seen the image in the projector. Based on the image
selected the accurate acuity error of the patient is determined
by the doctor.
In this project we are using SNELLEN CHART to determine
the eye sight. This chart is the common and standard chart
which is used for testing of human acuity. The Snellen chart
contains English letters at different sizes, where the patient
should be able to recognize them at different level of size.
The given specifications for us regarding the Snellen chart is
shown below
Fig 2.1: Chart Specification
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 61
2.1 Defects of Eye
An eye examination is a battery of tests performed by an
ophthalmologist, optometrist, assessing vision and ability to
focus on and discern objects, as well as other tests and
examinations pertaining to the eyes. Health care professionals
often recommend that all people should have periodic and
thorough eye examinations as part of routine primary care,
especially since many eye diseases are asymptomatic. Eye
examinations may detect potentially treatable blinding eye
diseases, ocular manifestations of systemic disease, or signs of
tumors or other anomalies of the brain.
Fig 2.2: Formation of image in the Eye
2.1.1 Myopia (nearsightedness)
Fig 2.3: Myopia
This is a defect of vision in which far objects appear blurred
but near objects are seen clearly. The image is focused in front
of the retina rather than on it usually because the eyeball is too
long or the refractive power of the eye‟s lens too strong.
Myopia can be corrected by wearing glasses/contacts with
concave lenses these help to focus the image on the retina.
Myopia
2.1.2 Hyperopia (farsightedness)
Fig 2.4: Hyperopia
This is a defect of vision in which there is difficulty with near
vision but far objects can be seen easily. The image is focused
behind the retina rather than upon it. This occurs when the
eyeball is too short or the refractive power of the lens is too
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 62
weak. Hyperopia can be corrected by wearing glasses/contacts
that contain convex lenses.
2.1.3 Astigmatism
Fig 2.5: Astigmatism
This defect is when the light rays do not all come to a single
focal point on the retina, instead some focus on the retina and
some focus in front of or behind it. This is usually caused by a
non-uniform curvature of the cornea. A typical symptom of
astigmatism is if you are looking at a pattern of lines placed at
various angles and the lines running in one direction
appear sharp whilst those in other directions appear blurred.
Astigmatism can usually be corrected by using a special
spherical cylindrical lens; this is placed in the out-of-focus
axis.
In case of astigmatism some rays focuses in front of retina and
some focuses beyond retina
Fig 2.6: Different forms of Astigmatism
3. CHARTS CREATION AND
IMPLEMENTATION
3.1 Snellen Chart Created according to the given
Specification
Fig 3.1: Snellen Chart with given specification
Snellen chart created according to the specification
Fig 3.1: Snellen Chart with given specification
3.2 Implementation of Filters
In image processing, 2D filtering techniques are usually
considered an extension of 1D signal processing theory.
Almost all contemporary image processing involves discrete
or sampled signal processing. This is compared to signal
processing that was applied to analog or continuous time
domain processing that characterized television and video
several generations ago. The two are related, and the
foundation for discrete signal processing is derived from
continuous time signal processing theory.
A low-pass filter passes low-frequency signals and attenuates
signals with frequencies higher than the cut off frequency.
In this project we implemented low pass filters of the digital
image processing. Low-pass filtering smoothes an image. Low
pass filtering, otherwise known as "smoothing", is employed
to remove high spatial frequency noise from a digital image.
There are mainly 3 types of low pass filters.
 Ideal low pass filter
 Butterworth low pass filter
 Gaussian low pass filter
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 63
The 2-D discrete Fourier transform:-
The discrete Fourier transform of a image f(x,y) of size M*N
is given by the equation
𝐹 𝑢, 𝑣 =
1
𝑀𝑁
.
𝑀−1
𝑥=0
𝑓 𝑥, 𝑦 𝑒−𝑗2𝜋(
𝑢𝑥
𝑀
+
𝑣𝑦
𝑁
)
𝑁−1
𝑦=0
Similarly given F(u,v) we obtain f(x,y) via the inverse discrete
Fourier transform given by the expression
f(x,y) =
.
𝑀−1
𝑥=0
𝐹 𝑢, 𝑣 𝑒−𝑗2𝜋(
𝑢𝑥
𝑀
+
𝑣𝑦
𝑁
)
𝑁−1
𝑦=0
3.2.1 Implementation of Ideal Low pass filter:
A 2D lowpass filter that passes without attenuation all
frequencies within a circle of radius D0 from the origin and
"cuts off" all frequencies outside this circle is called an ideal
lowpass filter (ILPF); it is specified by the function






0
0
),(if0
),(if1
),(
DvuD
DvuD
vuH
Where D0 is a positive constant and D(u,v) is the distance
between the point (u,v) in the frequency domain and the centre
of the frequency rectangle.
3.2.2 Gaussian Low Pass Filter:
The transfer function for Gaussian lowpass filter with standard
deviation  of the gaussian curve is given by
22
2/),(
),( vuD
evuH 

where D(u,v) is the distance between the point (u,v) in the
frequency domain and the center of the frequency rectangle.
By letting  =D0 we can express the filter as
2
0
2
2/),(
),( DvuD
evuH 

Where D0 is the cutoff frequency
(a)Perspective plot of an gaussian lowpass filter transfer
function (b) Filter displayed as an image. (c) Filter radial cross
section.
The Gaussian low pass filter achieved slightly less
smoothening than the butterworth low pass filter of order 2 for
the same value of cut-off frequency, as can because the profile
of Gaussian low pass filter is not as “tight” as the profile of the
butterworth low pass filter of order 2. However, the results are
quite comparable, and we are assured of no ringing in the case
of the Gaussian low pass filter. This is an important
characteristic in practice, especially in situations in which any
type of artifact is unacceptable.
Calculating a Gaussian Matrix, also known as a
Kernel
Let‟s say we wanted to find out how we would weigh
neighbouring pixels if we wanted a „window‟ or „kernel size‟
of 3for our Gaussian blur. Of course the centre pixel (the pixel
we are actually blurring) will receive the most weight. Lets
choose a σ of 1.5 for how blurry we want our image.
Here‟s what our weight window would look like:
1
2𝜋1.52
𝑒−((12+12)/2∗1.52)
1
2𝜋1.52
𝑒−(02+12)/2∗1.52 1
2𝜋1.52
𝑒−(12+12)/2∗1.52
1
2𝜋1.52
𝑒−(12+02)/2∗1.52 1
2𝜋1.52
𝑒−(0)/2∗1.52 1
2𝜋1.52
𝑒−(12+02)/2∗1.52
1
2𝜋1.52
𝑒−(12+12)/2∗1.52 1
2𝜋1.52
𝑒−(02+12)/2∗1.52 1
2𝜋1.52
𝑒−(12+12)/2∗1.52
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 64
With each weighting evaluated it looks like this: (Notice that
the weighting for the centre pixel is greatest)
Results of Blurring Using a Gaussian Low Pass Filter
Fig 3.2: Gaussian blurred image for sigma=0
Fig 3.3 Gaussian blurred image for diaptor:-0.75 sigma:
5.088305489
3.3 Comparison of Filters (Gaussian, Butterworth th,
Ideal, Median, Mean)
Original image
Gaussian Filter blurred image
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 65
Butter worth filter blurred image Ideal filter Blurred image
I
Median Filter blurred image Mean filter blurred image
Fig 3.4 comparison
3.4 Choosing the Right Lowpass Filter:
Since among all the filters implemented, Gaussian lowpass
filter is more suitable for measuring the human acuity errors,
because Gaussian low pass filter has a standard deviation “”
in its denominator which is responsible for blurring an image
in an efficient manner. By varying the “” in small amounts,
blurring the image in very smooth way without distortion of
the elements present in an image is possible.
That is why, Gaussian low pass filter is chosen so that the
sigma value could be helpful to relate it with the dioptre value.
The dioptre values for sigma values are as follows:
Table 3.1 sigma-dioptre values
Dioptre Sigma
-2 14.05578759
-1.9375 13.64856802
-1.875 13.14289976
-1.8125 12.72285203
-1.75 12.24850835
-1.6875 11.81533413
-1.625 11.37589499
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 66
-1.5625 10.92959427
-1.5 10.47702864
-1.4375 10.01760143
-1.375 9.551312649
-1.3125 9.130966587
-1.25 8.704952267
-1.1875 8.218973747
-1.125 7.781026253
-1.0625 7.337112172
-1 6.887231504
-0.9375 6.431384248
-0.875 5.969570406
-0.8125 5.560859189
-0.75 5.088305489
-0.6875 4.670346062
-0.625 4.187947494
-0.5625 3.762231504
-0.5 3.333830549
-0.4375 2.904534606
-0.375 2.476431981
-0.3125 2.054295943
-0.25 1.64826969
-0.1875 1.32875895
-0.125 1.0325179
-0.0625 1.01625895
0 1
0.625 1.290274463
0.125 1.626491647
0.1875 2.00477327
0.25 2.408412888
0.3125 2.829355609
0.375, 3.263126492
0.4375 3.707338902
0.5 4.160501193
0.5625 4.622016706
0.625 5.012529833
0.6875 5.488066826
0.75 5.970763723
0.8125 6.378878282
0.875 6.874701671
0.9375 7.293556086
1 7.802505967
1.0625 8.145883055
1.125 8.66676611
1.1875 9.01849642
1.25 9.551610979
1.3125 10.00178998
1.375 10.4573389
1.4375 10.91825776
1.5 11.38424821
1.5625 11.85590692
1.625 12.33323389
1.6875 12.71927208
1.75 13.20674224
1.8125 13.700179
1.875 14.09934368
1.9375 14.50208831
2 15.01103819
3.4 .1 Testing
For Gaussian Low Pass Filter
Te
st
id
Test
case
nam
e
Test
case
descript
ion
Expect
ed
output
Obser
ved
output
Sta
-tus
com
ment
s
01 And
ro-
id
ima
ge
Image
should
be
display
ed on
android
emulato
r
Image
should
be
displa
yed
on
androi
d
emulat
or
Image
is
displa
yed
Pas
s
Displ
aying
imag
e on
emul
ator
is
done
Te
st
id
Test
case
nam
e
Test
case
descript
ion
Expect
ed
output
Obser
ved
output
Sta
tus
com
ment
s
02 Gau
ssia
n
blur
Image
should
be
blurred
using
GLPF
Image
should
be
blurre
d
Image
is
blurre
d
Pas
s
Blurr
ing of
an
imag
e
using
GLP
F is
done
Te
st
id
Test
case
nam
e
Test
case
descript
ion
Expect
ed
output
Obser
ved
output
Sta
tus
com
ment
s
03 GLP
F
with
sigm
a
incr
eme
nts
Image
should
be
blurred
with
given
increme
nts
When
slider
is
moved
image
should
be
blurre
Image
is
getting
blur in
increm
en-ts
while
slider
Pas
s
GLP
F
with
sigm
a
Incre
ment-
s
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 67
usin
g
slide
r
d in
given
increm
en
-ts
is
movin
g
using
slider
is
done
Te
st
id
Test
case
nam
e
Test
case
descript
ion
Expect
ed
output
Observ
ed
output
St
at
us
com
ment
s
04 Judg
ing
the
type
of
blurr
ness
in
GLP
F
The
blurring
should
not
distort
the
compon
ents of
image
not it
should
not
create
any
disturba
nces
b/w
letters
nor it
should
not
override
the
borders
When
Gaussi
an blur
is
applied
distorti
on of
compo
nents ,
disturb
ance
B/w
letters
and
overrid
ing of
border
s
should
not
happen
No
distorti
on of
compo
nents ,
disturb
ance
B/w
letters
and
overrid
ing of
border
s
Pa
ss
Type
of
blur
is
judg
ed
4. RESULTS
Fig 4.1: Screen shot of the application
5. CONCLUSIONS
In this project, first, using the digital image processing
concepts we simulated three filters namely, ideal low pass
filter, Butterworth filter and Gaussian filter in Matlab. After
observing the pattern of blurring, Gaussian filter blurring
better suited to the blur which a human eye can visualize.
Next, we developed an android application that will be
deployed on the tablet-PC, which helps the doctor in finding
out the accurate visual acuity errors of human eye. In this
application the image is blurred in different magnitudes and is
presented to the patient. For the purpose of blurring we used
Gaussian filter.
In the future, an application can be developed so as to replace
the use of auto-refractometer completely in finding the visual
acuity errors of the human eye.
REFERENCES
[1]. Digital Image Processing,3rd Edition by Rafael C.
Gonzalez, Richard E.Woods
[2]. The Unified Modeling Language User Guide, The 2nd
Edition by Grady Booch, James Rumbaugh, Ivar Jacobson
[3]. Guillaume Franc¸ ois, Pascal Gautron, Gaspard
Breton, and Kadi Bouatouch, “Image-Based Modeling
of the Human Eye” IEEE Transaction on
visualizations and computer Graphics volume no 15
september/October 2009.
[4]. Michael S.Bittermann, I.sevil sariylidiz, ozer
ciftcioglu, “Blur in Human vision and Increased
visual realism in virtual environments”.
[5]. Michael F.Deering “A Photon Accurate Model of
Human Eye” October 2, 2005.
[6]. J. Zuo and N.A. Schmid, “A Model Based,
Anatomy Based Method for Synthesizing Iris
Images,” Advances in Biometrics, vol. 3832, pp. 428-
435, 2005.
[7]. Atchison, and smith, g. Optics of the Human Eye.
Butterworth- Heinemann January 2000.
[8]
http://developer.android.com/training/basics/firstapp/index.ht
ml
[9]
http://docs.opencv.org/doc/tutorials/introduction/android_bina
ry_package/ O4A_SDK.html
[10]. http://docs.opencv.org/modules/core/doc/intro.html
[11]
http://docs.opencv.org/modules/imgproc/doc/filtering.html?hi
ghlight= gaussianblur#gaussianblur
[12]. http://en.wikipedia.org/wiki/Eyeglass_prescription
[13]. http://en.wikipedia.org/wiki/Myopia
[14]. http://en.wikipedia.org/wiki/Hypermetropia
[15].http://www.rohto.co.uk/index.php?option=com_content&
view=article&id=69&Itemid=37
[16]. https://www.youtube.com/watch?v=DPLBPdux6bs
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 68
BIOGRAPHIES
V.Punna Rao, working as Assistant professor in Vasavi
college of Engineering, Ibrahimbag, Hyderabad. He did
undergraduate study in Computer Science and Engineering
from the Institution of Electronics and Telecom
Engineers(IETE), New Delhi, following Graduated from
Indian Institute of Technology Kharagpur(IIT Kgp). He is
working on several consultancy and R and D projects. His
areas of interest are image processing, algorithms design and
computer networks and protocols.
Prof. T. Adilakshmi, Head of the department CSE, Vasavi
College of Engineering, Ibrahimbag, Hyderabad. She did
undergraduate in Electronics and Communication Engineering
from the Vasavi College of Engineering, Hyderabad and
following Graduated from Manipal Institute of Technology,
Karnataka, and P.hd from Hyderabad Central
University(HCU), Guiding several UG,PG, and Phd projects.
Published a dozen papers in national and international journals
and conferences
Anugar Pradan, M.tech in Computer Science and engineering
student from Vasavi college of Engineering.

More Related Content

What's hot

IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET Journal
 
An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...
An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...
An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...acijjournal
 
Automated fundus image quality assessment and segmentation of optic disc usin...
Automated fundus image quality assessment and segmentation of optic disc usin...Automated fundus image quality assessment and segmentation of optic disc usin...
Automated fundus image quality assessment and segmentation of optic disc usin...IJECEIAES
 
IRJET -Analysis of Ophthalmic System Applications using Signal Processing
IRJET -Analysis of Ophthalmic System Applications using Signal ProcessingIRJET -Analysis of Ophthalmic System Applications using Signal Processing
IRJET -Analysis of Ophthalmic System Applications using Signal ProcessingIRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Ieeepro techno solutions ieee embedded project secure and robust iris recog...
Ieeepro techno solutions   ieee embedded project secure and robust iris recog...Ieeepro techno solutions   ieee embedded project secure and robust iris recog...
Ieeepro techno solutions ieee embedded project secure and robust iris recog...srinivasanece7
 
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET Journal
 
Automated Glaucoma Detection
Automated Glaucoma DetectionAutomated Glaucoma Detection
Automated Glaucoma DetectionLee123Tai
 
(539011774) 8 th sem glaucoma proj report
(539011774) 8 th sem glaucoma  proj report(539011774) 8 th sem glaucoma  proj report
(539011774) 8 th sem glaucoma proj reportDebangana Dutta
 
Various cataract detection methods-A survey
Various cataract detection methods-A surveyVarious cataract detection methods-A survey
Various cataract detection methods-A surveyIRJET Journal
 
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATORIRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATORcscpconf
 
IRJET- Automatic Detection of Diabetic Retinopathy Lesions
IRJET- Automatic Detection of Diabetic Retinopathy LesionsIRJET- Automatic Detection of Diabetic Retinopathy Lesions
IRJET- Automatic Detection of Diabetic Retinopathy LesionsIRJET Journal
 
An embedded finger vein recognition system
An embedded finger vein recognition systemAn embedded finger vein recognition system
An embedded finger vein recognition systemeSAT Publishing House
 
IRJET- Real-Time Partial Face Occlusion Detection using Matlab
IRJET-	 Real-Time Partial Face Occlusion Detection using MatlabIRJET-	 Real-Time Partial Face Occlusion Detection using Matlab
IRJET- Real-Time Partial Face Occlusion Detection using MatlabIRJET Journal
 
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...IJNSA Journal
 
Finger vein based biometric security system
Finger vein based biometric security systemFinger vein based biometric security system
Finger vein based biometric security systemeSAT Publishing House
 

What's hot (19)

Et31962968
Et31962968Et31962968
Et31962968
 
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
 
An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...
An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...
An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...
 
Automated fundus image quality assessment and segmentation of optic disc usin...
Automated fundus image quality assessment and segmentation of optic disc usin...Automated fundus image quality assessment and segmentation of optic disc usin...
Automated fundus image quality assessment and segmentation of optic disc usin...
 
IRJET -Analysis of Ophthalmic System Applications using Signal Processing
IRJET -Analysis of Ophthalmic System Applications using Signal ProcessingIRJET -Analysis of Ophthalmic System Applications using Signal Processing
IRJET -Analysis of Ophthalmic System Applications using Signal Processing
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Ieeepro techno solutions ieee embedded project secure and robust iris recog...
Ieeepro techno solutions   ieee embedded project secure and robust iris recog...Ieeepro techno solutions   ieee embedded project secure and robust iris recog...
Ieeepro techno solutions ieee embedded project secure and robust iris recog...
 
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
 
Automated Glaucoma Detection
Automated Glaucoma DetectionAutomated Glaucoma Detection
Automated Glaucoma Detection
 
G01114650
G01114650G01114650
G01114650
 
E010222124
E010222124E010222124
E010222124
 
(539011774) 8 th sem glaucoma proj report
(539011774) 8 th sem glaucoma  proj report(539011774) 8 th sem glaucoma  proj report
(539011774) 8 th sem glaucoma proj report
 
Various cataract detection methods-A survey
Various cataract detection methods-A surveyVarious cataract detection methods-A survey
Various cataract detection methods-A survey
 
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATORIRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
 
IRJET- Automatic Detection of Diabetic Retinopathy Lesions
IRJET- Automatic Detection of Diabetic Retinopathy LesionsIRJET- Automatic Detection of Diabetic Retinopathy Lesions
IRJET- Automatic Detection of Diabetic Retinopathy Lesions
 
An embedded finger vein recognition system
An embedded finger vein recognition systemAn embedded finger vein recognition system
An embedded finger vein recognition system
 
IRJET- Real-Time Partial Face Occlusion Detection using Matlab
IRJET-	 Real-Time Partial Face Occlusion Detection using MatlabIRJET-	 Real-Time Partial Face Occlusion Detection using Matlab
IRJET- Real-Time Partial Face Occlusion Detection using Matlab
 
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
 
Finger vein based biometric security system
Finger vein based biometric security systemFinger vein based biometric security system
Finger vein based biometric security system
 

Viewers also liked

Analysis and mitigation of unbalance due to load in
Analysis and mitigation of unbalance due to load inAnalysis and mitigation of unbalance due to load in
Analysis and mitigation of unbalance due to load ineSAT Publishing House
 
Smfir technology based transportation system and applicability of mppt
Smfir technology based transportation system and applicability of mpptSmfir technology based transportation system and applicability of mppt
Smfir technology based transportation system and applicability of mppteSAT Publishing House
 
Geospatial information system for tourism management in aurangabad city a re...
Geospatial information system for tourism management in aurangabad city  a re...Geospatial information system for tourism management in aurangabad city  a re...
Geospatial information system for tourism management in aurangabad city a re...eSAT Publishing House
 
Offline signature identification using high intensity variations and cross ov...
Offline signature identification using high intensity variations and cross ov...Offline signature identification using high intensity variations and cross ov...
Offline signature identification using high intensity variations and cross ov...eSAT Publishing House
 
Testing the flexural fatigue behavior of e glass epoxy laminates
Testing the flexural fatigue behavior of e glass epoxy laminatesTesting the flexural fatigue behavior of e glass epoxy laminates
Testing the flexural fatigue behavior of e glass epoxy laminateseSAT Publishing House
 
Video copy detection using segmentation method and
Video copy detection using segmentation method andVideo copy detection using segmentation method and
Video copy detection using segmentation method andeSAT Publishing House
 
Microwave dehydrator an environmental friendly step toward improving microwav...
Microwave dehydrator an environmental friendly step toward improving microwav...Microwave dehydrator an environmental friendly step toward improving microwav...
Microwave dehydrator an environmental friendly step toward improving microwav...eSAT Publishing House
 
Dehulling characteristics of oat (ol 9 variety) as affected by grain moisture...
Dehulling characteristics of oat (ol 9 variety) as affected by grain moisture...Dehulling characteristics of oat (ol 9 variety) as affected by grain moisture...
Dehulling characteristics of oat (ol 9 variety) as affected by grain moisture...eSAT Publishing House
 
Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...
Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...
Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...eSAT Publishing House
 
Dynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database forDynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database foreSAT Publishing House
 
The effect of watercement ratio on the sulfate
The effect of watercement ratio on the sulfateThe effect of watercement ratio on the sulfate
The effect of watercement ratio on the sulfateeSAT Publishing House
 
Calculation of resonant frequency of hexagonal
Calculation of resonant frequency of hexagonalCalculation of resonant frequency of hexagonal
Calculation of resonant frequency of hexagonaleSAT Publishing House
 
Identification of dynamic rigidity for high speed
Identification of dynamic rigidity for high speedIdentification of dynamic rigidity for high speed
Identification of dynamic rigidity for high speedeSAT Publishing House
 
Effect of project cost and time monitoring on
Effect of project cost and time monitoring onEffect of project cost and time monitoring on
Effect of project cost and time monitoring oneSAT Publishing House
 
Misconduct disclosure of the intermediates using the trusted authority
Misconduct disclosure of the intermediates using the trusted authorityMisconduct disclosure of the intermediates using the trusted authority
Misconduct disclosure of the intermediates using the trusted authorityeSAT Publishing House
 
Investigations on the performance of diesel in an air
Investigations on the performance of diesel in an airInvestigations on the performance of diesel in an air
Investigations on the performance of diesel in an aireSAT Publishing House
 
Accuracy enhancement of srtm and aster dems using weight estimation regressio...
Accuracy enhancement of srtm and aster dems using weight estimation regressio...Accuracy enhancement of srtm and aster dems using weight estimation regressio...
Accuracy enhancement of srtm and aster dems using weight estimation regressio...eSAT Publishing House
 
An overview of plastic card frauds and solutions for
An overview of plastic card frauds and solutions forAn overview of plastic card frauds and solutions for
An overview of plastic card frauds and solutions foreSAT Publishing House
 
Biosynthesis and characterization of silver nanoparticles using ficus benghal...
Biosynthesis and characterization of silver nanoparticles using ficus benghal...Biosynthesis and characterization of silver nanoparticles using ficus benghal...
Biosynthesis and characterization of silver nanoparticles using ficus benghal...eSAT Publishing House
 
Load balancing in public cloud combining the concepts of data mining and netw...
Load balancing in public cloud combining the concepts of data mining and netw...Load balancing in public cloud combining the concepts of data mining and netw...
Load balancing in public cloud combining the concepts of data mining and netw...eSAT Publishing House
 

Viewers also liked (20)

Analysis and mitigation of unbalance due to load in
Analysis and mitigation of unbalance due to load inAnalysis and mitigation of unbalance due to load in
Analysis and mitigation of unbalance due to load in
 
Smfir technology based transportation system and applicability of mppt
Smfir technology based transportation system and applicability of mpptSmfir technology based transportation system and applicability of mppt
Smfir technology based transportation system and applicability of mppt
 
Geospatial information system for tourism management in aurangabad city a re...
Geospatial information system for tourism management in aurangabad city  a re...Geospatial information system for tourism management in aurangabad city  a re...
Geospatial information system for tourism management in aurangabad city a re...
 
Offline signature identification using high intensity variations and cross ov...
Offline signature identification using high intensity variations and cross ov...Offline signature identification using high intensity variations and cross ov...
Offline signature identification using high intensity variations and cross ov...
 
Testing the flexural fatigue behavior of e glass epoxy laminates
Testing the flexural fatigue behavior of e glass epoxy laminatesTesting the flexural fatigue behavior of e glass epoxy laminates
Testing the flexural fatigue behavior of e glass epoxy laminates
 
Video copy detection using segmentation method and
Video copy detection using segmentation method andVideo copy detection using segmentation method and
Video copy detection using segmentation method and
 
Microwave dehydrator an environmental friendly step toward improving microwav...
Microwave dehydrator an environmental friendly step toward improving microwav...Microwave dehydrator an environmental friendly step toward improving microwav...
Microwave dehydrator an environmental friendly step toward improving microwav...
 
Dehulling characteristics of oat (ol 9 variety) as affected by grain moisture...
Dehulling characteristics of oat (ol 9 variety) as affected by grain moisture...Dehulling characteristics of oat (ol 9 variety) as affected by grain moisture...
Dehulling characteristics of oat (ol 9 variety) as affected by grain moisture...
 
Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...
Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...
Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...
 
Dynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database forDynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database for
 
The effect of watercement ratio on the sulfate
The effect of watercement ratio on the sulfateThe effect of watercement ratio on the sulfate
The effect of watercement ratio on the sulfate
 
Calculation of resonant frequency of hexagonal
Calculation of resonant frequency of hexagonalCalculation of resonant frequency of hexagonal
Calculation of resonant frequency of hexagonal
 
Identification of dynamic rigidity for high speed
Identification of dynamic rigidity for high speedIdentification of dynamic rigidity for high speed
Identification of dynamic rigidity for high speed
 
Effect of project cost and time monitoring on
Effect of project cost and time monitoring onEffect of project cost and time monitoring on
Effect of project cost and time monitoring on
 
Misconduct disclosure of the intermediates using the trusted authority
Misconduct disclosure of the intermediates using the trusted authorityMisconduct disclosure of the intermediates using the trusted authority
Misconduct disclosure of the intermediates using the trusted authority
 
Investigations on the performance of diesel in an air
Investigations on the performance of diesel in an airInvestigations on the performance of diesel in an air
Investigations on the performance of diesel in an air
 
Accuracy enhancement of srtm and aster dems using weight estimation regressio...
Accuracy enhancement of srtm and aster dems using weight estimation regressio...Accuracy enhancement of srtm and aster dems using weight estimation regressio...
Accuracy enhancement of srtm and aster dems using weight estimation regressio...
 
An overview of plastic card frauds and solutions for
An overview of plastic card frauds and solutions forAn overview of plastic card frauds and solutions for
An overview of plastic card frauds and solutions for
 
Biosynthesis and characterization of silver nanoparticles using ficus benghal...
Biosynthesis and characterization of silver nanoparticles using ficus benghal...Biosynthesis and characterization of silver nanoparticles using ficus benghal...
Biosynthesis and characterization of silver nanoparticles using ficus benghal...
 
Load balancing in public cloud combining the concepts of data mining and netw...
Load balancing in public cloud combining the concepts of data mining and netw...Load balancing in public cloud combining the concepts of data mining and netw...
Load balancing in public cloud combining the concepts of data mining and netw...
 

Similar to Eye sight determination on tablet based hand held device with image processing techniques that minimizes error with improved patient interaction

Design of gaussian spatial filter to determine the amount of refraction error...
Design of gaussian spatial filter to determine the amount of refraction error...Design of gaussian spatial filter to determine the amount of refraction error...
Design of gaussian spatial filter to determine the amount of refraction error...eSAT Publishing House
 
Classification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageClassification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageeSAT Publishing House
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...eSAT Publishing House
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...eSAT Journals
 
IRJET - Automatic Detection of Diabetic Retinopathy in Retinal Image
IRJET -  	  Automatic Detection of Diabetic Retinopathy in Retinal ImageIRJET -  	  Automatic Detection of Diabetic Retinopathy in Retinal Image
IRJET - Automatic Detection of Diabetic Retinopathy in Retinal ImageIRJET Journal
 
A survey on nuclear to-cytoplasmic ratio analysis using image segmentation
A survey on nuclear to-cytoplasmic ratio analysis using image segmentationA survey on nuclear to-cytoplasmic ratio analysis using image segmentation
A survey on nuclear to-cytoplasmic ratio analysis using image segmentationeSAT Journals
 
A survey on nuclear to-cytoplasmic ratio analysis
A survey on nuclear to-cytoplasmic ratio analysisA survey on nuclear to-cytoplasmic ratio analysis
A survey on nuclear to-cytoplasmic ratio analysiseSAT Publishing House
 
A review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyA review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyeSAT Journals
 
A review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyA review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyeSAT Publishing House
 
IRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually ImpairedIRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually ImpairedIRJET Journal
 
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...IRJET Journal
 
Automatic anti glare system for night time driving using liquid crystal screens
Automatic anti glare system for night time driving using liquid crystal screensAutomatic anti glare system for night time driving using liquid crystal screens
Automatic anti glare system for night time driving using liquid crystal screenseSAT Publishing House
 
Review on vein enhancement methods for biometric system
Review on vein enhancement methods for biometric systemReview on vein enhancement methods for biometric system
Review on vein enhancement methods for biometric systemeSAT Journals
 
Aiding visually challenged individual for object detection and navigation usi...
Aiding visually challenged individual for object detection and navigation usi...Aiding visually challenged individual for object detection and navigation usi...
Aiding visually challenged individual for object detection and navigation usi...eSAT Publishing House
 
Paulin hansen.2011.gaze interaction from bed
Paulin hansen.2011.gaze interaction from bedPaulin hansen.2011.gaze interaction from bed
Paulin hansen.2011.gaze interaction from bedmrgazer
 
Design of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmsDesign of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmseSAT Journals
 
Design of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmsDesign of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmseSAT Publishing House
 
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And ExudatesDiagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And ExudatesIRJET Journal
 
Diabetic Retinopathy Detection Design and Implementation on Retinal Images
Diabetic Retinopathy Detection Design and Implementation on Retinal ImagesDiabetic Retinopathy Detection Design and Implementation on Retinal Images
Diabetic Retinopathy Detection Design and Implementation on Retinal ImagesIRJET Journal
 

Similar to Eye sight determination on tablet based hand held device with image processing techniques that minimizes error with improved patient interaction (20)

Design of gaussian spatial filter to determine the amount of refraction error...
Design of gaussian spatial filter to determine the amount of refraction error...Design of gaussian spatial filter to determine the amount of refraction error...
Design of gaussian spatial filter to determine the amount of refraction error...
 
Classification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageClassification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound image
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...
 
IRJET - Automatic Detection of Diabetic Retinopathy in Retinal Image
IRJET -  	  Automatic Detection of Diabetic Retinopathy in Retinal ImageIRJET -  	  Automatic Detection of Diabetic Retinopathy in Retinal Image
IRJET - Automatic Detection of Diabetic Retinopathy in Retinal Image
 
A survey on nuclear to-cytoplasmic ratio analysis using image segmentation
A survey on nuclear to-cytoplasmic ratio analysis using image segmentationA survey on nuclear to-cytoplasmic ratio analysis using image segmentation
A survey on nuclear to-cytoplasmic ratio analysis using image segmentation
 
Dual purpose blind navigation box
Dual purpose blind navigation boxDual purpose blind navigation box
Dual purpose blind navigation box
 
A survey on nuclear to-cytoplasmic ratio analysis
A survey on nuclear to-cytoplasmic ratio analysisA survey on nuclear to-cytoplasmic ratio analysis
A survey on nuclear to-cytoplasmic ratio analysis
 
A review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyA review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathy
 
A review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyA review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathy
 
IRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually ImpairedIRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually Impaired
 
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
 
Automatic anti glare system for night time driving using liquid crystal screens
Automatic anti glare system for night time driving using liquid crystal screensAutomatic anti glare system for night time driving using liquid crystal screens
Automatic anti glare system for night time driving using liquid crystal screens
 
Review on vein enhancement methods for biometric system
Review on vein enhancement methods for biometric systemReview on vein enhancement methods for biometric system
Review on vein enhancement methods for biometric system
 
Aiding visually challenged individual for object detection and navigation usi...
Aiding visually challenged individual for object detection and navigation usi...Aiding visually challenged individual for object detection and navigation usi...
Aiding visually challenged individual for object detection and navigation usi...
 
Paulin hansen.2011.gaze interaction from bed
Paulin hansen.2011.gaze interaction from bedPaulin hansen.2011.gaze interaction from bed
Paulin hansen.2011.gaze interaction from bed
 
Design of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmsDesign of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithms
 
Design of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithmsDesign of wheelchair using finger operation with image processing algorithms
Design of wheelchair using finger operation with image processing algorithms
 
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And ExudatesDiagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
 
Diabetic Retinopathy Detection Design and Implementation on Retinal Images
Diabetic Retinopathy Detection Design and Implementation on Retinal ImagesDiabetic Retinopathy Detection Design and Implementation on Retinal Images
Diabetic Retinopathy Detection Design and Implementation on Retinal Images
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 

Recently uploaded (20)

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 

Eye sight determination on tablet based hand held device with image processing techniques that minimizes error with improved patient interaction

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 60 EYE SIGHT DETERMINATION ON TABLET BASED HAND HELD DEVICE WITH IMAGE PROCESSING TECHNIQUES THAT MINIMIZES ERROR WITH IMPROVED PATIENT INTERACTION V. Punna Rao1 , T. Adilakshmi2 , Anurag Pradan3 1 Department of computer science, Vasavi College of Engineering, Hyderabad, India 2 Department of computer science, Vasavi College of Engineering, Hyderabad, India 3 Department of computer science, Vasavi College of Engineering, Hyderabad, India Abstract The main aim of this work is to increase the accuracy in finding out the acuity errors in the human eye. The scope of the proposed system is to overcome the minute errors in finding the acuity errors in the eye and to specify the accurate sight of patient by the doctors. The objective of this project is to design application for handheld device which calculates the human eye sight. This project is done by Digital Image processing techniques in a practical approach, which would help us to compute the accurate readings. Keywords: Eye sight determination, Image processing, patient interactive, and tablet PC ----------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION Human acuity error occurs because of unexpected focal point(s) in the human eye. If the focal point falls before retina then it is called myopia or short sight and if the focal point falls beyond retina, then it is called Hyperopia or long sight. These are usually corrected by using contact lens or spectacles. Doctor uses retinoscopic mirror to detect the type of disease. Earlier, they use to keep the snellen charts at a distance from patient and keep on asking the contents of the charts. Patient‟s interaction is found to be less which may result in errors while assigning power to the spectacles. To test the eye sight of the patient in the present system, we have manual testing and computerized eye testing. To make sure that the error is accurate, after the doctor determines the eye sight of the patient using the trial lens, he is given a tablet PC device which displays the blurred images, then the patient selects the blurred image that looks similar to that when he have seen the image in the projector. Based on the image selected the accurate acuity error of the patient is determined by the doctor. 2. PROPOSED METHODOLOGY To test the eye sight of the patient in the present system, we have manual testing and computerized eye testing. To make sure that the error is accurate, after the doctor determines the eye sight of the patient using the trial lens, he is given a tablet PC device which displays the blurred images, then the patient selects the blurred image that looks similar to that when he have seen the image in the projector. Based on the image selected the accurate acuity error of the patient is determined by the doctor. In this project we are using SNELLEN CHART to determine the eye sight. This chart is the common and standard chart which is used for testing of human acuity. The Snellen chart contains English letters at different sizes, where the patient should be able to recognize them at different level of size. The given specifications for us regarding the Snellen chart is shown below Fig 2.1: Chart Specification
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 61 2.1 Defects of Eye An eye examination is a battery of tests performed by an ophthalmologist, optometrist, assessing vision and ability to focus on and discern objects, as well as other tests and examinations pertaining to the eyes. Health care professionals often recommend that all people should have periodic and thorough eye examinations as part of routine primary care, especially since many eye diseases are asymptomatic. Eye examinations may detect potentially treatable blinding eye diseases, ocular manifestations of systemic disease, or signs of tumors or other anomalies of the brain. Fig 2.2: Formation of image in the Eye 2.1.1 Myopia (nearsightedness) Fig 2.3: Myopia This is a defect of vision in which far objects appear blurred but near objects are seen clearly. The image is focused in front of the retina rather than on it usually because the eyeball is too long or the refractive power of the eye‟s lens too strong. Myopia can be corrected by wearing glasses/contacts with concave lenses these help to focus the image on the retina. Myopia 2.1.2 Hyperopia (farsightedness) Fig 2.4: Hyperopia This is a defect of vision in which there is difficulty with near vision but far objects can be seen easily. The image is focused behind the retina rather than upon it. This occurs when the eyeball is too short or the refractive power of the lens is too
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 62 weak. Hyperopia can be corrected by wearing glasses/contacts that contain convex lenses. 2.1.3 Astigmatism Fig 2.5: Astigmatism This defect is when the light rays do not all come to a single focal point on the retina, instead some focus on the retina and some focus in front of or behind it. This is usually caused by a non-uniform curvature of the cornea. A typical symptom of astigmatism is if you are looking at a pattern of lines placed at various angles and the lines running in one direction appear sharp whilst those in other directions appear blurred. Astigmatism can usually be corrected by using a special spherical cylindrical lens; this is placed in the out-of-focus axis. In case of astigmatism some rays focuses in front of retina and some focuses beyond retina Fig 2.6: Different forms of Astigmatism 3. CHARTS CREATION AND IMPLEMENTATION 3.1 Snellen Chart Created according to the given Specification Fig 3.1: Snellen Chart with given specification Snellen chart created according to the specification Fig 3.1: Snellen Chart with given specification 3.2 Implementation of Filters In image processing, 2D filtering techniques are usually considered an extension of 1D signal processing theory. Almost all contemporary image processing involves discrete or sampled signal processing. This is compared to signal processing that was applied to analog or continuous time domain processing that characterized television and video several generations ago. The two are related, and the foundation for discrete signal processing is derived from continuous time signal processing theory. A low-pass filter passes low-frequency signals and attenuates signals with frequencies higher than the cut off frequency. In this project we implemented low pass filters of the digital image processing. Low-pass filtering smoothes an image. Low pass filtering, otherwise known as "smoothing", is employed to remove high spatial frequency noise from a digital image. There are mainly 3 types of low pass filters.  Ideal low pass filter  Butterworth low pass filter  Gaussian low pass filter
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 63 The 2-D discrete Fourier transform:- The discrete Fourier transform of a image f(x,y) of size M*N is given by the equation 𝐹 𝑢, 𝑣 = 1 𝑀𝑁 . 𝑀−1 𝑥=0 𝑓 𝑥, 𝑦 𝑒−𝑗2𝜋( 𝑢𝑥 𝑀 + 𝑣𝑦 𝑁 ) 𝑁−1 𝑦=0 Similarly given F(u,v) we obtain f(x,y) via the inverse discrete Fourier transform given by the expression f(x,y) = . 𝑀−1 𝑥=0 𝐹 𝑢, 𝑣 𝑒−𝑗2𝜋( 𝑢𝑥 𝑀 + 𝑣𝑦 𝑁 ) 𝑁−1 𝑦=0 3.2.1 Implementation of Ideal Low pass filter: A 2D lowpass filter that passes without attenuation all frequencies within a circle of radius D0 from the origin and "cuts off" all frequencies outside this circle is called an ideal lowpass filter (ILPF); it is specified by the function       0 0 ),(if0 ),(if1 ),( DvuD DvuD vuH Where D0 is a positive constant and D(u,v) is the distance between the point (u,v) in the frequency domain and the centre of the frequency rectangle. 3.2.2 Gaussian Low Pass Filter: The transfer function for Gaussian lowpass filter with standard deviation  of the gaussian curve is given by 22 2/),( ),( vuD evuH   where D(u,v) is the distance between the point (u,v) in the frequency domain and the center of the frequency rectangle. By letting  =D0 we can express the filter as 2 0 2 2/),( ),( DvuD evuH   Where D0 is the cutoff frequency (a)Perspective plot of an gaussian lowpass filter transfer function (b) Filter displayed as an image. (c) Filter radial cross section. The Gaussian low pass filter achieved slightly less smoothening than the butterworth low pass filter of order 2 for the same value of cut-off frequency, as can because the profile of Gaussian low pass filter is not as “tight” as the profile of the butterworth low pass filter of order 2. However, the results are quite comparable, and we are assured of no ringing in the case of the Gaussian low pass filter. This is an important characteristic in practice, especially in situations in which any type of artifact is unacceptable. Calculating a Gaussian Matrix, also known as a Kernel Let‟s say we wanted to find out how we would weigh neighbouring pixels if we wanted a „window‟ or „kernel size‟ of 3for our Gaussian blur. Of course the centre pixel (the pixel we are actually blurring) will receive the most weight. Lets choose a σ of 1.5 for how blurry we want our image. Here‟s what our weight window would look like: 1 2𝜋1.52 𝑒−((12+12)/2∗1.52) 1 2𝜋1.52 𝑒−(02+12)/2∗1.52 1 2𝜋1.52 𝑒−(12+12)/2∗1.52 1 2𝜋1.52 𝑒−(12+02)/2∗1.52 1 2𝜋1.52 𝑒−(0)/2∗1.52 1 2𝜋1.52 𝑒−(12+02)/2∗1.52 1 2𝜋1.52 𝑒−(12+12)/2∗1.52 1 2𝜋1.52 𝑒−(02+12)/2∗1.52 1 2𝜋1.52 𝑒−(12+12)/2∗1.52
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 64 With each weighting evaluated it looks like this: (Notice that the weighting for the centre pixel is greatest) Results of Blurring Using a Gaussian Low Pass Filter Fig 3.2: Gaussian blurred image for sigma=0 Fig 3.3 Gaussian blurred image for diaptor:-0.75 sigma: 5.088305489 3.3 Comparison of Filters (Gaussian, Butterworth th, Ideal, Median, Mean) Original image Gaussian Filter blurred image
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 65 Butter worth filter blurred image Ideal filter Blurred image I Median Filter blurred image Mean filter blurred image Fig 3.4 comparison 3.4 Choosing the Right Lowpass Filter: Since among all the filters implemented, Gaussian lowpass filter is more suitable for measuring the human acuity errors, because Gaussian low pass filter has a standard deviation “” in its denominator which is responsible for blurring an image in an efficient manner. By varying the “” in small amounts, blurring the image in very smooth way without distortion of the elements present in an image is possible. That is why, Gaussian low pass filter is chosen so that the sigma value could be helpful to relate it with the dioptre value. The dioptre values for sigma values are as follows: Table 3.1 sigma-dioptre values Dioptre Sigma -2 14.05578759 -1.9375 13.64856802 -1.875 13.14289976 -1.8125 12.72285203 -1.75 12.24850835 -1.6875 11.81533413 -1.625 11.37589499
  • 7. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 66 -1.5625 10.92959427 -1.5 10.47702864 -1.4375 10.01760143 -1.375 9.551312649 -1.3125 9.130966587 -1.25 8.704952267 -1.1875 8.218973747 -1.125 7.781026253 -1.0625 7.337112172 -1 6.887231504 -0.9375 6.431384248 -0.875 5.969570406 -0.8125 5.560859189 -0.75 5.088305489 -0.6875 4.670346062 -0.625 4.187947494 -0.5625 3.762231504 -0.5 3.333830549 -0.4375 2.904534606 -0.375 2.476431981 -0.3125 2.054295943 -0.25 1.64826969 -0.1875 1.32875895 -0.125 1.0325179 -0.0625 1.01625895 0 1 0.625 1.290274463 0.125 1.626491647 0.1875 2.00477327 0.25 2.408412888 0.3125 2.829355609 0.375, 3.263126492 0.4375 3.707338902 0.5 4.160501193 0.5625 4.622016706 0.625 5.012529833 0.6875 5.488066826 0.75 5.970763723 0.8125 6.378878282 0.875 6.874701671 0.9375 7.293556086 1 7.802505967 1.0625 8.145883055 1.125 8.66676611 1.1875 9.01849642 1.25 9.551610979 1.3125 10.00178998 1.375 10.4573389 1.4375 10.91825776 1.5 11.38424821 1.5625 11.85590692 1.625 12.33323389 1.6875 12.71927208 1.75 13.20674224 1.8125 13.700179 1.875 14.09934368 1.9375 14.50208831 2 15.01103819 3.4 .1 Testing For Gaussian Low Pass Filter Te st id Test case nam e Test case descript ion Expect ed output Obser ved output Sta -tus com ment s 01 And ro- id ima ge Image should be display ed on android emulato r Image should be displa yed on androi d emulat or Image is displa yed Pas s Displ aying imag e on emul ator is done Te st id Test case nam e Test case descript ion Expect ed output Obser ved output Sta tus com ment s 02 Gau ssia n blur Image should be blurred using GLPF Image should be blurre d Image is blurre d Pas s Blurr ing of an imag e using GLP F is done Te st id Test case nam e Test case descript ion Expect ed output Obser ved output Sta tus com ment s 03 GLP F with sigm a incr eme nts Image should be blurred with given increme nts When slider is moved image should be blurre Image is getting blur in increm en-ts while slider Pas s GLP F with sigm a Incre ment- s
  • 8. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 67 usin g slide r d in given increm en -ts is movin g using slider is done Te st id Test case nam e Test case descript ion Expect ed output Observ ed output St at us com ment s 04 Judg ing the type of blurr ness in GLP F The blurring should not distort the compon ents of image not it should not create any disturba nces b/w letters nor it should not override the borders When Gaussi an blur is applied distorti on of compo nents , disturb ance B/w letters and overrid ing of border s should not happen No distorti on of compo nents , disturb ance B/w letters and overrid ing of border s Pa ss Type of blur is judg ed 4. RESULTS Fig 4.1: Screen shot of the application 5. CONCLUSIONS In this project, first, using the digital image processing concepts we simulated three filters namely, ideal low pass filter, Butterworth filter and Gaussian filter in Matlab. After observing the pattern of blurring, Gaussian filter blurring better suited to the blur which a human eye can visualize. Next, we developed an android application that will be deployed on the tablet-PC, which helps the doctor in finding out the accurate visual acuity errors of human eye. In this application the image is blurred in different magnitudes and is presented to the patient. For the purpose of blurring we used Gaussian filter. In the future, an application can be developed so as to replace the use of auto-refractometer completely in finding the visual acuity errors of the human eye. REFERENCES [1]. Digital Image Processing,3rd Edition by Rafael C. Gonzalez, Richard E.Woods [2]. The Unified Modeling Language User Guide, The 2nd Edition by Grady Booch, James Rumbaugh, Ivar Jacobson [3]. Guillaume Franc¸ ois, Pascal Gautron, Gaspard Breton, and Kadi Bouatouch, “Image-Based Modeling of the Human Eye” IEEE Transaction on visualizations and computer Graphics volume no 15 september/October 2009. [4]. Michael S.Bittermann, I.sevil sariylidiz, ozer ciftcioglu, “Blur in Human vision and Increased visual realism in virtual environments”. [5]. Michael F.Deering “A Photon Accurate Model of Human Eye” October 2, 2005. [6]. J. Zuo and N.A. Schmid, “A Model Based, Anatomy Based Method for Synthesizing Iris Images,” Advances in Biometrics, vol. 3832, pp. 428- 435, 2005. [7]. Atchison, and smith, g. Optics of the Human Eye. Butterworth- Heinemann January 2000. [8] http://developer.android.com/training/basics/firstapp/index.ht ml [9] http://docs.opencv.org/doc/tutorials/introduction/android_bina ry_package/ O4A_SDK.html [10]. http://docs.opencv.org/modules/core/doc/intro.html [11] http://docs.opencv.org/modules/imgproc/doc/filtering.html?hi ghlight= gaussianblur#gaussianblur [12]. http://en.wikipedia.org/wiki/Eyeglass_prescription [13]. http://en.wikipedia.org/wiki/Myopia [14]. http://en.wikipedia.org/wiki/Hypermetropia [15].http://www.rohto.co.uk/index.php?option=com_content& view=article&id=69&Itemid=37 [16]. https://www.youtube.com/watch?v=DPLBPdux6bs
  • 9. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 05 | May-2014 | NCEITCS-2014, Available @ http://www.ijret.org 68 BIOGRAPHIES V.Punna Rao, working as Assistant professor in Vasavi college of Engineering, Ibrahimbag, Hyderabad. He did undergraduate study in Computer Science and Engineering from the Institution of Electronics and Telecom Engineers(IETE), New Delhi, following Graduated from Indian Institute of Technology Kharagpur(IIT Kgp). He is working on several consultancy and R and D projects. His areas of interest are image processing, algorithms design and computer networks and protocols. Prof. T. Adilakshmi, Head of the department CSE, Vasavi College of Engineering, Ibrahimbag, Hyderabad. She did undergraduate in Electronics and Communication Engineering from the Vasavi College of Engineering, Hyderabad and following Graduated from Manipal Institute of Technology, Karnataka, and P.hd from Hyderabad Central University(HCU), Guiding several UG,PG, and Phd projects. Published a dozen papers in national and international journals and conferences Anugar Pradan, M.tech in Computer Science and engineering student from Vasavi college of Engineering.