This commit is contained in:
Dawid_Kreft 2020-05-17 23:23:09 +02:00
parent 0aba7c500d
commit 354eba6479
2 changed files with 3 additions and 0 deletions

View File

@ -65,3 +65,4 @@ PNM* ConversionGrayscale::transform()
}
return newImage;
}

View File

@ -181,3 +181,5 @@ const math::matrix<float> Convolution::reflection(const math::matrix<float> A)
}
return C;
}