pub(crate) fn vsharp_with_radii(
field: &[f64],
mask: &[u8],
grid: &Grid,
radii: &[f64],
threshold: f64,
progress: impl FnMut(usize, usize),
) -> (Vec<f64>, Vec<u8>)Expand description
V-SHARP with an explicit list of SMV kernel radii (mm).
Internal entry point; the public vsharp wrapper derives the radii
from VsharpParams.