From ac3e311573de813ad621f92b33f696eccafe2b64 Mon Sep 17 00:00:00 2001 From: WilliamLiuAtCPC <47164078+WilliamLiuAtCPC@users.noreply.github.com> Date: Tue, 3 May 2022 13:17:17 -0700 Subject: [PATCH] Update hdrplus_pipeline.cpp --- src/hdrplus_pipeline.cpp | 1 + 1 file changed, 1 insertion(+) 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