更新偏色算法,调整饱和度系数

This commit is contained in:
yangjiaxuan 2023-11-20 09:34:09 +08:00
parent 57af551e4e
commit 34dd2b8178
2 changed files with 4 additions and 3 deletions

View File

@ -53,8 +53,8 @@ CImageApplyColorCastCorrect::CImageApplyColorCastCorrect(PreScheme ps)
createTable_h(points_x, points_y); createTable_h(points_x, points_y);
points_x = { 0, 180, 210, 255 }; points_x = { 0, 180, 255 };
points_y = { 0, 180, 255, 265 }; points_y = { 0, 175, 220 };
createTable_l(points_x, points_y); createTable_l(points_x, points_y);
points_x = { 0, 230, 255 }; points_x = { 0, 230, 255 };

View File

@ -14,7 +14,8 @@
* v2.2 2023/11/13 * v2.2 2023/11/13
* v2.2.1 2023/11/13 * v2.2.1 2023/11/13
* v2.2.2 2023/11/17 * v2.2.2 2023/11/17
* v2.2.2 * v2.2.3 2023/11/17
* v2.2.3
* ==================================================== * ====================================================
*/ */