summaryrefslogtreecommitdiffstats
path: root/science-libs/flann/DETAILS
blob: 964b97b0988b75127fd5592c12b0f94d6c1d7593 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
           SPELL=flann
         VERSION=1.7.1
          SOURCE=$SPELL-$VERSION-src.zip
   SOURCE_URL[0]=http://people.cs.ubc.ca/~mariusm/uploads/FLANN/$SOURCE
     SOURCE_HASH=sha512:a94f6acb6a23603c8f7e5347b317d15d50de134707389f27f22896ec99f4a0ae576fbeb56203cd1bff57707d4353f7fb98c85f1a2e976810734506049068efb0
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-src
        WEB_SITE=http://people.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN
      LICENSE[0]=BSD
         ENTERED=20111015
           SHORT="Fast Library for Approximate Nearest Neighbors"
cat << EOF
FLANN is a library for performing fast approximate nearest neighbor searches
in high dimensional spaces. It contains a collection of algorithms we found to
work best for nearest neighbor search and a system for automatically choosing
the best algorithm and optimum parameters depending on the dataset.
FLANN is written in C++ and contains bindings for the following languages: C,
MATLAB and Python.
EOF