summaryrefslogtreecommitdiff
path: root/xBRZ/src/xbrz_config.h
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-01-15 08:16:08 -0500
committerB Stack <bgstack15@gmail.com>2019-01-15 08:16:08 -0500
commit7c855d11f23dc03d64a0099473a95402f3175280 (patch)
tree41b8a3085df4de883f2993773b138f1436e041a4 /xBRZ/src/xbrz_config.h
parentMerge branch '10.7' into 'master' (diff)
downloadFreeFileSync-7c855d11f23dc03d64a0099473a95402f3175280.tar.gz
FreeFileSync-7c855d11f23dc03d64a0099473a95402f3175280.tar.bz2
FreeFileSync-7c855d11f23dc03d64a0099473a95402f3175280.zip
10.8
Diffstat (limited to 'xBRZ/src/xbrz_config.h')
-rwxr-xr-xxBRZ/src/xbrz_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xBRZ/src/xbrz_config.h b/xBRZ/src/xbrz_config.h
index fc036d17..fcfda99a 100755
--- a/xBRZ/src/xbrz_config.h
+++ b/xBRZ/src/xbrz_config.h
@@ -25,7 +25,7 @@ struct ScalerCfg
{
double luminanceWeight = 1;
double equalColorTolerance = 30;
- double centerDirectionBias = 4;
+ double centerDirectionBias = 4;
double dominantDirectionThreshold = 3.6;
double steepDirectionThreshold = 2.2;
double newTestAttribute = 0; //unused; test new parameters
bgstack15