Hi everyone,
I am currently working on a macro where I need to count the number of objects in the RoiManager3D from the 3D image suite. For the normal ROI manager I can use
nROIs = roiManager(“count”);
print(nROIs);
but how do I do this for the RoiManager3D?
Cheers,
Sreusch