Skip to content

Releases: CGK-Laboratory/CellSelect-3DMorph

Release v2.0.0

14 Nov 02:54
ffe6c0c
Compare
Choose a tag to compare

What's Changed

  • Standardized to µm as unit for all measurements
  • Added standalone Windows app with new application icon
  • Updated main window:
    • Added output folder selection
    • Added erosion adjustment control

v1.0.0

10 Jul 12:15
a24fb52
Compare
Choose a tag to compare

v1.0.0

  • New Cell Selection Functionality
  • Erosion of images for better segmentation was achieved by changing line 210 of the code from the original se=strel('diamond',6) to se=strel('diamond',5)
  • There are pop-up windows indicating an error has occurred during segmentation
  • Adds small optimizations
  • Improves code formatting