-
Notifications
You must be signed in to change notification settings - Fork 165
GSoC 2020
Mateusz Łoskot edited this page Jan 17, 2020
·
12 revisions
https://github.com/boostorg/boost/wiki/Google-Summer-of-Code%3A-2020
This proposal is continuation of Image Processing Algorithms project submitted and developed by Miral Shah during GSoC 2019.
Boost.GIL provides core features for images and, thanks to Miral Shah's work, a collection of basic image processing algorithms. However, there still is more algorithms to be added to the collection.
- Dilation
- Erosion
- Blurring / Smoothing
- Sharpening
- Wiener filter
- Average filter
- Median filter
- The GSoC 2019 project implemented lots of improvements and new features in the kernels and convolutions, but this area may still benefit from further development, optimisations and documenting.
6. Your favourite image processing algorithms
7. Image Processing Documentation
- We need a beautifully written and presented documentation of the image processing features in GIL
- For example, https://github.com/boostorg/gil/issues/396, describes an idea of the docs structure based on the "Principles of Digital Image Processing" book