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);