You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image segmentation in python by colour and optionally distance using K-means. K-means++
can be used if specified. Command line syntax:
python3 segment.py <image_name> <number_of_clusters> <distance_weight>
About
Image segmentation by colour and distance in python