Skip to content

Commit 982f9b3

Browse files
committed
changed misleading text
closes #17
1 parent 2089760 commit 982f9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04_image_segmentation/11_voronoi_otsu_labeling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"metadata": {},
8282
"source": [
8383
"## Applying the algorithm\n",
84-
"Voronoi-Otsu-labeling is a command in clesperanto, which asks for two sigma parameters. The first sigma controls how close detected cells can be (`spot_sigma`) and second controls how precise segmented objects are outlined (`outline_sigma`). This is the algorithm implemented in the [napari-segment-blobs-and-things-with-membranes](https://github.com/haesleinhuepf/napari-segment-blobs-and-things-with-membranes):"
84+
"Voronoi-Otsu-labeling is a segmentation algorithm, which asks for two sigma parameters. The first sigma controls how close detected cells can be (`spot_sigma`) and second controls how precise segmented objects are outlined (`outline_sigma`). This is the algorithm implemented in the [napari-segment-blobs-and-things-with-membranes](https://github.com/haesleinhuepf/napari-segment-blobs-and-things-with-membranes):"
8585
]
8686
},
8787
{

0 commit comments

Comments
 (0)