1 / 6

Room Locator

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:

zinna
Download Presentation

Room Locator

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Room Locator Yehia Khoja VinayakGokahle Aabhas Sharma

  2. Current achievements • Created the window in which the user chooses a room and a building • Uploaded the floor plans into a database

  3. 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

  4. 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

  5. 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.

  6. 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,…

More Related