8 lines
153 B
Rust
8 lines
153 B
Rust
//! Labeled image to mesh conversion.
|
|
|
|
mod domain;
|
|
mod surface;
|
|
|
|
pub use domain::{LabeledDomain, MeshCriteria};
|
|
pub use surface::extract_surface_points;
|