From db68d9e678ba9b818b10754877ab483fb0b167bc Mon Sep 17 00:00:00 2001 From: Haohua-Lyu Date: Thu, 5 May 2022 03:52:45 -0700 Subject: [PATCH] Change interface for finishing part; still bug --- src/hdrplus_pipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hdrplus_pipeline.cpp b/src/hdrplus_pipeline.cpp index 4508e1e..c2c0f68 100644 --- a/src/hdrplus_pipeline.cpp +++ b/src/hdrplus_pipeline.cpp @@ -27,7 +27,7 @@ void hdrplus_pipeline::run_pipeline( \ merge_module.process( burst_images, alignments ); // Run finishing - finish_module.process( burst_path, mergedBayer, refIdx); + finish_module.process( burst_path, burst_images.merged_bayer_image, burst_images.reference_image_idx); } } // namespace hdrplus