SRA-VJTI/Pixels_Seminar

Port to C++: Morphological Transformation.

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
Current implementation of Morphological Transformation is in Python, it is needed to be ported in to C++ as discussed in this thread.

Describe the solution you'd like

  • Create a .cpp file performing morphological transformation by using necessary OpenCV C++ API.
  • Create a Makefile to compile and build the executable.
  • Create a Readme.md which contains the detailed explanation of the content similiar to jupyter notebook notes earlier, should contain the instructions to build and execute the code.

I would like to work on this issue