ePSIC-DLS / particlespy

Package for analysing particles in electron microscopy data sets.
GNU General Public License v3.0
20 stars 10 forks source link

Segmenting particles using trainable segmentation #12

Closed TomSlater closed 3 years ago

TomSlater commented 5 years ago

The current segmentation methods include only thresholding based methods. It would be nice to include a trainable segmentation method (maybe Weka?) at some point in the future.

Currently, you could use a trainable Weka segmentation in Fiji and then apply the generated binary images as masks in ParticleSpy, but it's not a great route for automation.

TomSlater commented 3 years ago

This issue was resolved by #60