Skip to main content

sdf_curvature

Function sdf_curvature 

Source
pub fn sdf_curvature(
    tfs: &[f64],
    mask: &[f64],
    vasc_only: &[f64],
    nx: usize,
    ny: usize,
    nz: usize,
    params: &SdfParams,
) -> Vec<f64>
Expand description

SDF with curvature-based weighting (full QSMART pipeline)

This is the main entry point matching QSMART’s sdf_curvature function.