Remove people from image stack, automatically, using free software! The script will align images and then calculate median to remove unwanted people from your lovely picture.
The script requires docker engine to run, as it uses imagemagick
and hugin
to do all the magic.
Once you have docker engine installed:
- Create a directory for your photo stack. Make sure they have
.jpg
extension. - Run
./remove-people.sh $your_directory_path
, where$your_directory_path
is a directory from above. - Find
result.jpg
inside the directory. It's your final image!