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
- Host: GitHub
- URL: https://github.com/luizpfern/morphological-operations
- Owner: luizpfern
- Created: 2025-10-12T20:05:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-12T20:15:05.000Z (9 months ago)
- Last Synced: 2025-10-12T22:00:50.361Z (9 months ago)
- Topics: dilatation, erosion, image-processing, morphological-operations, opencv, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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