Skip to content

tomsangotw/Demosaicing

Repository files navigation

Demosaicing

This is an implementation of non-Deep Learning demosaicing algorithm in OpenCV (C++)

Implement Method

  • Smooth-hue Interpolation
  • Laplacian-corrected Linear Filter
  • Gradient-Based Threshold-Free (GBTF)
  • Residual interpolation (RI)

Reference