diff --git a/README.md b/README.md index 1614fbe..01547ef 100644 --- a/README.md +++ b/README.md @@ -2,28 +2,3 @@ This repository contains notebooks and source code for laboratories of two courses: *Machine Learning and Machine Vision* and *Digital Signals and Images* on Wrocław University of Science and Technology. - -The course covers low-level image processing methods and some photography -related problems (for example rolling shutter). Notebooks marked as entrypoint -for each class should all contain links to resources useful for given class. - -## Machine Learning and Machine Vision - -| Subject | Path | Note | -|-------------------------|---------------------------|-----------------| -| Rolling Shutter | `classes/aliasing` | Auxiliary class | -| Function Interpolation | `classes/interpolation` | | -| Image Interpolation | `classes/interpolation` | | -| Demosaicking | `classes/demosaicking` | | -| Poisson Noise | `classes/poisson` | | -| Compression | `classes/compression` | | - -## Digital Signals and Images - -| Subject | Path | Note | -|---------------|-------------------------|-----------| -| Aliasing | `classes/aliasing` | | -| Interpolation | `classes/interpolation` | 1D and 2D | -| Processing | `classes/demosaicking` | | -| Convolution | `classes/convolution` | | -| Compression | `classes/compression` | |