envyen / Demosaicing

CFA (Colour Filter Array) Demosaicing Algorithms for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CFA (Colour Filter Array) Demosaicing Algorithms for C++

License:MIT License


Languages

Language:Jupyter Notebook 95.5%Language:C++ 4.4%Language:CMake 0.0%