-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I need to understand how point rois work on imagej.
Can i add the point rois to the ROI manager?
Right now the "batch" prompts can come at the same time from the point and rect prompts that are drawn on the image, the prompts that have been added to the roi manager (if the roi manager has rois of the image of interest) and if it exists, from a mask image.
My problem is that i do not understand if point prompts can be added to the roi manager, in that case, should we treat a single multipoint ROI as a single object instance?
This differs a little bit with the behaviour of multipoints that are not added to the roi manager, in this case each point in the mulitpoint roi is treated as a single object.
In my opinion, we shuold follow the approach that users use the most