merge with dev

This commit is contained in:
Desmis
2017-12-10 14:44:54 +01:00
19 changed files with 1200 additions and 23 deletions

View File

@@ -2058,6 +2058,8 @@ void RawImageSource::demosaic (const RAWParams &raw)
fast_demosaic();
} else if (raw.bayersensor.method == RAWParams::BayerSensor::getMethodString(RAWParams::BayerSensor::Method::MONO) ) {
nodemosaic(true);
} else if (raw.bayersensor.method == RAWParams::BayerSensor::getMethodString(RAWParams::BayerSensor::Method::RCD) ) {
rcd_demosaic ();
} else {
nodemosaic (false);
}