statumen 0.3.0

Statumen whole-slide image reader
Documentation
1
2
3
4
5
6
7
8
9
10
//! Shared test-support helpers for the statumen parity harness.

#![allow(dead_code)]

pub mod compare;
pub mod corpus;
pub mod oracles;

#[cfg(feature = "parity-openslide")]
pub mod openslide_shim;