WLJS LogoWLJS Notebook

MeanShift

MeanShift[list,d] replaces each element in list by the mean of the values of all elements that differ by less than d.

MeanShift[list,d,{p1,p2,…}] returns the list where only the specified parts pi are replaced with mean-shifted values.

MeanShift[image,…] mean shift of the pixel values in image.

Examples

MeanShift[{1, 2, 3, 10, 11, 12}, 2]

Please visit the official Wolfram Language Reference for more details.

On this page