Justify Demosaicing Algorithm
This week, I spent my time to understand and test the demosaicing algorithms in C. Finding the Right Algorithm I had done a lot of searching through the Internet, try to figure out what is the best algorithm to be used, and implement it in C program so that I could test it and visualize the effect of it. There are many open source software that provides demosaicing, such as Darktable, RawTherapee, and TISCamera. RawTherapee has a default demosaicing algorithm, Read more

