8000 GitHub - misc4747/pyshearlab: pyShearLab is a Python toolbox which is based on ShearLab3D written by Rafael Reisenhofer and has been ported to Python by Stefan Loock. Updated by misc4747 for compatibility with the latest versions of SciPy and NumPy.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pyShearLab is a Python toolbox which is based on ShearLab3D written by Rafael Reisenhofer and has been ported to Python by Stefan Loock. Updated by misc4747 for compatibility with the latest versions of SciPy and NumPy.

License

Notifications You must be signed in to change notification settings

misc4747/pyshearlab

 
 

Repository files navigation

pyShearLab

pyShearLab is a Python toolbox which is based on ShearLab3D written by Rafael Reisenhofer and has been ported to Python by Stefan Loock.

Currently, pyShearLab only offers a two-dimensional subset of ShearLab3D which contains both 2D and 3D transforms.

Updates by misc4747

This repository has been updated by misc4747 to ensure compatibility with the latest versions of SciPy and NumPy.

Dependencies

The toolbox needs the following Python packages in order to work properly:

pyShearLab2D has been developed and tested with Python 3.11 using the Anaconda package on Linux (Ubuntu 22.04 LTS). There are issues when using pyShearLab2d with Python 2.X.

Installation

You can simply download, unzip and use pyShearLab. Depending on your specific Python development environment, you may want to add the pyShearLab2D folder to your Python environment (Python Path). The dependencies can be installed using pip. If you use Anaconda, they are already installed. A pip package is currently not available, but the package can be installed straight from github via:

pip install https://github.com/misc4747/pyshearlab/archive/master.zip

Usage

In order to use pyShearLab you need to import it as a module, see pySLExampleDenoising.py as an example. The denoising example provides all neccessary steps to understand how to use the toolbox. When using the transform in an iterative scheme, the creation of shearlet system can be done in a pre-processing step which significantly speeds up the process.

Please note that the images have to be square in size.

Copyright

pyShearLab was written by Stefan Loock who acknowledges funding by the SFB 755 Nanoscale Photonic Imaging. pyShearLab is based on ShearLab3D which is written by Rafael Reisenhofer and published under the GPL. The toolbox uses some functions from:

which have been translated to Python.

About

pyShearLab is a Python toolbox which is based on ShearLab3D written by Rafael Reisenhofer and has been ported to Python by Stefan Loock. Updated by misc4747 for compatibility with the latest versions of SciPy and NumPy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0