haesleinhuepf / git-bob-bioimage-analysis-example

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Add a Jupyter notebook for cell segmentation with watershed algorithm. #22

Closed github-actions[bot] closed 1 day ago

github-actions[bot] commented 1 day ago

This message was generated by git-bob (version: 0.3.2, model: gpt-4o-2024-08-06), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

Created a new Jupyter notebook, cell_segmentation.ipynb, under the notebooks folder to implement cell segmentation using the watershed algorithm. Steps include loading the microscopy image data/membrane2d.png, enhancing contrast, applying thresholding, computing the distance transform, applying watershed to segment the cells, and measuring their regions to calculate average cell area.

closes #21