From ae8dc677c73a2f11617833e79c843790cd6a869f Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Tue, 20 Jun 2023 13:53:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=81=8F=E8=89=B2=E6=A0=A1?= =?UTF-8?q?=E6=AD=A3=E5=8F=AA=E6=9C=89=E4=B8=80=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/hgdev/image_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgdriver/hgdev/image_process.cpp b/hgdriver/hgdev/image_process.cpp index 8a53949..7d572ff 100644 --- a/hgdriver/hgdev/image_process.cpp +++ b/hgdriver/hgdev/image_process.cpp @@ -1311,7 +1311,7 @@ namespace hg_imgproc //cv::imwrite(to_string(i) + "cis_test_image.jpg", mats[i]); - ColorCastCorrect.apply(mats,false); + ColorCastCorrect.apply(mats,true); mats_ = mats; if (mats_.empty())