1 / 7

Separated Children Seeking Platform

Separated Children Seeking Platform. Based on Location Information from Street Snap. Group 3. Introduction. Photos, Location, Time etc. Apache Server. Android App. A list of photos & Location. Background.

kerryn
Download Presentation

Separated Children Seeking Platform

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. Separated Children Seeking Platform Based on Location Information from Street Snap Group 3

  2. Introduction Photos, Location, Time etc. Apache Server Android App A list of photos & Location

  3. Background Now the public are commonly indifferent and unconcerned about the separate children seeking issue • unwilling to provide personal information • avoiding the touch with police • confused about what to do We want to change this situation, and merge this public service with game-like mobile application toencourage the participation of populace

  4. Android App • Activities • take photo & add comments • display similar photos • give feedback • display locations on map

  5. Client-Server Model JSON insert an entry PHP $_POST 33.646576, -117.842793, 2014-05-20 14:01:03 MySQL 33.856147, -116.146351, 2014-05-20 10:46:42 Android App PHP echo json_encode() database query JSON

  6. Server and Database • Store the images in a folder • Entry format in the database • `id`, for every photo, INT, PRIMARY KEY • `desc`, verbal description, VARCHAR • `location`, location info, POINT SPATIAL INDEX, RTREE • `time`, TIMESTAMP • MYISAM engine

  7. Image Query Approach • Time and location matching • Define a reasonable time interval • Define a reasonable spatial interval • Notice that the location information is in latitude and longitude. Translation to absolute distance should be define. • 1 degree latitude deviation = 69 miles (approx.) • 1 degree longitude deviation = 69 miles (approx.) • Face recognition • Face recognition algorithms • Challenge

More Related