MeanShift

Mean shift algorithm

Latest on Hackage:0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Ville Tirronen
Maintained by [email protected]

Mean shift is a general, non-parametric feature-space analysis tool. It can be used for clustering, segmentation, filtering, object tracking, and even optimization. This package aims to provide a basic, easy to use version of the method.