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: 5 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T20:40:21.000Z (over 1 year ago)
- Last Synced: 2025-03-26T11:47:45.175Z (7 months ago)
- Topics: imagesegmentation, matplotlib, numpy, opencv, python, watershed-algorithm
- Language: Python
- Homepage:
- Size: 639 KB
- Stars: 0
- Watchers: 0
- 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.
