/Median-Stacker

A python script to stack images, removing noise

Primary LanguagePythonMIT LicenseMIT

Median Stacker

A Python 3.5 script to stack images, removing noise

Getting Started

Save the stacker.py file inside your favorite folder
Create a sub-folder next to the script named images
Place all of your images you want stacked inside the images folder
Run the script.

Note

This script requires Pillow and the numpy library. To install the Pillow library for Python, open a command prompt and use:

pip install Pillow

Then do the same to install numpy, doing:

pip install numpy