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,