Line Integral Convolution for Python, written in Rust
rLIC
(pronounced 'relic') is a minimal implementation of the Line Integral Convolution algorithm for in-memory numpy
arrays, written in Rust.
python -m pip install rLIC
rLIC
consists in a single Python function, rlic.convolve
.