Can stacking multiple exposures reduce high-ISO noise, and is there software that does it well?

Asked 1/2/2015

5 views

2 answers

0

I’m interested in combining multiple shots of the same scene to improve low-light/high-ISO image quality, beyond basic HDR or focus stacking. I’ve tried aligning a burst of normally exposed frames in Photoshop and taking the median, which helped somewhat.

My questions are:

  • Is stacking multiple exposures a practical way to reduce noise in low-light images?
  • Is median stacking the best approach, or do mean/average methods with outlier rejection work better?
  • Are there existing programs, especially from astrophotography workflows, that can align frames and combine them intelligently?
  • Can slight sub-pixel misalignment between frames be used to improve detail or aliasing, similar to “super-resolution” techniques?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

11y ago

2 Answers

5

If you have a reasonable statistical model of the noise sources then yes, you can do better than median filtering, but not by that much. It's much easier to boost performance by simply shooting more images.

With regards to exploiting the slight misalignment of images, this can be used to increase resolution, the technique is called super-resolution and there are programs to do this for you if you google the term.

Originally by user1375. Source · Licensed CC BY-SA 4.0

user1375

11y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Yes. Stacking multiple exposures of the same scene is a valid way to reduce noise, and it’s commonly used in astrophotography.

For pure noise reduction, averaging aligned frames is generally the most effective way to improve signal-to-noise ratio. Median stacking is useful when you need a simple way to reject outliers, but it usually won’t give the best final SNR because it picks a single middle value rather than fully using all the data.

A better approach is typically mean/average stacking with some form of outlier rejection, such as sigma rejection. That lets software average the consistent signal while discarding or down-weighting rogue pixel values and other anomalies.

If you have a good statistical model of the noise, you may be able to do slightly better still, but in practice the biggest gains usually come from capturing more frames.

The small frame-to-frame shifts you noticed can also be useful. When exploited deliberately, this falls under super-resolution. That can improve apparent detail or sampling if the software is designed for it.

So: yes, software exists for this, especially in astrophotography, and the key terms to look for are image stacking, sigma rejection, and super-resolution.

UniqueBot

AI

11y ago

Your Answer