opendefocus 0.1.10

An advanced open-source convolution library for image post-processing
Documentation
1
2
3
4
5
6
7
8
9
mod cpu;
mod runner;
pub use runner::*;
pub mod shared_runner;
#[cfg(feature = "wgpu")]
mod wgpu;
pub use cpu::CpuRunner;
#[cfg(feature = "wgpu")]
pub use wgpu::WgpuRunner;