7010调整伽马到2.0

This commit is contained in:
13038267101 2023-11-15 17:41:57 +08:00
parent 2031ee25ab
commit 49cb1e71b5
1 changed files with 1 additions and 1 deletions

View File

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