Skip to content

Instantly share code, notes, and snippets.

@miralshah365
miralshah365 / gsoc19.md
Created August 23, 2019 22:13
GSoC 2019 Experience

I worked with Boost C++ Libraries in GSoC 2019 to develop and include new image processing algorithms in Boost.GIL which can help to eliminate the need of other libraries to a certain extent. This would cover specific basic algorithms which can be used to develop other advanced image processing algorithms.

Features Developed During GSoC 2019

GitHub Link: https://github.com/BoostGSoC19/gil-miral

1. Thresholding

  • Simple Thresholding: Setting new pixel value according to the current value of pixel if it is above or below a threshold value. Multiple types of simple thresholding algorithms implemented:
  • Binary Threshold