MeanShift-0.1: MeanShift.cabal
Name: MeanShift
Version: 0.1
Synopsis: Mean shift algorithm
Description: 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.
License: BSD3
License-file: LICENSE
Author: Ville Tirronen
Maintainer: aleator@gmail.com
Category: Math
Build-type: Simple
Cabal-version: >=1.6
Extra-source-files: Examples/MeanShiftFilter.hs
,Examples/meanshift-filter.png
source-repository head
type: git
location: https://github.com/aleator/Meanshift
Library
hs-source-dirs: src
ghc-options: -O2
exposed-modules: Math.Meanshift
build-depends: base > 4 && < 5
,vector > 0.9 && < 0.10