Skip to main content

Module unwrap

Module unwrap 

Source
Expand description

Phase unwrapping methods

This module provides various phase unwrapping algorithms:

  • ROMEO: Region growing with quality-guided ordering
  • Laplacian: Laplacian-based unwrapping (TODO)

Re-exports§

pub use romeo::*;
pub use laplacian::*;

Modules§

laplacian
Laplacian-based phase unwrapping
romeo
ROMEO weight calculation for phase unwrapping