Update README.md

This commit is contained in:
gurkenhabicht 2018-07-06 12:32:16 +02:00 committed by GitHub
parent 16d0b288b5
commit 9f9ad7e0c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
# Objective # 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#. 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_. PPM in ANSI C and C++ _only_.
In each of these implementations there are log files and graphs as an output. 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 # Structure
``` ```