From e2ad5270d92a7ba31ba20cc02278ee8d4193a166 Mon Sep 17 00:00:00 2001 From: "mo1027728827@qq.com" Date: Sat, 7 May 2022 17:05:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/ImageProcess/ImageApplyCustomGamma.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hgdriver/ImageProcess/ImageApplyCustomGamma.h b/hgdriver/ImageProcess/ImageApplyCustomGamma.h index 0e0613b..d51949b 100644 --- a/hgdriver/ImageProcess/ImageApplyCustomGamma.h +++ b/hgdriver/ImageProcess/ImageApplyCustomGamma.h @@ -1,11 +1,11 @@ -/* +/* * ==================================================== - * ܣԶ٤УԭΪϣֵ - * ߣά - * ʱ䣺2020/4/21 - * ޸ʱ䣺2020/4/21 - * 汾ţv1.0 + * 功能:自定义伽马校正。原理为哈希表查值 + * 作者:刘丁维 + * 生成时间:2020/4/21 + * 最近修改时间:2020/4/21 + * 版本号:v1.0 * ==================================================== */ @@ -19,8 +19,8 @@ class CImageApplyCustomGamma : public CImageApply { public: /* - * table [in]:Զֵ - * length [in]:ijȣҶȱ256ɫ768 + * table [in]:自定义查值表 + * length [in]:表的长度,灰度表256,彩色表768 * */ CImageApplyCustomGamma(unsigned char* table,int length);