Algorithms related to digital image processing implemented for educational purpose in coherence with course INF2310.
Canny Edge Detector ✅
Crude implementation of the Canny Edge Detector in order to outline cells from a microscope image.
Preprocessing for facial recognition ✅
Some simple preprocessing for facial recognition such as standardising contrast and image transformation.
Implementation of convolution filters in the frequency domain ✅
A comparison of speed between convolution filters in space and frequency domain.