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