/** * Detect the cells in images of the epidermis of maize and add them to the * roi-manager. The user has to provide a threshold value. * * (c) 2010, INSERM * written by Volker Baecker at Montpellier RIO Imaging (www.mri.cnrs.fr) */ run("Subtract Background...", "rolling=6 create"); run("8-bit"); run("Threshold..."); waitForUser("Please adjust the threshold!"); run("Analyze Particles...", "size=8000-Infinity circularity=0.00-1.00 show=Nothing exclude add"); run("Revert");