Hi Denniris,
> I am trying to use ImageJ to trace my cell aggregates, and I was
> wondering if there was a way for the program to automatically trace
> them.
As discussed on IRC [1], here is a macro that identifies your cell
aggregates as objects in the ROI manager:
run("Find Edges");
setAutoThreshold("Huang dark");
run("Create Mask");
run("Fill Holes");
run("Analyze Particles...", "size=1000-Infinity add");
close();
See also:
-
http://imagej.net/Segmentation-
http://imagej.net/Macros-
http://imagej.net/Macros#The_recorder-
http://imagej.net/Using_the_Command_LauncherRegards,
Curtis
[1]
http://code.imagej.net/chatlogs/fiji-devel?times=prefix&start-date=2015-02-13&start-time=1050&end-date=2015-02-13&end-time=1211On Tue, Feb 10, 2015 at 1:34 AM, denniris <
[hidden email]> wrote:
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html