Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jni/gel
GEL superpixels: iterative geodesic expansion of labels and recentering
https://github.com/jni/gel
Last synced: 12 days ago
JSON representation
GEL superpixels: iterative geodesic expansion of labels and recentering
- Host: GitHub
- URL: https://github.com/jni/gel
- Owner: jni
- License: other
- Created: 2012-12-10T03:43:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-12T05:29:12.000Z (almost 12 years ago)
- Last Synced: 2024-10-17T09:09:39.351Z (about 1 month ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
GEL Superpixels
===============Source
------
https://github.com/jni/gelInstallation from source
------------------------
Refer to DEPENDS.txt for a list of dependencies.GEL may be installed globally using
$ python setup.py install
or locally using
$ python setup.py install --prefix=${HOME}
If you prefer, you can use it without installing, by simply adding
this path to your PYTHONPATH variable and compiling the extensions:$ python setup.py build_ext -i
License
-------
Please read LICENSE.txt in this directory.