A Mean Shift Clustering Implementation for VTK

Doria, David1*
1.Rensselaer Polytechnic Institute
Abstract
A Mean Shift Clustering Implementation for VTK

Abstract

Mean shift clustering is an excellent technique for clustering points when the number of clusters is not known. We present a implementation (vtkMeanShiftClustering) of the simplest version of the algorithm written in a VTK context. The code is currently hosted at http://github.com/daviddoria/vtkMeanShiftClustering .

Keywords

Mean shiftclustering
Source Code and Data