Re: IJ Color Thresholding in Macro
Posted by
Gabriel Landini on
Dec 04, 2014; 4:10pm
URL: http://imagej.273.s1.nabble.com/IJ-Color-Thresholding-in-Macro-tp5010727p5010766.html
On Thursday 04 Dec 2014 07:59:50 Steve R <
[hidden email]> wrote:
> Sorry, still a little confused with this:
This should explain it.
run("Clown (14K)");
n1=getTitle();
run("Duplicate...", " ");
n2=getTitle();
selectImage(n1);
// include the the thresholding macro code here
// it will threshold the selected image n1
imageCalculator("AND create", n2, n1);
Cheers
Gabriel
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html