Skip to content

Commit

Permalink
change parameters in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Fafa87 committed Dec 29, 2022
1 parent 0f49fef commit eb6aaf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified examples/output_segmentation/sample_brightfield_segmented.tif
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/use_cellstar.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
print ("Input image shape: {0} and dtype: {1}"
.format(input_image.shape, input_image.dtype))

segmentator = cellstar.Segmentation(segmentation_precision=9, avg_cell_diameter=35)
segmentator = cellstar.Segmentation(segmentation_precision=11, avg_cell_diameter=27)
segmentator.set_frame(input_image)
segmentation, snakes = segmentator.run_segmentation()

Expand Down

0 comments on commit eb6aaf7

Please sign in to comment.