Home > C/C++, Programming > College Project

College Project

February 8th, 2010

My brother is doing a project for school for blind people. the project is to direct the blind by voice commands in a room.
the program that use windows 7 speech recognition tool as input for the blind person ie. toilet. the program shall respond by go right then coordination update then it tell him to go left then it tell him you are here.

my brother will make the device that make the x,y location so all needed is a map matrix like this

0000000000
0000111100
0000111100
0000000000

were 1 represent object and 0 is free path to take. so the program should tell the shortest route too.

C++ is important. we need this before this month end.


College Project

Comments are closed.
Bear