From 823fb48da0f6b5f4a1697596543d534ca6d38dd4 Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Fri, 15 Jul 2022 17:04:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E9=A2=9C=E8=89=B2=E6=A0=A1?= =?UTF-8?q?=E6=AD=A3=E8=B0=83=E8=AF=95=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/hgdev/image_process.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hgdriver/hgdev/image_process.cpp b/hgdriver/hgdev/image_process.cpp index 43e2d27..2c6c28e 100644 --- a/hgdriver/hgdev/image_process.cpp +++ b/hgdriver/hgdev/image_process.cpp @@ -526,8 +526,8 @@ namespace hg_imgproc std::vector mats(mats_); mats_.clear(); - VLOG_MINI_4(LOG_LEVEL_DEBUG_INFO, "adjust_color: table len = %d, brightness = %f, contrast = %f, gamma = %f\n", tableLength - , img_conf_.brightness, img_conf_.contrast, img_conf_.gamma); + //VLOG_MINI_4(LOG_LEVEL_DEBUG_INFO, "adjust_color: table len = %d, brightness = %f, contrast = %f, gamma = %f\n", tableLength + // , img_conf_.brightness, img_conf_.contrast, img_conf_.gamma); if(gamma_table && tableLength) { CImageApplyCustomGamma gamme(gamma_table, tableLength);