Skip to content

Feed in several images with a static background and filter out any artifacts that may have changed between the images

Notifications You must be signed in to change notification settings

dustingrady/MedianFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Median Filter

Median Filter is a tool which, given a series of images, will filter out transient objects


Before:

Before

After:

After


How it works:

The script will iterate over a series of images, breaking each image into a 2D array of its constituent pixel values. A final image will then be generated by calculating the median pixel value across all pixel values at a given position.


About

Feed in several images with a static background and filter out any artifacts that may have changed between the images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages