-
Notifications
You must be signed in to change notification settings - Fork 164
GSoC 2019
Mateusz Łoskot edited this page Jan 17, 2020
·
8 revisions
https://github.com/boostorg/boost/wiki/Google-Summer-of-Code%3A-2019
Status: Implemented by Miral Shah as Image Processing Algorithms project.
Boost.GIL provides core features for images. But at the current point, it does not have a lot of mainstream image processing algorithms which are used regularly. Here I am proposing to implement different image processing algorithms for Boost.GIL by using existing features of the GIL or using its extensions.
- Simple Thresholding
- Adaptive Thresholding
- Dilation
- Erosion
- Blurring / Smoothing
- Sharpening
- Wiener filter
- Average filter
- Median filter
- Kernels
- Transformation