chess-corners 1.1.0

High-level chessboard / ChESS corner detection API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod chess;
mod detection;
mod multiscale;
mod radon;

#[cfg(test)]
mod tests;

pub use chess::{ChessConfig, ChessRefiner, ChessRing};
pub use detection::{DetectionParams, DetectionStrategy, DetectorConfig};
pub use multiscale::MultiscaleConfig;
pub use radon::RadonConfig;