屏蔽颜色校正调试信息

This commit is contained in:
gb 2022-07-15 17:04:27 +08:00
parent 277b51d55d
commit 823fb48da0
1 changed files with 2 additions and 2 deletions

View File

@ -526,8 +526,8 @@ namespace hg_imgproc
std::vector<cv::Mat> 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);