Pixelshift: optionally use RCD+VNG4 for motion parts

This commit is contained in:
Ingo Weyrich
2019-11-25 01:00:49 +01:00
parent 23e60371ed
commit f054ed00e8
3 changed files with 10 additions and 0 deletions

View File

@@ -2672,6 +2672,7 @@ const std::vector<const char*>& RAWParams::BayerSensor::getPSDemosaicMethodStrin
static const std::vector<const char*> method_strings {
"amaze",
"amazevng4",
"rcdvng4",
"lmmse"
};
return method_strings;