Develop an application that examines stored digital photos on a given device and creates a mini photo album with limited user-interaction. These albums can be created for trips or to have an album of your pets.
General Requirements:
General Requirements:
- Explore the meta-data stored with an image and extract it.
- Use the meta-data and image content to identify attributes of the photo (time, date, location, people, text, event).
- The Album Generator attempts to use these attributes to create a “Memories” slideshow of the perceived event or trip.
- Allow the user to specify a maximum length of the album.
- Allow the user to specify beginning and ending dates.
- Allow the user to specify a geographic location.
- Store the photo-album so that it can be viewed and distributed (to a friend or another similar device).
- Augment the photos in a meaningful way.
- Allow the user to “start” the album to display the photos without further user interaction.
- Implement at least one option which uses an image recognition algorithm (people, pets, etc) to create an album.