You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Helps in segmenting or clustering the given RGB image. The user had to specify the spatial bandwidth and the color range. The Centroid is estimated as
Centroid = sum(m(i)p(i))/sum(p(i));
Where m(i) is the bin number and p(i) is gives the probability of pixel being in that bin, which is nothing but the bin value.
In the code, the number of bins is specified to be 10. So the maximum value of m(i)is 10.
Cite As
suraj vantigodi (2026). Meanshift (https://www.mathworks.com/matlabcentral/fileexchange/44401-meanshift), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0.0 (2.3 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
