Skip to content

implementing image processing algorithms for educational purposes and fun

Notifications You must be signed in to change notification settings

elrrowwe/img-playaround

Repository files navigation

img playaround

With my interest in GANs soaring as of recently, I have been curious about how certain image processing algorithms work, and whether I could implement them. So, finally, I got around actually trying, practicing, experimenting and in general having fun with the aforementioned algorithms. This repo will contain my experiments with these algorithms, including some relevant tasks I had to do for university.

canny edge detection

The file imgplayround.py includes my implementation of the Canny edge detection algorithm (https://en.wikipedia.org/wiki/Canny_edge_detector), with the dependencies being numpy (trigonometry, operations on matrices etc.) PIL (opening files, converting back and forth between images and arrays, showing the images) and scipy (convolutions). The function does a reasonably good job in detecting edges in non incredibly noisy images. However, the implementation will be further improved by experimenting with possible optimization techniques.

Before edge detection:

politechnikalodzka

After edge detection:

edges

About

implementing image processing algorithms for educational purposes and fun

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages