You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Fiji you can create a selection (Edit > Selection > Create Selection) out of the binary image you have and add the whole thing as a "trace". I hope that helps!
Thanks for your Trainable Segmentation ! It is useful !
When I label the cell, I can create training data by
makeOval(8,113, 46, 104);
call("trainableSegmentation.Weka_Segmentation.addTrace", "1", "1");
But I have so many training images, and labeling every cell is time-consuming.
I have gained the binary image, and the label is showed by mask
(notice: all masks in one image belong to the same class), such as:
For each image, I want to detect the mask and label all masks to one class. What should I do ?
Thank you~
The text was updated successfully, but these errors were encountered: