How to save results of measurments

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

How to save results of measurments

Mohamed Tleis
Dear Folks,

I am using the analyze particles on binary images to add my particles to
RoiManager. then I want to run the measure command to do my measurements on
grey images only. but it seems that the following command is measuring all
images that are open.

IJ.run(finIm, "Analyze Particles...", "size=250-Infinity pixel
circularity=0.00-1.00 show=Nothing add");
manager2 = RoiManager.getInstance();

manager2.runCommand("Measure");

Can I run the measure on only a specific imageplus or image Processor?

Best Regards,
Mohamed Tleis