Metadata-Version: 2.1
Name: torch_radon24
Version: 0.8
Summary: Radon Transformation for Pytorch 2.0 package
Author: Minh Nhat Trinh
License: GNU GENERAL PUBLIC LICENSE
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=2.0.0
Requires-Dist: numpy>=1.21.0

# torch_radon

torch_radon is a Python library that provides an implementation of the Radon transform using PyTorch 2.0. The Radon transform is a mathematical operation that maps an image to its Radon space representation, which is useful in various image processing and computer vision tasks.

To install torch_radon24, you can use pip by running the following command:

```
pip install torch_radon24
```

Once installed, you can import the library in your Python code and start using the Radon transform functionality provided by torch_radon24.


