flomertens / libwise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libwise:

Collection of utilities to handle plotting, wavelet transform, graphical user interface (using Qt5), and much more. Spin-off of the Wavelet Image Segmentation and Evaluation (WISE) software (https://flomertens.github.io/wise/).

Installation

You should be able to install libwise using pip or conda (note that wise/libwise is python 2 only):

pip install libwise

or

conda install -c flomertens -c conda-forge libwise cython dask

Alternatively, to install libwise globally:

python setup.py install

or to install it locally:

python setup.py install --user

Requirements

You need to install (if not done by pip/conda) the following packages:

About

License:Other


Languages

Language:Python 100.0%