This project demonstrates how to implement basic morphological operations—erosion and dilation—from scratch using NumPy, without relying on OpenCV or other image processing libraries.
- Python : Popular language for implementing Neural Network
- Jupyter Notebook : Best tool for running python cell by cell
- Google Colab : Best Space for running Jupyter Notebook with hosted server
- Numpy : Best Library for working with arrays in python
You can easily run this code on google colab by just clicking this badge
This project is licensed under the MIT License.