SlideShare a Scribd company logo
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

More Related Content

What's hot

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
CSCJournals
 
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 System
Waqas 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 detection
Taleb ALASHKAR
 
Face detection ppt
Face detection pptFace detection ppt
Face detection ppt
Pooja 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 pupils
sipij
 
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
IJERA 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
 
Hoip10 articulo reconocimiento facial_univ_vigo
Hoip10 articulo reconocimiento facial_univ_vigoHoip10 articulo reconocimiento facial_univ_vigo
Hoip10 articulo reconocimiento facial_univ_vigo
TECNALIA Research & Innovation
 
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 pose
Pvrtechnologies 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 of
ijfcstjournal
 
Criminal Detection System
Criminal Detection SystemCriminal Detection System
Criminal Detection System
Intrader Amit
 

What's hot (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
 

Viewers also liked

The User as a Sensor: Navigating Users with Visual Impairments in Indoor Spac...
The User as a Sensor: Navigating Users with Visual Impairments in Indoor Spac...The User as a Sensor: Navigating Users with Visual Impairments in Indoor Spac...
The User as a Sensor: Navigating Users with Visual Impairments in Indoor Spac...
Eelke Folmer
 
Smartvision
SmartvisionSmartvision
Green cities
Green citiesGreen cities
Green cities
Oswar Mungkasa
 
Foot bridge presentation
Foot bridge presentationFoot bridge presentation
Foot bridge presentation
Tausif Kauswala
 
Sustainable Cities
Sustainable CitiesSustainable Cities
Sustainable Cities
Shohail Choudhury
 

Viewers also liked (6)

The User as a Sensor: Navigating Users with Visual Impairments in Indoor Spac...
The User as a Sensor: Navigating Users with Visual Impairments in Indoor Spac...The User as a Sensor: Navigating Users with Visual Impairments in Indoor Spac...
The User as a Sensor: Navigating Users with Visual Impairments in Indoor Spac...
 
Smartvision
SmartvisionSmartvision
Smartvision
 
Green cities
Green citiesGreen cities
Green cities
 
Foot bridge presentation
Foot bridge presentationFoot bridge presentation
Foot bridge presentation
 
Sustainable Cities
Sustainable CitiesSustainable Cities
Sustainable Cities
 
Indian culture
Indian cultureIndian culture
Indian culture
 

Similar to Planning the Path and Avoidance Obstacles for Visually Impaired/Blind People

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
SathishRadcliffe
 
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
IRJET 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 People
IRJET 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 people
IRJET 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 PERSON
IRJET 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 AI
Dr. 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 PEOPLE
IRJET Journal
 
Ts 2 b topic
Ts 2 b topicTs 2 b topic
Ts 2 b topic
Harini Vemula
 
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
Sudhakar Spartan
 
Metric Table
Metric TableMetric 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 ...
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 aids
TELKOMNIKA JOURNAL
 
Enhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniquesEnhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniques
Mohamed 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 Sensor
IRJET Journal
 

Similar to Planning the Path and Avoidance Obstacles for Visually Impaired/Blind People (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
 

More from iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
iosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
iosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
iosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
iosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
iosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
iosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
iosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
iosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
iosrjce
 

More from iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Recently uploaded

Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 

Recently uploaded (20)

Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 

Planning the Path and Avoidance Obstacles for Visually Impaired/Blind People

  • 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