Create an "average" photo from a collection of photos.
At the current time of writing the goal is to create an averaged photo based on a collection of photos.
- Implementation - Count the individual rgb values for each pixel and for each portrait, and divide those values by the number of portraits.
- Smart cropping tool that takes a collection of images and then crops them all centered around a common object in all of the photos. We'll take the eyes for example. I could loop through to find the largest depiction of eyes and then zoom the rest of the photos in so that the size of the eyes match up.
- Handling different photo aspect ratio.