Presentation is loading. Please wait.

Presentation is loading. Please wait.

Image Collection Backend for Cameraphones. Introduction Project Goals Design an integrated system to upload image from a mobile phone to a remote server.

Similar presentations


Presentation on theme: "Image Collection Backend for Cameraphones. Introduction Project Goals Design an integrated system to upload image from a mobile phone to a remote server."— Presentation transcript:

1 Image Collection Backend for Cameraphones

2 Introduction Project Goals Design an integrated system to upload image from a mobile phone to a remote server Sort and categorize the images on the server

3 Introduction Why? Cameras on mobile phones becoming much better ~5MP Flash No simple way to organize and store images taken

4 System Components

5 Client Application Connects to phone Downloads new images Uploads images to server “Remembers” what images have been uploaded

6 System Components Server Application Receives & saves images from the client Provides a basic workflow engine Extracts information from the image Implements a number of methods of sorting/searching Provides a user interface to the system

7 Client Application Python ObexFTP (“FTP over Bluetooth”)‏ SQLite (Lightweight database engine)‏ Mechanize (Browser emulator)‏

8 Client Application ObexFTP Lists files on mobile phone Downloads new images

9 Client Application Uses the database to store User credentials Phone information Image information

10 Client Application Mechanize Contacts and logs into server Uploads images

11 Implementation Server Software Django (MVC Framework)‏ Each Photo is associated with a Gallery Each Gallery is associated with a User Each Photo may be associated with a number of Faces Each Face will have a Person

12 Implementation Database MySQL/PostgreSQL SQLite

13 Server Application OpenCV Open source image processing library from Intel Very high performance Aimed towards computer vision Used to detect faces in images

14 Server Application Face Detection Determines if the image is a portrait or group-shot Crops a region of the image around the face Allows people to be “tagged”

15 Server Application Auto Colour Correlogram “A colour correlogram is a representation expressing the spatial correlation of colour and distance between pixels in a stored image.” Used to search for a person in images Based on the LIRE implementation

16 Server Application Images are sorted by date uploaded Exif metadata from images Can find images taken at the same “event”

17 Web Interface Written entirely in Django Allows users to log in, view images and leave comments


Download ppt "Image Collection Backend for Cameraphones. Introduction Project Goals Design an integrated system to upload image from a mobile phone to a remote server."

Similar presentations


Ads by Google