Login  Register

Re: Different results with duplicate or re-open the image

Posted by Karel Jansseune-2 on Aug 27, 2009; 9:02am
URL: http://imagej.273.s1.nabble.com/Different-results-with-duplicate-or-re-open-the-image-tp3691380p3691381.html

Sorry for beeing so unclear, I forgot to copy the functions in my previous
mail.

In the mean time I figured out what was going wrong. I made a mistake in
the image titles for the duplicate and the original image in one of the
functions in my macro, and incidently both approaches give more or less
the same result, so it wasn't very clear to me why and where things went
wrong.

thanks anyway for the help,

kind regards

Karel Jansseune

On Thu, 27 Aug 2009 09:42:00 +0100, Gabriel Landini <[hidden email]>
wrote:

>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.