deconvolution 0.2.1

Rust image deconvolution and restoration library.
Documentation
1
2
3
4
5
6
7
8
//! Synthetic blur, noise, and phantom generation utilities.
//!
//! Use [`blur`] to apply a PSF or OTF, [`noise`] to add reproducible noise, and
//! [`phantom`] to create small test images or volumes.

pub mod blur;
pub mod noise;
pub mod phantom;