|
Dear Folks,
I am doing measurements on some particles and saving their results and
their outlines, the results has labels like: myImage.lsm:0019-0008:Ch2,
while in the outline I have numbers. How can I have the same labels for
both?
The outline is saved from the following command:
IJ.run(finIm, "Analyze Particles...", "size=250-Infinity pixel
circularity=0.00-1.00 show=Outlines in_situ add");
And the label is generated automatically by imageJ , and I write it to file
through :
writeToFile(path, rt.getLabel(i) );
Thanks in advance,
Best Regards,
Mohamed Tleis
|