pub unsafe extern "C" fn MaskNodes(
nrow: c_long,
ncol: c_long,
nodes: *mut *mut nodeT,
ground: *mut nodeT,
mag: *mut *mut f32,
) -> c_intExpand description
Set group numbers of nodes to MASKED if they are surrounded by zero-magnitude pixels, 0 otherwise.