diff --git a/src/hdrplus_pipeline.cpp b/src/hdrplus_pipeline.cpp index 961ab00..4508e1e 100644 --- a/src/hdrplus_pipeline.cpp +++ b/src/hdrplus_pipeline.cpp @@ -27,6 +27,7 @@ void hdrplus_pipeline::run_pipeline( \ merge_module.process( burst_images, alignments ); // Run finishing + finish_module.process( burst_path, mergedBayer, refIdx); } } // namespace hdrplus