MeanShift_py
MeanShift_py copied to clipboard
Please add some codes about how to get the result of image segmentation
I transformed every RGB pixel of the image to a point in a 3d space, then mean shift the points to get the shifted points, but it took quite a long time to get the result because an image usually has hundreds times hundreds pixels.