Image Segmentation Using DBSCAN clustering algorithm
-> Prerequisite
- Python 3.8
- Jupyter notebook
- Numpy
- PIL
- Matplotlib
-> How to run The code should run if you have installed all the prerequisites
-> Description:
We have tried to implement image segmentation in this code using the DBSCAN algorithm. Density-based clustering refers to unsupervised learning methods that identify distinctive groups/clusters in the data, based on the idea that a cluster in data space is a contiguous region of high point density, separated from other such clusters by contiguous regions of low point density.