Skip to content

Some algorithms relative to image processing for educational purpose.

Notifications You must be signed in to change notification settings

vegovs/digital-image-processing

Repository files navigation

Digital Image Processing

Algorithms related to digital image processing implemented for educational purpose in coherence with course INF2310.

Implemented Algorithms/Solutions

Canny Edge Detector

Crude implementation of the Canny Edge Detector in order to outline cells from a microscope image. Example

Preprocessing for facial recognition

Some simple preprocessing for facial recognition such as standardising contrast and image transformation. Example

Implementation of convolution filters in the frequency domain

A comparison of speed between convolution filters in space and frequency domain. Example Time

Lossy JPEG compression

An implementation of a lossy JPEG compression algorithm. Original Compressed and usable Compressed beyond sanity

About

Some algorithms relative to image processing for educational purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages