imgal 0.3.1

A fast and open-source scientific image processing and algorithm library.
Documentation
1
2
3
4
5
6
7
8
//! Provides spatial data structures and search functions.

mod kd_tree;
pub use kd_tree::KDTree;
pub mod convex_hull;
pub mod geometry;
pub mod halfspace;
pub mod roi;