zambony / Median-Stacker

A python script to stack images, removing noise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A python script to stack images, removing noise

License:MIT License


Languages

Language:Python 100.0%