Change interface for finishing part; still bug

main
Haohua-Lyu 3 years ago
parent 2d8c4efbb0
commit db68d9e678

@ -27,7 +27,7 @@ void hdrplus_pipeline::run_pipeline( \
merge_module.process( burst_images, alignments ); merge_module.process( burst_images, alignments );
// Run finishing // 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 } // namespace hdrplus

Loading…
Cancel
Save