Morphological Operations on Images using OpenCV This repository contains Python code to execute morphological operations on images using OpenCV. Operations Implemented: Erosion Dilation Execute main.py to see the results. Documentation used: https://docs.opencv.org/3.4/db/df6/tutorial_erosion_dilatation.html