|
|
@ -54,12 +54,12 @@ class Film extends BaseCfg |
|
|
|
public function __construct($config = []) |
|
|
|
{ |
|
|
|
$this->noiseEstimation = new NoiseEstimation($config); |
|
|
|
$this->filter = new Filter($config); |
|
|
|
//$this->filter = new Filter($config);
|
|
|
|
|
|
|
|
$this->imagepipelines = array( |
|
|
|
'000' =>array( |
|
|
|
'0' => array( |
|
|
|
'type' => "NOP", |
|
|
|
new Filter($config), |
|
|
|
), |
|
|
|
'1' => array( |
|
|
|
'type' => "TONEMAP_LINEAR", |
|
|
@ -108,7 +108,6 @@ class Film extends BaseCfg |
|
|
|
) |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
$this->outputs = array( |
|
|
|
'0' => array( |
|
|
|
'type' => 'RGB_IMAGEPIPELINE', |
|
|
|