-
Notifications
You must be signed in to change notification settings - Fork 3
DeBayer2
Jarek Sacha edited this page Feb 16, 2021
·
2 revisions
Convert a Bayer pattern image to a color image.
Options:
- Order of first row - indicate what is the first values in the first wow of the Bayer image. For instance, "R-G" indicates that the first pixel is red (R), the second is green (G).
-
Demosaicing type - what algorithm to use to build color image from Bayer patter image:
- DDFPD - published in: "Demosaicing with Directional Filtering and a Posteriori Decision", D. Menon, S. Andriani, and G. Calvagno, IEEE Trans. Image Processing, vol. 16 no. 1, Jan. 2007. Versions with and without refining are provided. Provides better reconstruction quality compared to original Debayer plugin, at the cost of slower speed
- Replication - from the original Debayer plugin
- Bilinear - from the original Debayer plugin
- Smooth Hue - from the original Debayer plugin
- Adaptive Smooth Hue - Adaptive Smooth Hue algorithm (Edge detecting) from the original Debayer plugin