From efa3b3937f32b013e87fbd3d370fba2df3569ba6 Mon Sep 17 00:00:00 2001 From: WilliamLiuACPC Date: Fri, 6 May 2022 13:31:04 -0700 Subject: [PATCH] update finishing --- include/hdrplus/finish.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/hdrplus/finish.h b/include/hdrplus/finish.h index 4e66740..413ce0c 100644 --- a/include/hdrplus/finish.h +++ b/include/hdrplus/finish.h @@ -8,6 +8,7 @@ #include #include #include +#include namespace hdrplus { @@ -61,7 +62,8 @@ class finish ~finish() = default; // finish pipeline func - void process(std::string burstPath, cv::Mat mergedBayer,int refIdx); + // void process(std::string burstPath, cv::Mat mergedBayer,int refIdx); + void process(const hdrplus::burst& burst_images); // replace Mat a with Mat b void copy_mat_16U(cv::Mat& A, cv::Mat B);