Rank: 278 based on 225 downloads (last 30 days) and 1 file submitted
photo

Bart Finkston

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Bart
Updated   File Tags Downloads
(last 30 days)
Comments Rating
27 Feb 2006 Mean Shift Clustering Cluster data by using the Mean Shift Algorithm Author: Bart Finkston mean shift, animation, clustering, probability, statistics 225 31
  • 4.05556
4.1 | 18 ratings
Comments and Ratings on Bart's Files View all
Updated File Comment by Comments Rating
22 Dec 2011 Mean Shift Clustering Cluster data by using the Mean Shift Algorithm Author: Bart Finkston Rathore, Punit

Can anybody give me the this code for colour image segmentation??

06 Jul 2011 Mean Shift Clustering Cluster data by using the Mean Shift Algorithm Author: Bart Finkston K, Peter

This is great code! It's very easy to read and taught me a lot about mean shift.

I found that the runtime was decreased on my machine and data by replacing the lines:

sqDistToAll = sum((repmat(myMean,1,numPts) - dataPts).^2);
and
beenVisitedFlag(myMembers) = 1;

with:

sqDistToAll = sum(bsxfun(@minus,myMean,dataPts).^2);
and
beenVisitedFlag(inInds) = 1;

respectively.

Thanks for the code!

06 Jul 2011 Mean Shift Clustering Cluster data by using the Mean Shift Algorithm Author: Bart Finkston K, Peter
11 Nov 2010 Mean Shift Clustering Cluster data by using the Mean Shift Algorithm Author: Bart Finkston Nam

Guys, is there any code for high dimensional data? This code doesnt work for D is greater than 2. Thanks.

21 Jul 2010 Mean Shift Clustering Cluster data by using the Mean Shift Algorithm Author: Bart Finkston Tali

In order to Bart's code on 1D dim data a small change should be made:

sqDistToAll = sum((repmat(myMean,1,numPts) - dataPts).^2,1);

Top Tags Applied by Bart
clustering, mean shift, probability, statistics
Files Tagged by Bart
Updated   File Tags Downloads
(last 30 days)
Comments Rating
27 Feb 2006 Mean Shift Clustering Cluster data by using the Mean Shift Algorithm Author: Bart Finkston mean shift, animation, clustering, probability, statistics 225 31
  • 4.05556
4.1 | 18 ratings

Contact us at files@mathworks.com