You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

adrt

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adrt

Fast approximate discrete Radon transform for NumPy arrays

1.0.1
PyPI
Maintainers
2

Approximate Discrete Radon Transform

adrt on PyPI Documentation Tests

Fast approximate discrete Radon transform for NumPy arrays.

This library provides an implementation of an approximate discrete Radon transform (ADRT) and related routines as a Python module operating on NumPy arrays. Implemented routines include: the forward ADRT, a back-projection operation, and several inverse transforms. The package documentation contains usage examples, and sample applications.

Installation

Install from PyPI using pip:

$ python -m pip install adrt

For further details on installation or building from source, consult the documentation.

References

This implementation is based on descriptions in several publications:

License

This software is distributed under the 3-clause BSD license. See LICENSE.txt for the license text.

We also make available several pre-built binary copies of this software. The binary build for Windows includes additional license terms for runtime code included as part of the software. Review the LICENSE.txt file in the binary build package for more information.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts