From 34dd2b817823af1aed8eb3ce8b892c56ae7d8e3c Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Mon, 20 Nov 2023 09:34:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=81=8F=E8=89=B2=E7=AE=97?= =?UTF-8?q?=E6=B3=95=EF=BC=8C=E8=B0=83=E6=95=B4=E9=A5=B1=E5=92=8C=E5=BA=A6?= =?UTF-8?q?=E7=B3=BB=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/ImageProcess/ImageApplyColorCastCorrect.cpp | 4 ++-- hgdriver/ImageProcess/ImageApplyColorCastCorrect.h | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hgdriver/ImageProcess/ImageApplyColorCastCorrect.cpp b/hgdriver/ImageProcess/ImageApplyColorCastCorrect.cpp index 734c6c0..7c8a47c 100644 --- a/hgdriver/ImageProcess/ImageApplyColorCastCorrect.cpp +++ b/hgdriver/ImageProcess/ImageApplyColorCastCorrect.cpp @@ -53,8 +53,8 @@ CImageApplyColorCastCorrect::CImageApplyColorCastCorrect(PreScheme ps) createTable_h(points_x, points_y); - points_x = { 0, 180, 210, 255 }; - points_y = { 0, 180, 255, 265 }; + points_x = { 0, 180, 255 }; + points_y = { 0, 175, 220 }; createTable_l(points_x, points_y); points_x = { 0, 230, 255 }; diff --git a/hgdriver/ImageProcess/ImageApplyColorCastCorrect.h b/hgdriver/ImageProcess/ImageApplyColorCastCorrect.h index 4cafbd0..dee6062 100644 --- a/hgdriver/ImageProcess/ImageApplyColorCastCorrect.h +++ b/hgdriver/ImageProcess/ImageApplyColorCastCorrect.h @@ -14,7 +14,8 @@ * v2.2 2023/11/13 增加预设方案 * v2.2.1 2023/11/13 调整枚举类型词条 * v2.2.2 2023/11/17 屏蔽无用代码 - * 版本号:v2.2.2 + * v2.2.3 2023/11/17 调整饱和度校正系数 + * 版本号:v2.2.3 * ==================================================== */