Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@ferchaure ferchaure released this 10 Jul 12:15
a24fb52

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