macros.AddParticles.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ij Show documentation
Show all versions of ij Show documentation
ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.
// Adds particle analyzer ROIs to the ROI Manager
if (nResults==0)
return "Results table is empty";
if (isNaN(getResult('XStart', 0)))
return "Run the particle analyzer with \"Clear Results\" \nand \"Record Starts\" checked, then try again.";
for (i=0; i
© 2015 - 2024 Weber Informatics LLC | Privacy Policy