From 1a5c24fad8478b633e70095fe21815cd62aa6739 Mon Sep 17 00:00:00 2001 From: alessandrofelder Date: Mon, 30 Sep 2024 14:25:59 +0100 Subject: [PATCH] shorten summary slide --- slides/processing-images.qmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slides/processing-images.qmd b/slides/processing-images.qmd index b0f8b2e..771c70f 100644 --- a/slides/processing-images.qmd +++ b/slides/processing-images.qmd @@ -47,7 +47,7 @@ print(pixels_in_each_region) ## Key points -* Segmentation can be broadly split into ‘semantic segmentation’ and ‘instance segmentation’. Semantic segmentation assigns pixels to specific classes (like neuron or background), while instance segmentation assigns pixels to individual ‘instances’ of a class (like individual neurons). -* Segmentations are represented in the computer in the same way as standard images. The difference is that pixel values represent classes or instances, rather than light intensity. -* Napari uses Labels layers for segmentations. +* Segmentation can be broadly split into ‘semantic segmentation’ (e.g. neuron vs background) and ‘instance segmentation’ (e.g. individual neuron). +* Segmentations are represented in the computer in the same way as images, but pixels represent an abstraction, rather than light intensity. +* Napari uses "Labels" layers for segmentations. * Segmentation is helpful for analysis. \ No newline at end of file