Image Convolution Using Separable Kernel
This project provides an implementation convolution on images using separable kernels of arbitrary size. The library is aimed to provide a fast implementation with 0 dependencies other than image-rs.
Usage
use Convolution;
use SeparableKernel;
Installation
To use this library in your Rust project, add the following to your Cargo.toml file:
[]
= "0.1.0"