Skip to content

Create an "average" photo from a collection of photos.

License

Notifications You must be signed in to change notification settings

sbishopwta/PhotoFromPhotos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotoFromPhotos

Create an "average" photo from a collection of photos.

Goal

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.

Future Goals

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

Concerns

  • Handling different photo aspect ratio.

Inspiration

About

Create an "average" photo from a collection of photos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published