Edges tool too strong on diagonals from bottom right to top left. Fixes #3870
This commit is contained in:
parent
9e1fc78004
commit
efe528a485
@ -414,7 +414,7 @@ void ImProcFunctions::MLsharpen (LabImage* lab)
|
||||
wD2 = eps2 + fabs(L[offset + width - 1] - L[offset - width + 1]) / s;
|
||||
s = wD1;
|
||||
wD1 /= wD2;
|
||||
wD2 /= wD1;
|
||||
wD2 /= s;
|
||||
|
||||
// initial values
|
||||
int ii = offset / width;
|
||||
|
Loading…
x
Reference in New Issue
Block a user