demosaic
Demosaicing, also known as color interpolation, is the process used in digital imaging to reconstruct a complete color image from the incomplete color samples captured by an image sensor equipped with a color filter array (CFA). Most consumer sensors use a Bayer CFA pattern (RGGB), in which each pixel records only one of the three primary colors. Demosaicing estimates the two missing color components at each pixel to produce a full RGB image.
The challenge is to interpolate colors while preserving edges and avoiding artifacts such as color zippering
In recent years, learning-based approaches using neural networks have become popular, often delivering higher-quality results at