forked from DerThorsten/pyvlfeat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
38 lines (35 loc) · 1.21 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Metadata-Version: 1.1
Name: pyvlfeat
Version: 0.1.1a3
Summary: Python interface to the VLFeat library
Home-page: http://launchpad.net/pyvlfeat
Author: Peter Le Bek
Author-email: [email protected]
License: GPL
Description:
* Scale-Invariant Feature Transform (SIFT)
* Dense SIFT (DSIFT)
* Integer k-means (IKM)
* Hierarchical Integer k-means (HIKM)
* Maximally Stable Extremal Regions (MSER)
* Quick shift image segmentation
* http://vlfeat.org
Dependencies:
* Boost.Python (libboost-python-dev on Debian systems)
* NumPy
* Matplotlib
Platform: Unix
Platform: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Development Status :: 1 - Planning
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Requires: numpy
Requires: matplotlib