Login  Register

split channels and all files in a directory

Posted by Ramon Guirado on Apr 07, 2011; 2:04pm
URL: http://imagej.273.s1.nabble.com/split-channels-and-all-files-in-a-directory-tp3685101.html

Hi, I'm trying to write a macro able to open all the files in a directory,
split the channels of the images and analyze particles in this separated
channels as well as the composite between some of them (they will be also
binarized, etc...). I have just done small macros using the macro recorder,
so I don't know how to do it, I'm trying to get the identity of every image
in a directory and then I guess after the image calculator, I will have to
identify the new windows just created so they are processed as well, and
then do that recursively, but I feel a little bit lost... which would be the
easiest way to proceed? by know I'll try to understand the macro posted
by Carnë Draug..

Thanks,


ramon