From 83223788da39a257ba308b7dd68f6737265fd462 Mon Sep 17 00:00:00 2001 From: uvos Date: Mon, 26 Jul 2021 10:34:47 +0200 Subject: [PATCH] save curve result as yaml image --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index b1aeb6c..562dfbe 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -296,6 +296,9 @@ int perfromOperation(int operation, char** fileNames, const Config& config) Log(Log::DEBUG)<<"applyCurve"; applyCurve(inImages[0], curve); + cv::FileStorage fsO("out.mat", cv::FileStorage::WRITE); + fsO<<"image"<