Debayer without interpolation?

Started by 50mm1200s, July 18, 2018, 04:08:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

chjawadm

There's an SDK that offers DFPD approach to demosaic which I think is different than interpolation and generates better results. You can check here: https://blog.cuvilib.com/2014/06/12/dfpd-debayer-on-gpu/

Luther

Interesting @chjawadm ! It still interpolates the pixels, from what I understood of the paper. Their comparison is based on bilinear and not on the more recent AMaZe algorithm, so I dunno if it performs better or not than the current one. I think the advantage is that it has low computational complexity and can be optimized for GPU processing.

70MM13

bilinear is rather dreadful, so it doesn't seem like a reasonable comparison at all!

i still ask myself whatever happened to that "denoisaicing" algorithm from a couple of years ago.  it looked like it could have incredible potential...