An open API service indexing awesome lists of open source software.

https://github.com/luizpfern/morphological-operations

Morphological operations in image processing using opencv
https://github.com/luizpfern/morphological-operations

dilatation erosion image-processing morphological-operations opencv python

Last synced: about 1 month ago
JSON representation

Morphological operations in image processing using opencv

Awesome Lists containing this project

README

          

## 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