Re: Different results with duplicate or re-open the image
Posted by Gabriel Landini on Aug 27, 2009; 8:42am
URL: http://imagej.273.s1.nabble.com/Different-results-with-duplicate-or-re-open-the-image-tp3691380p3691383.html
I cannot run the code because MakeRGB() and MakeHSB() are not defined.
On Thursday 27 August 2009, Karel Jansseune wrote:
> selectWindow("double");
> MakeRGB();
> imageCalculator("AND", ID ,"mask");
> selectWindow("mask");
> close();
However I do not understand what you are trying to do with this:
> MakeHSB();
> run("Invert");
> run("Analyze Particles...", "size="+Size2+"-infinity circularity=0.00-1.00
> show=Nothing clear include add");
> roiManager("Measure");
It seems that you run the particle analyzer on one of the inverted hsb
channels (without specifying which one) and without specifying a threshold
range either?
Cheers,
G.