60 likes | 214 Views
Room Locator . Yehia Khoja Vinayak Gokahle Aabhas Sharma. Current achievements. Created the window in which the user chooses a room and a building Uploaded the floor plans into a database. Work in progress. Linking the database to the user input:
E N D
Room Locator Yehia Khoja VinayakGokahle Aabhas Sharma
Current achievements • Created the window in which the user chooses a room and a building • Uploaded the floor plans into a database
Work in progress • Linking the database to the user input: • Writing the code that uploads the image of the user’s selection • Highlighting the room in the building chosen by the user: • It’s not possible for the phone to recognize multiple locations in an image file. Example it doesn’t separate EE230 from EE231
Initial design to highlight room: • Include pixel values of the beginning and end of the room • Use these points to find the dimensionsof the room • Draw a bow that fills the room space 1) MSEE 140 2) MSEE 140
Problems with this approach • Even if the phone can recognize the pixels at each point, it will still need one line of code for each room on each floor in each building to display a marker at each room.
conclusions • Graphical context class in java • Hardcoding the coordinates is an okay process • Check if there are profiling tools for the android apps: how much memory is consumed, battery life estimate,…