Skip to content

Image segmentation tools using unsupervised learning algorithms

Notifications You must be signed in to change notification settings

fang08/Image_Segmentation_Clustering

Repository files navigation

Image_Segmentation_Clustering

Initialization:

Run python init.py first

How to run clustering algorithms:

python MyClust4.py Algorithm algoname ImType typename

python MyClust4.py algoname typename

algoname and typename are as follow:
    algonames = ['Kmeans', 'SOM', 'FCM', 'Spectral', 'GMM']
    typenames = ['RGB', 'Hyper']

How to run evaluation algorithms:

  python MyClustEvalRGB4.py filename1 filename2
  python MyClustEvalHyper4.py

About

Image segmentation tools using unsupervised learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages