Hi,
I cannot figure out a good way to use the Weka Segmentation tool in ImageJ.
Basically, I am missing at least two things, but maybe it is already doable (hence my post) :
- How to save current ROIs assigned to one class or the other, and how to be able to resume my work later on…
- How to Load a classifier, apply it to one stack of images, then apply it to another stack of images, without having to load it again ? It feels like the weka segmentation tool is assigned to one stack at a time,and everytime a new instance is created, which needs a full reload of the classifier. My classifier starts to be quite big and I don’t load to load it multiple times…
Thanks.