Metadata-Version: 2.4
Name: vapoursynth-dfttest2_cuda
Version: 11.0.0
Summary: A VapourSynth re-implementation of DFTTest, using NVIDIA cuFFT for GPU acceleration.
Author: WolframRhodium
Maintainer-Email: Vardë <ichunjo.le.terrible@gmail.com>
License-Expression: GPL-2.0-or-later
License-File: vs-dfttest2/LICENSE
Project-URL: Source Code, https://github.com/Ichunjo/vs-dfttest2
Project-URL: Bug Tracker, https://github.com/Ichunjo/vs-dfttest2/issues
Project-URL: Repository, https://github.com/Jaded-Encoding-Thaumaturgy/vs-wheels
Requires-Python: >=3.12
Requires-Dist: vapoursynth>=75
Requires-Dist: nvidia-cufft<13.0.0,>=12.0.0
Description-Content-Type: text/markdown

# VapourSynth-DFTTEST2_CUDA

This package contains the CUDA implementation of the [vs-dfttest2](https://github.com/Ichunjo/vs-dfttest2) implementation.

## Installation

```bash
pip install vapoursynth-dfttest2-cuda
```

## Building from source

```powershell
uv build --package vapoursynth-dfttest2-cuda
```

---

Detailed parameter information from the parent project follows.

---
# vs-dfttest2
DFTTest re-implementation (GPU and CPU)

## Usage
```python3
from dfttest2 import DFTTest

output = DFTTest(input)
```

See also [VapourSynth-DFTTest](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-DFTTest)
