Skip to content

Ray457/Simple_Photo_Stacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple_Photo_Stacking

A simple python program that stacks multiple photos to reduce random noise.

Currently it looks for the brightest 5*5 area in the image as the reference feature to align the images, and crop the edges to align them. Therefore the script can't do nonlinear transformations (yet). It also has no command line arguments support (yet).

Demo photo taken by Nexus 5:

Original(grayscale): original grayscale

Mean stacked: mean stacked

Median stacked: median stacked

About

A simple python program that stacks multiple photos to reduce random noise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages