MeanShift_py icon indicating copy to clipboard operation
MeanShift_py copied to clipboard

Please add some codes about how to get the result of image segmentation

Open zsMoonshine opened this issue 3 years ago • 0 comments

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.

zsMoonshine avatar Dec 13 '21 15:12 zsMoonshine