From 81984164884bcbc04bb4a7528f13276e1eda5489 Mon Sep 17 00:00:00 2001 From: Timo Menzel Date: Thu, 14 Sep 2023 11:40:38 +0200 Subject: [PATCH] Write result to file --- src/apps/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/main.cpp b/src/apps/main.cpp index 3b50299..a03d2ad 100644 --- a/src/apps/main.cpp +++ b/src/apps/main.cpp @@ -80,6 +80,7 @@ start_texture_merge_pie(std::string src_fn, std::cout << "Texture_processing::texturemerge: [ERROR] Texture copy and paste failed." << std::endl; } else {std::cout << "Seamless clone complete!" << std::endl;} + cv::imwrite("result_merged.jpg", dst); }