dual_demosaic: added Amaze+bilinear and Vng4+biliner, also made a small speedup, #5748

This commit is contained in:
Ingo Weyrich
2020-05-24 19:28:56 +02:00
parent 3ee5f0473a
commit bf30ca6c05
5 changed files with 34 additions and 37 deletions

View File

@@ -1408,11 +1408,13 @@ struct RAWParams {
struct BayerSensor {
enum class Method {
AMAZE,
AMAZEBILINEAR,
AMAZEVNG4,
RCD,
RCDBILINEAR,
RCDVNG4,
DCB,
DCBBILINEAR,
DCBVNG4,
LMMSE,
IGV,