Skip to content

This program will use the image averaging technique to denoise images. The effect should simulate a long exposure.

Notifications You must be signed in to change notification settings

xueweili/DenoiseAverage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DenoiseAverage

This program will use the image averaging technique to denoise images. The effect should simulate a long exposure.

Usage

Example image

The picture in the upper left panel is a single exposure. The upper right panel is about 580 exposures averaged. In order to avoid that features will be blurred, the algorithm includes an alignment method based on fast fourier transform and cross correlation.

In the picture below are highlighted some details and artifacts of the method:

  1. The averaged picture shows a incredible denoising effect
  2. The screen of the pc was running a movie. This is why in the average results grey.
  3. The clock arms and ticks are almost not visibile in the unprocessed picture. In the averaged picture the quality is better but since the 500 pictures where taken in 5 minutes, the clock minute arm is blurred away.

About

This program will use the image averaging technique to denoise images. The effect should simulate a long exposure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%