SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. I (Nov – Dec. 2015), PP 147-151
www.iosrjournals.org
DOI: 10.9790/0661-1761147151 www.iosrjournals.org 147 | Page
Planning the Path and Avoidance Obstacles for Visually
Impaired/Blind People
Mohammed N. Abdullah 1
, Ayad E. Korial1*
1 Department of computer engineering, University of Technology,Baghdad, Iraq
Abstract: This paper suggests a navigation structure for visually impaired/blind people using A star algorithm.
The proposed structure is consisted of two parts. In the first part planning the path and in the second part
avoiding obstacles. The aim is to guidevisually impaired/blind people from a required location to a desired
location. Two tests are run in each part and modeled in C sharp language and MATLABprogram. Simulation
results show good performance for the proposed scheme that the visually impaired/blind people reach the
desired location successfully without error. In conclusion, A star path finding algorithm using C sharp language
was a valid and reliable method to guide the visually impaired / blind people from a required location to a
desired location in indoor environment with or without obstacles.
Keywords: Planning the path, avoidance obstacles, visually impaired/blind people, A star algorithm, path
finding, and indoor navigation.
I. Introduction
In the difficult context of day to day life of visually impaired/blind persons, the white cane still
represents the most popular tool used for obstacle detection, provided that the encountered locations have been
visited before and memorized. In an unfamiliar setting, they completely depend on other humans to reach the
desired destination [1].Sentient computing is the proposition that applications can be made more responsive and
useful by observing and reacting to the physical world. It is particularly attractive in a world of mobile users
and ubiquitous computers [2].Blind and visually impaired people have different important daily needs including
navigation. Navigation and way finding is crucial for the blind population, as for any other. Visually impaired
people in new environments may feel totally disoriented or isolated. These people can easily end up in
dangerous and confusing situations as they move in unknown places. Pressing navigation-related problems blind
people face include determining one’s position, heading or moving direction, and the detection of close objects
(most probably mobility barriers) [3].
Visually impaired people rely on different tools and skills to navigate. They usually rely on their white
canes, seeing-eye-dogs and other skills acquired over time to aid their navigation. Visually impaired people, that
are able to perceive sounds, tend to learn how to identify audible landmarks. In general, people supplement their
loss of sight by becoming better with other senses, even smell [4].
Cognitive mapping skills are flexible enough to adapt to the sensory loss. Even people who are blind
from birth can deal with spatial concepts and can find their way through different spaces [3].
Many technologies have been developed to assist blind users with different navigation needs. This
includes avoiding obstacles like laser canes and other handheld devices that transmit laser or ultrasound beams
to detect objects ahead of the user and give audio or vibration feedback that varies according to how close the
objects are [5, 6].In indoor navigation, we need two things, positioning system and suitable path finding
algorithm so research into indoor positioning systems has identified some possible technologies, but none of
these has been developed and distributed to consumers [7].
Guerrero et al., (2012) [8] demonstrated an indoor navigation system for the visually impaired. They
reported that a navigation in indoor environments was highly challenging for the severely visually impaired,
particularly in spaces visited for the first time. Several solutions have been proposed to deal with this challenge.
Kim and Chang (2013) [9] presented high-resolution touch floor system using particle swarm optimization
neural network. A touch floor system, based on force sensitive resistors, capable of identifying user position and
motion with high resolution, was proposed in this paper. Sun et al. (2014) [10] presented a new wearable
computer called eButton. The concepts of its design and electronic implementation were described. Zhang
et al. (2014) [11] described an indoor positioning algorithm for mobile objects based on track smoothing. A new
indoor positioning algorithm was proposed for mobile objects based on track smoothing. Abou Haidar and
Roger Achkar (2014)[12] proposed smart walker. Elderlies, blind or visually impaired people recur to a cane as
a traditional ambulation aid.
In this paper, planning the path part and avoiding obstacles part using A star algorithm is presented for
a visually impaired/blind people operating in two runs in each part using C sharp and MATLAB program.
Planning the Path and Avoidance Obstacles for Visually Impaired/Blind People
DOI: 10.9790/0661-1761147151 www.iosrjournals.org 148 | Page
II. Path Finding Algorithms
Path finding in the basic definition is moving an object from its initial position to the final location.
Path Finding Algorithms (PFA) are used in many different application areas such as: -Games and Virtual Tours,
Robot Motion and Navigation, Driverless Vehicles, Transportation Networks, and Human Navigation. Path
finding algorithms have many usage areas. These algorithms are useful in the field of roboticsbecause they can
be used to guide a robot around difficult terrain without human intervention [13].
There are many algorithms that are commonly known and used, ranging from simplex to
complex, in order to be able to solve the path finding problem. There also exist some algorithms that plan
the whole path before moving anywhere. Best-first algorithm expands nodes based on a heuristic estimate of the
cost to the goal. Nodes, which are estimated to give the best cost, are expanded first. The most commonly used
algorithm is A* algorithm, which is a combination of the Dijkstra algorithm and the best-first algorithm [14].
A* is one of the many search algorithms that takes an input, evaluates a number of possible paths and
returns a solution. In computer science, A* (as ―A star‖) is a computer algorithm that is widely used in
pathfinding and graph traversal, the process of plotting an efficiently traversable path between points, called
nodes [15].
III. System Design Navigation
Provided that the visually impaired/blind people (users) has traversed the path, our navigational system
should determine a user’s location, find the best path to a destination, and give meaningful instructions along
that path.While attempting to navigate an already constructed map, the system must track its belief about the
visually impaired/blind people current location on that map. Figure 1 shows in indoor navigation system.
Figure 1: In indoor navigation system.
IV. Overall System Navigation
In the case of a visually impaired/blind people, the navigation intelligence and local path planning is provided
by the person. Hence, our proposal focuses on the planning the path and the obstacles detection system to assist
visually impaired/blind people as shown in the Figure 2 below.
Figure 2: The structure of planning the path of visually impaired/blind people
In the same concept our proposed system of visually impaired/blind people when the environment or indoor
navigation contains several obstacles, our structure is shown in Figure 3 below.
Figure 3: The structure of avoiding the obstacles of visually impaired/blind people
1.1 Planned path results and discussion
Increasing sources of sensor measurements and prior knowledge have become available for indoor
localization on smartphones. How to effectively utilize these sources for enhancing localization accuracy is an
important yet challenging problem. In this section, we present planning the path of visually impaired/blind
Planning the Path and Avoidance Obstacles for Visually Impaired/Blind People
DOI: 10.9790/0661-1761147151 www.iosrjournals.org 149 | Page
people localization algorithm that exploits various sources of information. Specifically, we also introduce the
concept of A star algorithm to indicate the area where the visually impaired/blind people is in an indoor map.
In run 1 where the visually impaired/blind people is moved from start position (2,3) to goal position (20,10), and
in run 2 where the visually impaired/blind people is moved from start position (3,13) to goal position (22,1) the
results are shown in Figures 4 a, b and Figures 5 a, b respectively.
Figure 4 a: Indication of start and goal position of run 1
Figure 4 b: Visually impaired/blind people path planning using A star algorithm of run 1
Figure 5 a: Indication of start and goal position of run 2
5 b: Visually impaired/blind people path planning using A star algorithm of run 2
Planning the Path and Avoidance Obstacles for Visually Impaired/Blind People
DOI: 10.9790/0661-1761147151 www.iosrjournals.org 150 | Page
The evaluation of path points are done in distance unit using Matlab as shown in Figure 6, 7 for run 1 and run 2
respectively.
Figure 6: The evaluation of path points of run 1 Figure 7: The evaluation of path points of run 2
1.2 Avoiding Obstacles Results and Discussion
In this section, we present avoiding obstacles of visually impaired/blind people localization algorithm
that exploits various sources of information. Specifically, we also introduce the concept of A star algorithm to
indicate the area where the visually impaired/blind people is in an indoor map.
In run 1 where the visually impaired/blind people is moved from start position (1,7) to goal position (20,3), and
in run 2 where the visually impaired/blind people is moved from start position (6,4) to goal position (19,12) the
results are shown in Figures 8 a, b below Figure 9 a, b respectively.
Figure 8 a: Indication of start and goal position of run 1
Figure 8 b: Visually impaired/blind people obstacles avoidance using A star algorithm of run 1
Figure 9 a: Indication of start and goal position of run 2
2 4 6 8 10 12 14 16 18 20
2
4
6
8
10
X
Y
0 5 10 15 20 25
0
2
4
6
8
10
12
14
X
Y
Planning the Path and Avoidance Obstacles for Visually Impaired/Blind People
DOI: 10.9790/0661-1761147151 www.iosrjournals.org 151 | Page
Figure 9 b: Visually impaired/blind people obstacles avoidance using A star algorithm of run 2
The evaluation of path points are done in distance unit using Matlab as shown in Figure 10, 11 for run
1 and run 2 respectively.
V. Conclusion
A star path finding algorithm using C sharp language guided the visually impaired / blind people from
a required location to a desired location in indoor environment with or without obstacles. This method was valid
and reliable.
References
[1]. Shah C., Bouzit M., Youssef M., and Vasquez L., ―Evaluation of RU-Netra Tactile Feedback Navigation System for the Visually
Impaired‖, International Workshop on Virtual Rehabilitation, pp. 72-77, 2006.
[2]. Hopper A. ―Sentient Computing?‖, Phil. Trans. R. Soc. Lond., A, (2000), Vol. 358, pp. 2349-2358, August 2000.
[3]. Hub A., Diepstraten J., Ertl T., ―Design and development of an indoor navigation and object identification system for the blind‖.
Assets '04 Proceedings of the 6th international ACM SIGACCESS conference on Computers and accessibility, pp. 147 - 152 ,
October 18 – 20, 2004.
[4]. Gardner J., ―Seeing with Other Senses: Gardens for the Blind‖. The Herb Companion, February 3, 2007.
http://www.perkins.org/news-events/press/seeing-with-other- senses.html, last visit November, 2015.
[5]. Lakde C. K., Prasad P. S. ―Review Paper on Navigation System for Visually Impaired People‖, IJARCCE, Vol. 4, Issue 1, 2015
[6]. Agarwal, N, Iyer, A. , Naidu, S. , Rodrigues, S. ―Electronic guidance system for the visually impaired — A framework‖,
Technologies for Sustainable Development (ICTSD), 2015 International Conference on Mumbai, IEEE, PP 1-5, 2015 DOI
10.1109/ICTSD.2015.7095872
[7]. Changdon Kee et al., ―Centimeter-Accuracy Indoor Navigation‖, GPS World, November 2001. 

[8]. Guerrero, L.A.; Vasquez, F.; Ochoa, S.F., ―An Indoor Navigation System for the Visually Impaired‖, .Sensors, Vol.12, pp. 8236-
825, 2012.
[9]. Kim H.,Chang S., ―High-Resolution Touch Floor System Using Particle Swarm Optimization Neural Network‖,Sensors Journal,
IEEE, Vol. 13, pp. 2084-- 2093, June 2013.
[10]. Sun M., Bruke L., Mao et al., ―eButton: A Wearable Computer for Health Monitoring and Personal Assistance‖, Proceeding
DAC '14 Proceedings of the 51st Annual Design Automation Conference, , pp. 1-6, 2014.
[11]. Zhang Y. ; Zhang R.; Miao W. ; Xia W., Jia Z. ; Shen L., ―An Indoor Positioning Algorithm for Mobile Objects Based on Track
Smoothing‖,Advanced Infocomm Technology (ICAIT), 2014 IEEE 7th International Conference , pp. 252, 14-16Nov. 2014.
[12]. Abou Haidar G., Achkar R., Maalouf R., et al. ―SMART WALKER‖,2014 International Conference on Future Internet of Things
and Cloud, pp. 415, 2014.
[13]. Carsten J., ―Global Path Planning on board the Mars Exploration Rovers‖, IEEE Aerospace Conference, 2007.
[14]. Mustafa Kilinçarslan, ―Implementation Of A Path Finding Algorithm For the Navigation of visually Impaired People‖, Master
thesis. CH 2, PP26, 2007
[15]. Reddy H, ―Path Finding –Dijkstra’s and A* Algorithm’s‖, International Journal in IT and Engineering, pp 1-15, 2013.
Figure 10: The evaluation of path points of run 1
Figure 11: The evaluation of path points of run 2
0 5 10 15 20
1
2
3
4
5
6
7
8
9
X
Y
5 10 15 20
4
6
8
10
12
X
Y

Mais conteúdo relacionado

Mais procurados

Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBP
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBPHybrid Domain based Face Recognition using DWT, FFT and Compressed CLBP
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBPCSCJournals
 
Robust Motion Detection and Tracking of Moving Objects using HOG Feature and ...
Robust Motion Detection and Tracking of Moving Objects using HOG Feature and ...Robust Motion Detection and Tracking of Moving Objects using HOG Feature and ...
Robust Motion Detection and Tracking of Moving Objects using HOG Feature and ...CSCJournals
 
Transportation technologies for sustainability
Transportation technologies for sustainabilityTransportation technologies for sustainability
Transportation technologies for sustainabilitySpringer
 
Reactive Navigation of Autonomous Mobile Robot Using Neuro-Fuzzy System
Reactive Navigation of Autonomous Mobile Robot Using Neuro-Fuzzy SystemReactive Navigation of Autonomous Mobile Robot Using Neuro-Fuzzy System
Reactive Navigation of Autonomous Mobile Robot Using Neuro-Fuzzy SystemWaqas Tariq
 
3D Dynamic Facial Sequences Analsysis for face recognition and emotion detection
3D Dynamic Facial Sequences Analsysis for face recognition and emotion detection3D Dynamic Facial Sequences Analsysis for face recognition and emotion detection
3D Dynamic Facial Sequences Analsysis for face recognition and emotion detectionTaleb ALASHKAR
 
Face detection ppt
Face detection pptFace detection ppt
Face detection pptPooja R
 
Implementation of features dynamic tracking filter to tracing pupils
Implementation of features dynamic tracking filter to tracing pupilsImplementation of features dynamic tracking filter to tracing pupils
Implementation of features dynamic tracking filter to tracing pupilssipij
 
Recognition of Facial Emotions Based on Sparse Coding
Recognition of Facial Emotions Based on Sparse CodingRecognition of Facial Emotions Based on Sparse Coding
Recognition of Facial Emotions Based on Sparse CodingIJERA Editor
 
Ijarcet vol-2-issue-7-2262-2267
Ijarcet vol-2-issue-7-2262-2267Ijarcet vol-2-issue-7-2262-2267
Ijarcet vol-2-issue-7-2262-2267Editor IJARCET
 
IRJET- Detection of Static Body Poses using Skin Detection Techniques to Asse...
IRJET- Detection of Static Body Poses using Skin Detection Techniques to Asse...IRJET- Detection of Static Body Poses using Skin Detection Techniques to Asse...
IRJET- Detection of Static Body Poses using Skin Detection Techniques to Asse...IRJET Journal
 
Face recognition across non uniform motion blur, illumination, and pose
Face recognition across non uniform motion blur, illumination, and poseFace recognition across non uniform motion blur, illumination, and pose
Face recognition across non uniform motion blur, illumination, and posePvrtechnologies Nellore
 
Robust 3 d face recognition in presence of
Robust 3 d face recognition in presence ofRobust 3 d face recognition in presence of
Robust 3 d face recognition in presence ofijfcstjournal
 
Criminal Detection System
Criminal Detection SystemCriminal Detection System
Criminal Detection SystemIntrader Amit
 

Mais procurados (16)

IEEE-ROBIO-2013-115-120
IEEE-ROBIO-2013-115-120IEEE-ROBIO-2013-115-120
IEEE-ROBIO-2013-115-120
 
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBP
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBPHybrid Domain based Face Recognition using DWT, FFT and Compressed CLBP
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBP
 
Robust Motion Detection and Tracking of Moving Objects using HOG Feature and ...
Robust Motion Detection and Tracking of Moving Objects using HOG Feature and ...Robust Motion Detection and Tracking of Moving Objects using HOG Feature and ...
Robust Motion Detection and Tracking of Moving Objects using HOG Feature and ...
 
Transportation technologies for sustainability
Transportation technologies for sustainabilityTransportation technologies for sustainability
Transportation technologies for sustainability
 
Reactive Navigation of Autonomous Mobile Robot Using Neuro-Fuzzy System
Reactive Navigation of Autonomous Mobile Robot Using Neuro-Fuzzy SystemReactive Navigation of Autonomous Mobile Robot Using Neuro-Fuzzy System
Reactive Navigation of Autonomous Mobile Robot Using Neuro-Fuzzy System
 
3D Dynamic Facial Sequences Analsysis for face recognition and emotion detection
3D Dynamic Facial Sequences Analsysis for face recognition and emotion detection3D Dynamic Facial Sequences Analsysis for face recognition and emotion detection
3D Dynamic Facial Sequences Analsysis for face recognition and emotion detection
 
Face detection ppt
Face detection pptFace detection ppt
Face detection ppt
 
Implementation of features dynamic tracking filter to tracing pupils
Implementation of features dynamic tracking filter to tracing pupilsImplementation of features dynamic tracking filter to tracing pupils
Implementation of features dynamic tracking filter to tracing pupils
 
Recognition of Facial Emotions Based on Sparse Coding
Recognition of Facial Emotions Based on Sparse CodingRecognition of Facial Emotions Based on Sparse Coding
Recognition of Facial Emotions Based on Sparse Coding
 
Ijarcet vol-2-issue-7-2262-2267
Ijarcet vol-2-issue-7-2262-2267Ijarcet vol-2-issue-7-2262-2267
Ijarcet vol-2-issue-7-2262-2267
 
Hoip10 articulo reconocimiento facial_univ_vigo
Hoip10 articulo reconocimiento facial_univ_vigoHoip10 articulo reconocimiento facial_univ_vigo
Hoip10 articulo reconocimiento facial_univ_vigo
 
IRJET- Detection of Static Body Poses using Skin Detection Techniques to Asse...
IRJET- Detection of Static Body Poses using Skin Detection Techniques to Asse...IRJET- Detection of Static Body Poses using Skin Detection Techniques to Asse...
IRJET- Detection of Static Body Poses using Skin Detection Techniques to Asse...
 
Face recognition across non uniform motion blur, illumination, and pose
Face recognition across non uniform motion blur, illumination, and poseFace recognition across non uniform motion blur, illumination, and pose
Face recognition across non uniform motion blur, illumination, and pose
 
Robust 3 d face recognition in presence of
Robust 3 d face recognition in presence ofRobust 3 d face recognition in presence of
Robust 3 d face recognition in presence of
 
Criminal Detection System
Criminal Detection SystemCriminal Detection System
Criminal Detection System
 
inam
inaminam
inam
 

Destaque (20)

D0512327
D0512327D0512327
D0512327
 
N018138696
N018138696N018138696
N018138696
 
C01230912
C01230912C01230912
C01230912
 
C018141418
C018141418C018141418
C018141418
 
D010512129
D010512129D010512129
D010512129
 
J1803026569
J1803026569J1803026569
J1803026569
 
C1802050815
C1802050815C1802050815
C1802050815
 
G012224549
G012224549G012224549
G012224549
 
A010620104
A010620104A010620104
A010620104
 
L012648389
L012648389L012648389
L012648389
 
O01254108122
O01254108122O01254108122
O01254108122
 
K013166871
K013166871K013166871
K013166871
 
D0612025
D0612025D0612025
D0612025
 
E0543135
E0543135E0543135
E0543135
 
J010245458
J010245458J010245458
J010245458
 
I012636670
I012636670I012636670
I012636670
 
B1803020915
B1803020915B1803020915
B1803020915
 
C013151420
C013151420C013151420
C013151420
 
A1303050107
A1303050107A1303050107
A1303050107
 
E012644143
E012644143E012644143
E012644143
 

Semelhante a U01761147151

Paper_39-SRAVIP_Smart_Robot_Assistant_for_Visually_Impaired.pdf
Paper_39-SRAVIP_Smart_Robot_Assistant_for_Visually_Impaired.pdfPaper_39-SRAVIP_Smart_Robot_Assistant_for_Visually_Impaired.pdf
Paper_39-SRAVIP_Smart_Robot_Assistant_for_Visually_Impaired.pdfSathishRadcliffe
 
IRJET- A Survey on Indoor Navigation for Blind People
IRJET- A Survey on Indoor Navigation for Blind PeopleIRJET- A Survey on Indoor Navigation for Blind People
IRJET- A Survey on Indoor Navigation for Blind PeopleIRJET Journal
 
Methodologies and evaluation of electronic travel aids for the visually impai...
Methodologies and evaluation of electronic travel aids for the visually impai...Methodologies and evaluation of electronic travel aids for the visually impai...
Methodologies and evaluation of electronic travel aids for the visually impai...journalBEEI
 
IRJET - Smart E – Cane for the Visually Challenged and Blind using ML Con...
IRJET -  	  Smart E – Cane for the Visually Challenged and Blind using ML Con...IRJET -  	  Smart E – Cane for the Visually Challenged and Blind using ML Con...
IRJET - Smart E – Cane for the Visually Challenged and Blind using ML Con...IRJET Journal
 
Navigation Assistance for Visually Challenged People
Navigation Assistance for Visually Challenged PeopleNavigation Assistance for Visually Challenged People
Navigation Assistance for Visually Challenged PeopleIRJET Journal
 
optimizing-blind-navigation-machine-learning-for-object-detection-and-distanc...
optimizing-blind-navigation-machine-learning-for-object-detection-and-distanc...optimizing-blind-navigation-machine-learning-for-object-detection-and-distanc...
optimizing-blind-navigation-machine-learning-for-object-detection-and-distanc...ranavh003
 
ALTERNATE EYES FOR BLIND advanced wearable for visually impaired people
ALTERNATE EYES FOR BLIND advanced wearable for visually impaired peopleALTERNATE EYES FOR BLIND advanced wearable for visually impaired people
ALTERNATE EYES FOR BLIND advanced wearable for visually impaired peopleIRJET Journal
 
RASPBERRY PI BASED SMART WALKING STICK FOR VISUALLY IMPAIRED PERSON
RASPBERRY PI BASED SMART WALKING STICK FOR VISUALLY IMPAIRED PERSONRASPBERRY PI BASED SMART WALKING STICK FOR VISUALLY IMPAIRED PERSON
RASPBERRY PI BASED SMART WALKING STICK FOR VISUALLY IMPAIRED PERSONIRJET Journal
 
IRJET- A Survey of Trolley/Wheelchair based Smart System for Exclusive Medica...
IRJET- A Survey of Trolley/Wheelchair based Smart System for Exclusive Medica...IRJET- A Survey of Trolley/Wheelchair based Smart System for Exclusive Medica...
IRJET- A Survey of Trolley/Wheelchair based Smart System for Exclusive Medica...IRJET Journal
 
Eye(I) Still Know! – An App for the Blind Built using Web and AI
Eye(I) Still Know! – An App for the Blind Built using Web and AIEye(I) Still Know! – An App for the Blind Built using Web and AI
Eye(I) Still Know! – An App for the Blind Built using Web and AIDr. Amarjeet Singh
 
Iaetsd intelligent bus alert system for blind passengers
Iaetsd intelligent bus alert system for blind passengersIaetsd intelligent bus alert system for blind passengers
Iaetsd intelligent bus alert system for blind passengersIaetsd Iaetsd
 
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLEARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLEIRJET Journal
 
In tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robot
In tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robotIn tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robot
In tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robotSudhakar Spartan
 
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...IRJET Journal
 
C015 apwcs10-positioning
C015 apwcs10-positioningC015 apwcs10-positioning
C015 apwcs10-positioningevegod
 
Detection of immovable objects on visually impaired people walking aids
Detection of immovable objects on visually impaired people walking aidsDetection of immovable objects on visually impaired people walking aids
Detection of immovable objects on visually impaired people walking aidsTELKOMNIKA JOURNAL
 
Enhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniquesEnhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniquesMohamed Nabil, MSc.
 
IRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic SensorIRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic SensorIRJET Journal
 

Semelhante a U01761147151 (20)

Paper_39-SRAVIP_Smart_Robot_Assistant_for_Visually_Impaired.pdf
Paper_39-SRAVIP_Smart_Robot_Assistant_for_Visually_Impaired.pdfPaper_39-SRAVIP_Smart_Robot_Assistant_for_Visually_Impaired.pdf
Paper_39-SRAVIP_Smart_Robot_Assistant_for_Visually_Impaired.pdf
 
IRJET- A Survey on Indoor Navigation for Blind People
IRJET- A Survey on Indoor Navigation for Blind PeopleIRJET- A Survey on Indoor Navigation for Blind People
IRJET- A Survey on Indoor Navigation for Blind People
 
Methodologies and evaluation of electronic travel aids for the visually impai...
Methodologies and evaluation of electronic travel aids for the visually impai...Methodologies and evaluation of electronic travel aids for the visually impai...
Methodologies and evaluation of electronic travel aids for the visually impai...
 
IRJET - Smart E – Cane for the Visually Challenged and Blind using ML Con...
IRJET -  	  Smart E – Cane for the Visually Challenged and Blind using ML Con...IRJET -  	  Smart E – Cane for the Visually Challenged and Blind using ML Con...
IRJET - Smart E – Cane for the Visually Challenged and Blind using ML Con...
 
Navigation Assistance for Visually Challenged People
Navigation Assistance for Visually Challenged PeopleNavigation Assistance for Visually Challenged People
Navigation Assistance for Visually Challenged People
 
optimizing-blind-navigation-machine-learning-for-object-detection-and-distanc...
optimizing-blind-navigation-machine-learning-for-object-detection-and-distanc...optimizing-blind-navigation-machine-learning-for-object-detection-and-distanc...
optimizing-blind-navigation-machine-learning-for-object-detection-and-distanc...
 
ALTERNATE EYES FOR BLIND advanced wearable for visually impaired people
ALTERNATE EYES FOR BLIND advanced wearable for visually impaired peopleALTERNATE EYES FOR BLIND advanced wearable for visually impaired people
ALTERNATE EYES FOR BLIND advanced wearable for visually impaired people
 
RASPBERRY PI BASED SMART WALKING STICK FOR VISUALLY IMPAIRED PERSON
RASPBERRY PI BASED SMART WALKING STICK FOR VISUALLY IMPAIRED PERSONRASPBERRY PI BASED SMART WALKING STICK FOR VISUALLY IMPAIRED PERSON
RASPBERRY PI BASED SMART WALKING STICK FOR VISUALLY IMPAIRED PERSON
 
IRJET- A Survey of Trolley/Wheelchair based Smart System for Exclusive Medica...
IRJET- A Survey of Trolley/Wheelchair based Smart System for Exclusive Medica...IRJET- A Survey of Trolley/Wheelchair based Smart System for Exclusive Medica...
IRJET- A Survey of Trolley/Wheelchair based Smart System for Exclusive Medica...
 
Eye(I) Still Know! – An App for the Blind Built using Web and AI
Eye(I) Still Know! – An App for the Blind Built using Web and AIEye(I) Still Know! – An App for the Blind Built using Web and AI
Eye(I) Still Know! – An App for the Blind Built using Web and AI
 
Iaetsd intelligent bus alert system for blind passengers
Iaetsd intelligent bus alert system for blind passengersIaetsd intelligent bus alert system for blind passengers
Iaetsd intelligent bus alert system for blind passengers
 
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLEARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
ARTIFICIAL INTELLIGENCE BASED SMART NAVIGATION SYSTEM FOR BLIND PEOPLE
 
Ts 2 b topic
Ts 2 b topicTs 2 b topic
Ts 2 b topic
 
In tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robot
In tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robotIn tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robot
In tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robot
 
Metric Table
Metric TableMetric Table
Metric Table
 
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
 
C015 apwcs10-positioning
C015 apwcs10-positioningC015 apwcs10-positioning
C015 apwcs10-positioning
 
Detection of immovable objects on visually impaired people walking aids
Detection of immovable objects on visually impaired people walking aidsDetection of immovable objects on visually impaired people walking aids
Detection of immovable objects on visually impaired people walking aids
 
Enhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniquesEnhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniques
 
IRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic SensorIRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
IRJET-Voice Assisted Blind Stick using Ultrasonic Sensor
 

Mais de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Último

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 

Último (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 

U01761147151

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. I (Nov – Dec. 2015), PP 147-151 www.iosrjournals.org DOI: 10.9790/0661-1761147151 www.iosrjournals.org 147 | Page Planning the Path and Avoidance Obstacles for Visually Impaired/Blind People Mohammed N. Abdullah 1 , Ayad E. Korial1* 1 Department of computer engineering, University of Technology,Baghdad, Iraq Abstract: This paper suggests a navigation structure for visually impaired/blind people using A star algorithm. The proposed structure is consisted of two parts. In the first part planning the path and in the second part avoiding obstacles. The aim is to guidevisually impaired/blind people from a required location to a desired location. Two tests are run in each part and modeled in C sharp language and MATLABprogram. Simulation results show good performance for the proposed scheme that the visually impaired/blind people reach the desired location successfully without error. In conclusion, A star path finding algorithm using C sharp language was a valid and reliable method to guide the visually impaired / blind people from a required location to a desired location in indoor environment with or without obstacles. Keywords: Planning the path, avoidance obstacles, visually impaired/blind people, A star algorithm, path finding, and indoor navigation. I. Introduction In the difficult context of day to day life of visually impaired/blind persons, the white cane still represents the most popular tool used for obstacle detection, provided that the encountered locations have been visited before and memorized. In an unfamiliar setting, they completely depend on other humans to reach the desired destination [1].Sentient computing is the proposition that applications can be made more responsive and useful by observing and reacting to the physical world. It is particularly attractive in a world of mobile users and ubiquitous computers [2].Blind and visually impaired people have different important daily needs including navigation. Navigation and way finding is crucial for the blind population, as for any other. Visually impaired people in new environments may feel totally disoriented or isolated. These people can easily end up in dangerous and confusing situations as they move in unknown places. Pressing navigation-related problems blind people face include determining one’s position, heading or moving direction, and the detection of close objects (most probably mobility barriers) [3]. Visually impaired people rely on different tools and skills to navigate. They usually rely on their white canes, seeing-eye-dogs and other skills acquired over time to aid their navigation. Visually impaired people, that are able to perceive sounds, tend to learn how to identify audible landmarks. In general, people supplement their loss of sight by becoming better with other senses, even smell [4]. Cognitive mapping skills are flexible enough to adapt to the sensory loss. Even people who are blind from birth can deal with spatial concepts and can find their way through different spaces [3]. Many technologies have been developed to assist blind users with different navigation needs. This includes avoiding obstacles like laser canes and other handheld devices that transmit laser or ultrasound beams to detect objects ahead of the user and give audio or vibration feedback that varies according to how close the objects are [5, 6].In indoor navigation, we need two things, positioning system and suitable path finding algorithm so research into indoor positioning systems has identified some possible technologies, but none of these has been developed and distributed to consumers [7]. Guerrero et al., (2012) [8] demonstrated an indoor navigation system for the visually impaired. They reported that a navigation in indoor environments was highly challenging for the severely visually impaired, particularly in spaces visited for the first time. Several solutions have been proposed to deal with this challenge. Kim and Chang (2013) [9] presented high-resolution touch floor system using particle swarm optimization neural network. A touch floor system, based on force sensitive resistors, capable of identifying user position and motion with high resolution, was proposed in this paper. Sun et al. (2014) [10] presented a new wearable computer called eButton. The concepts of its design and electronic implementation were described. Zhang et al. (2014) [11] described an indoor positioning algorithm for mobile objects based on track smoothing. A new indoor positioning algorithm was proposed for mobile objects based on track smoothing. Abou Haidar and Roger Achkar (2014)[12] proposed smart walker. Elderlies, blind or visually impaired people recur to a cane as a traditional ambulation aid. In this paper, planning the path part and avoiding obstacles part using A star algorithm is presented for a visually impaired/blind people operating in two runs in each part using C sharp and MATLAB program.
  • 2. Planning the Path and Avoidance Obstacles for Visually Impaired/Blind People DOI: 10.9790/0661-1761147151 www.iosrjournals.org 148 | Page II. Path Finding Algorithms Path finding in the basic definition is moving an object from its initial position to the final location. Path Finding Algorithms (PFA) are used in many different application areas such as: -Games and Virtual Tours, Robot Motion and Navigation, Driverless Vehicles, Transportation Networks, and Human Navigation. Path finding algorithms have many usage areas. These algorithms are useful in the field of roboticsbecause they can be used to guide a robot around difficult terrain without human intervention [13]. There are many algorithms that are commonly known and used, ranging from simplex to complex, in order to be able to solve the path finding problem. There also exist some algorithms that plan the whole path before moving anywhere. Best-first algorithm expands nodes based on a heuristic estimate of the cost to the goal. Nodes, which are estimated to give the best cost, are expanded first. The most commonly used algorithm is A* algorithm, which is a combination of the Dijkstra algorithm and the best-first algorithm [14]. A* is one of the many search algorithms that takes an input, evaluates a number of possible paths and returns a solution. In computer science, A* (as ―A star‖) is a computer algorithm that is widely used in pathfinding and graph traversal, the process of plotting an efficiently traversable path between points, called nodes [15]. III. System Design Navigation Provided that the visually impaired/blind people (users) has traversed the path, our navigational system should determine a user’s location, find the best path to a destination, and give meaningful instructions along that path.While attempting to navigate an already constructed map, the system must track its belief about the visually impaired/blind people current location on that map. Figure 1 shows in indoor navigation system. Figure 1: In indoor navigation system. IV. Overall System Navigation In the case of a visually impaired/blind people, the navigation intelligence and local path planning is provided by the person. Hence, our proposal focuses on the planning the path and the obstacles detection system to assist visually impaired/blind people as shown in the Figure 2 below. Figure 2: The structure of planning the path of visually impaired/blind people In the same concept our proposed system of visually impaired/blind people when the environment or indoor navigation contains several obstacles, our structure is shown in Figure 3 below. Figure 3: The structure of avoiding the obstacles of visually impaired/blind people 1.1 Planned path results and discussion Increasing sources of sensor measurements and prior knowledge have become available for indoor localization on smartphones. How to effectively utilize these sources for enhancing localization accuracy is an important yet challenging problem. In this section, we present planning the path of visually impaired/blind
  • 3. Planning the Path and Avoidance Obstacles for Visually Impaired/Blind People DOI: 10.9790/0661-1761147151 www.iosrjournals.org 149 | Page people localization algorithm that exploits various sources of information. Specifically, we also introduce the concept of A star algorithm to indicate the area where the visually impaired/blind people is in an indoor map. In run 1 where the visually impaired/blind people is moved from start position (2,3) to goal position (20,10), and in run 2 where the visually impaired/blind people is moved from start position (3,13) to goal position (22,1) the results are shown in Figures 4 a, b and Figures 5 a, b respectively. Figure 4 a: Indication of start and goal position of run 1 Figure 4 b: Visually impaired/blind people path planning using A star algorithm of run 1 Figure 5 a: Indication of start and goal position of run 2 5 b: Visually impaired/blind people path planning using A star algorithm of run 2
  • 4. Planning the Path and Avoidance Obstacles for Visually Impaired/Blind People DOI: 10.9790/0661-1761147151 www.iosrjournals.org 150 | Page The evaluation of path points are done in distance unit using Matlab as shown in Figure 6, 7 for run 1 and run 2 respectively. Figure 6: The evaluation of path points of run 1 Figure 7: The evaluation of path points of run 2 1.2 Avoiding Obstacles Results and Discussion In this section, we present avoiding obstacles of visually impaired/blind people localization algorithm that exploits various sources of information. Specifically, we also introduce the concept of A star algorithm to indicate the area where the visually impaired/blind people is in an indoor map. In run 1 where the visually impaired/blind people is moved from start position (1,7) to goal position (20,3), and in run 2 where the visually impaired/blind people is moved from start position (6,4) to goal position (19,12) the results are shown in Figures 8 a, b below Figure 9 a, b respectively. Figure 8 a: Indication of start and goal position of run 1 Figure 8 b: Visually impaired/blind people obstacles avoidance using A star algorithm of run 1 Figure 9 a: Indication of start and goal position of run 2 2 4 6 8 10 12 14 16 18 20 2 4 6 8 10 X Y 0 5 10 15 20 25 0 2 4 6 8 10 12 14 X Y
  • 5. Planning the Path and Avoidance Obstacles for Visually Impaired/Blind People DOI: 10.9790/0661-1761147151 www.iosrjournals.org 151 | Page Figure 9 b: Visually impaired/blind people obstacles avoidance using A star algorithm of run 2 The evaluation of path points are done in distance unit using Matlab as shown in Figure 10, 11 for run 1 and run 2 respectively. V. Conclusion A star path finding algorithm using C sharp language guided the visually impaired / blind people from a required location to a desired location in indoor environment with or without obstacles. This method was valid and reliable. References [1]. Shah C., Bouzit M., Youssef M., and Vasquez L., ―Evaluation of RU-Netra Tactile Feedback Navigation System for the Visually Impaired‖, International Workshop on Virtual Rehabilitation, pp. 72-77, 2006. [2]. Hopper A. ―Sentient Computing?‖, Phil. Trans. R. Soc. Lond., A, (2000), Vol. 358, pp. 2349-2358, August 2000. [3]. Hub A., Diepstraten J., Ertl T., ―Design and development of an indoor navigation and object identification system for the blind‖. Assets '04 Proceedings of the 6th international ACM SIGACCESS conference on Computers and accessibility, pp. 147 - 152 , October 18 – 20, 2004. [4]. Gardner J., ―Seeing with Other Senses: Gardens for the Blind‖. The Herb Companion, February 3, 2007. http://www.perkins.org/news-events/press/seeing-with-other- senses.html, last visit November, 2015. [5]. Lakde C. K., Prasad P. S. ―Review Paper on Navigation System for Visually Impaired People‖, IJARCCE, Vol. 4, Issue 1, 2015 [6]. Agarwal, N, Iyer, A. , Naidu, S. , Rodrigues, S. ―Electronic guidance system for the visually impaired — A framework‖, Technologies for Sustainable Development (ICTSD), 2015 International Conference on Mumbai, IEEE, PP 1-5, 2015 DOI 10.1109/ICTSD.2015.7095872 [7]. Changdon Kee et al., ―Centimeter-Accuracy Indoor Navigation‖, GPS World, November 2001. 
 [8]. Guerrero, L.A.; Vasquez, F.; Ochoa, S.F., ―An Indoor Navigation System for the Visually Impaired‖, .Sensors, Vol.12, pp. 8236- 825, 2012. [9]. Kim H.,Chang S., ―High-Resolution Touch Floor System Using Particle Swarm Optimization Neural Network‖,Sensors Journal, IEEE, Vol. 13, pp. 2084-- 2093, June 2013. [10]. Sun M., Bruke L., Mao et al., ―eButton: A Wearable Computer for Health Monitoring and Personal Assistance‖, Proceeding DAC '14 Proceedings of the 51st Annual Design Automation Conference, , pp. 1-6, 2014. [11]. Zhang Y. ; Zhang R.; Miao W. ; Xia W., Jia Z. ; Shen L., ―An Indoor Positioning Algorithm for Mobile Objects Based on Track Smoothing‖,Advanced Infocomm Technology (ICAIT), 2014 IEEE 7th International Conference , pp. 252, 14-16Nov. 2014. [12]. Abou Haidar G., Achkar R., Maalouf R., et al. ―SMART WALKER‖,2014 International Conference on Future Internet of Things and Cloud, pp. 415, 2014. [13]. Carsten J., ―Global Path Planning on board the Mars Exploration Rovers‖, IEEE Aerospace Conference, 2007. [14]. Mustafa Kilinçarslan, ―Implementation Of A Path Finding Algorithm For the Navigation of visually Impaired People‖, Master thesis. CH 2, PP26, 2007 [15]. Reddy H, ―Path Finding –Dijkstra’s and A* Algorithm’s‖, International Journal in IT and Engineering, pp 1-15, 2013. Figure 10: The evaluation of path points of run 1 Figure 11: The evaluation of path points of run 2 0 5 10 15 20 1 2 3 4 5 6 7 8 9 X Y 5 10 15 20 4 6 8 10 12 X Y