Skip to main content

segment_cells

Function segment_cells 

Source
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>
where T: Float + FromPrimitive + Debug + Send + Sync + NumAssign + 'static,
Expand description

Segment cells in microscopy images