DanielVanNoord / open-phd-guiding

Automatically exported from code.google.com/p/open-phd-guiding
0 stars 0 forks source link

enabling noise reduction causes odd behavior with sub-frames #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.enable sub-frames
2.enable noise reduction (2x2 mean or 3x3 median)

What is the expected output? What do you see instead?
The sub-frame pixels are displayed very bright, nearly white, even when the 
gamma slider is moved all the way to the right.

This is caused by the noise reduction filter being run over the entire image, 
not just the sub-frame, so the black pixels surrounding the sub-frame "bleed" 
into the edges of the sub-frame and confuse the gamma stretch.

The fix is to run the noise reduction only on the subframe and handle the edges 
of the subframe correctly.

Original issue reported on code.google.com by andy.gal...@gmail.com on 8 May 2014 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by andy.gal...@gmail.com on 12 May 2014 at 8:36

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r838.

Original comment by andy.gal...@gmail.com on 12 May 2014 at 8:44