corrmatch 0.1.0

CPU-first template matching with ZNCC/SSD and coarse-to-fine pyramid search
Documentation
1
2
3
4
5
6
//! Shared utility helpers.

pub mod error;
pub(crate) mod math;

pub use error::{CorrMatchError, CorrMatchResult};