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
When uncheck “Add to Roi” SAMJ doesn’t generate a outline of the segmentation
The issue with the latter is that contours are driven through the ROI manager, so if one disables adding new contours into the manager, the new ones don't get displayed... we have to explicitly draw them via IJ1 API (non ROI manager API).
The text was updated successfully, but these errors were encountered:
Hello @xulman I already implemented a fast temporal fix (roi manager cannot be unchecked lol).
I think this issue is a little bit deeper and that we need to figure out what behaviour we actually want from the ROI manager, because now it is really not defined.
I think this issue is a little bit deeper and that we need to figure out what behaviour we actually want from the ROI manager, because now it is really not defined.
yes, we especially need to think outside ROI manager and IJ1 prompts, not always one would want to interact with SAMJ via these (consider BigDataViewer as an gui interface, the macro scripts, etc..). For BDV, for example, we would probably need to come up with an own dialog that reviews the current segmentation countours -- maybe we would use it for IJ1 too... as the functionality/possibilities of ROI manager is not exactly matching SAMJ (which is another source of confusion for users)
reported originally outside:
The issue with the latter is that contours are driven through the ROI manager, so if one disables adding new contours into the manager, the new ones don't get displayed... we have to explicitly draw them via IJ1 API (non ROI manager API).
The text was updated successfully, but these errors were encountered: