From 9f9ad7e0c7a7743d2f6c8f467627bad911c66f0e Mon Sep 17 00:00:00 2001 From: gurkenhabicht <34342412+gurkenhabicht@users.noreply.github.com> Date: Fri, 6 Jul 2018 12:32:16 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40627ed..ed1f768 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ # Objective -The goal of our task was to implement three kinds of a least mean square filter. +The goal of our task was to implement three four variants of a least mean square filter. According to the given task we created implementations in ANSI C, C++ and C#. -Input of these filters are image files, namely BMP, GIF, EXIF, JPG, PNG and TIFF in C#. +Input given to these filters are image files, namely BMP, GIF, EXIF, JPG, PNG and TIFF in C#. PPM in ANSI C and C++ _only_. In each of these implementations there are log files and graphs as an output. -More information can be found inside the according folders. +More information can be found in according folders. # Structure ```