pub fn segment_cells<T>(
image: &ArrayBase<ViewRepr<&T>, Dim<[usize; 2]>>,
params: Option<CellSegmentationParams>,
) -> Result<(ArrayBase<OwnedRepr<i32>, Dim<[usize; 2]>>, Vec<CellInfo>), NdimageError>Expand description
Segment cells in microscopy images