https://github.com/iv4n-ga6l/simple-image-segmentation
Simple implementation of image segmentation using the Watershed algorithm
https://github.com/iv4n-ga6l/simple-image-segmentation
imagesegmentation matplotlib numpy opencv python watershed-algorithm
Last synced: 22 days ago
JSON representation
Simple implementation of image segmentation using the Watershed algorithm
- Host: GitHub
- URL: https://github.com/iv4n-ga6l/simple-image-segmentation
- Owner: iv4n-ga6l
- Created: 2024-06-12T20:36:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T20:40:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T13:13:48.345Z (over 1 year ago)
- Topics: imagesegmentation, matplotlib, numpy, opencv, python, watershed-algorithm
- Language: Python
- Homepage:
- Size: 639 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple implementation of image segmentation using the Watershed algorithm
Image segmentation is a process of partitioning an image into multiple segments or regions, typically to simplify the representation of an image or to make it more meaningful and easier to analyze. There are various techniques for image segmentation, including thresholding, clustering, and deep learning-based methods.
