pamly 0.3.5

Command line interface for digital pathology tools.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod downscale;
pub use downscale::downscale;

mod crop;
pub use crop::crop;

mod read_slide;
pub use read_slide::read_slide;

mod remove_islands;
pub use remove_islands::remove_islands;