https://github.com/anshap1719/convolve-nd
https://github.com/anshap1719/convolve-nd
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anshap1719/convolve-nd
- Owner: anshap1719
- License: mit
- Created: 2025-01-29T15:28:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-29T15:31:22.000Z (over 1 year ago)
- Last Synced: 2025-11-16T11:10:55.129Z (7 months ago)
- Language: Rust
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Array Convolution Using Separable Kernel
This project provides an implementation for convolving signals of upto 3 dimensions with separable kernels of arbitrary size. The library is aimed to provide a fast implementation with 0 dependencies other than `nd-array`.
## Usage
View examples directory for some basic usage examples
## Installation
To use this library in your Rust project, add the following to your `Cargo.toml` file:
```toml
[dependencies]
convolve-nd = "0.1.0"