From 8124b957480dae1a60aeb65da33c06dec192ab55 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Fri, 16 Jun 2023 14:20:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/ImageProcess/ImageApplyColorCastCorrect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgdriver/ImageProcess/ImageApplyColorCastCorrect.h b/hgdriver/ImageProcess/ImageApplyColorCastCorrect.h index 4d3b5fd..54f0b4c 100644 --- a/hgdriver/ImageProcess/ImageApplyColorCastCorrect.h +++ b/hgdriver/ImageProcess/ImageApplyColorCastCorrect.h @@ -23,7 +23,7 @@ class GIMGPROC_LIBRARY_API CImageApplyColorCastCorrect : public CImageApply { public: - static const uchar CIS_DN_PATCH2[256] = //摩尔纹慢速扫描色偏参数 + const uchar CIS_DN_PATCH2[256] = //摩尔纹慢速扫描色偏参数 { 0x10, 0x11, 0x13, 0x14, 0x16, 0x17, 0x1B, 0x1B, 0x1C, 0x1C, 0x1D, 0x1D, 0x1E, 0x1E, 0x1F, 0x1F, 0x20, 0x21, 0x21, 0x21, 0x22, 0x22, 0x22, 0x23, 0x23, 0x23, 0x24, 0x24, 0x24, 0x25, 0x25, 0x25,