From 3b2598ebab5d889d9dfb4c6b91eefe09aafd4c20 Mon Sep 17 00:00:00 2001 From: TbsFchnr <34064065+Tobias-Fechner@users.noreply.github.com> Date: Sun, 31 Jan 2021 11:41:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff289a6..c00fb41 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ University of Bath, Year 5 Module has functionality to load test images, apply various filters, and save the filtered images to disk. Used to demonstrate image enhancement techniques taught in the unit Digital Image Processing. -‼ Cool stuff: abstract base class used to specify common functionality and attributes between all spatial filters, whilst being able to uniquely implement the pixel update methodologies for each filter. Likely will implement for Fourier filters but I don't know how yet. +Abstract base class used to specify common functionality and attributes between all spatial filters, whilst being able to uniquely implement the pixel update methodologies for each filter. Likely will implement for Fourier filters but I don't know how yet. ### Filters Implemented: Spatial Filters * Trimmed mean