Update README.md

This commit is contained in:
gurkenhabicht 2018-07-25 10:56:01 +02:00 committed by GitHub
parent b665ed1c84
commit 61f02f3b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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_.