Fixed encoding

This commit is contained in:
2018-08-01 10:18:45 +02:00
parent 4aec7bae26
commit d912a76246
2 changed files with 6 additions and 6 deletions

View File

@@ -86,7 +86,7 @@ private:
val += src[ti + j*w]; // col sum
}
// <EFBFBD>berhangbereich links vom Bild
// Überhangbereich links vom Bild
for (size_t j = 0; j <= r; j++)
{
val += src[ri] - fv;
@@ -107,7 +107,7 @@ private:
ti += w;
}
// <EFBFBD>berhangbereich rechts vom Bild
// Überhangbereich rechts vom Bild
for (size_t j = h - r; j < h; j++)
{
val += lv - src[li];