You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result of G-R order using bilinear has a similar color to G-B order using DDFAPD and vice versa.
I have implemented a bilinear demosaicing program so I think the problem lies in the bilinear type.
The text was updated successfully, but these errors were encountered:
Thanks for a clear example of the issue. Looks that there is a bug in encoding demosaicing type from a name, like "G-R" to an integer used by the Bayer1 part of the code implementing: replication, bilinear, etc. "G-B" and "G-R" have they values switched. I will fix it soon.
The result of G-R order using bilinear has a similar color to G-B order using DDFAPD and vice versa.
I have implemented a bilinear demosaicing program so I think the problem lies in the bilinear type.
The text was updated successfully, but these errors were encountered: