From 61f02f3b1da3200cb8ab670eccd0c0b0d124db57 Mon Sep 17 00:00:00 2001 From: gurkenhabicht <34342412+gurkenhabicht@users.noreply.github.com> Date: Wed, 25 Jul 2018 10:56:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed1f768..ab563e2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Objective -The goal of our task was to implement three four variants of a least mean square filter. +The goal of our task was to implement four variants of a least mean square filter. According to the given task we created implementations in ANSI C, C++ and 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_.