DocumentationMorphologyMorphologykmeans_image(image, n_clusters) Clusters using kmeans and returns an image with cluster colors appliedParameters:image: ndarray (width, height, channels)n_clusters: intReturns: (image, colors), colors - list of median colors of the clustersImage PreprocessingMark