调整7010 下的伽马值

This commit is contained in:
13038267101 2024-01-10 18:09:07 +08:00
parent 297d5ed27b
commit f33d1f7df5
1 changed files with 1 additions and 1 deletions

View File

@ -1814,7 +1814,7 @@ namespace hg_imgproc
}
#define GAMMA_EX 2.0f
#define GAMMA_EX 1.7f
#define BLACK_OFFSET 8
void fittingLUT(const std::vector<unsigned char>& points, unsigned char min_value, unsigned char max_value, unsigned char* data)