Skip to content

A collection of image filters implemented in MATLAB, with one catch: only basic MATLAB functions are allowed!

Notifications You must be signed in to change notification settings

Finin-Quincey/Digital-Image-Processing

Repository files navigation

📸 Digital-Image-Processing

Code for the Digital Image Processing coursework assignment (Year 4 IDE) about image filters.

The aim of this assignment was to implement and test a variety of greyscale image filters in MATLAB, with the goal of reducing noise in two different test images. Built-in image processing functions (like conv2 and padarray) were not allowed - filters had to be built from sratch using only basic mathematical and matrix manipulation functions.

The MATLAB version used was R2020b

About

A collection of image filters implemented in MATLAB, with one catch: only basic MATLAB functions are allowed!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages