Contributor
Prathamesh Tagore

Boost.Gil : 2D convolution and correlation


Mentors
Olzhas Zhumabek, Pranam Lashkari
Organization
Boost C++ Libraries
  • A layer of separation between two dimensional convolution and correlation was added.
  • Support for many different boundary options along with optimisation was developed.
  • 2D convolution implementation was completely aligned with existing implementation of 1D convolution(APIs of both implementations are consistent and provide suitable functionalities).
  • All changes were complemented with tests and documentation.