Hello, Gabriel
Thank you very much for introducing the methods for subtracting the
background of light microscope. I will study the methods.
Still, I would like to know the macro how to subtract "mode" of
histogram from the image.
Could you show me the example of the macro?
Sincerely
Yasushi Sato
On 2008.10.29, at 10:26 PM, Gabriel Landini wrote:
> On Wednesday 29 October 2008 12:55:13 Yasushi Sato wrote:
>> Dear ImageJ experts,
>>
>> I would like to use a macro for subtracting background of light
>> microscope
>> color image for measuring the gray value of interested area.
>>
>> run("8-bit");
>> run("Invert");
>> run("Histogram");
>>
>> Then I hope to subtract "mode" of histogram from the image.
>> Alternatively, I hope to subtract the minimum gray value in the peaks
>> in
>> histogram from the image.
>>
>> However I am a beginner of ImageJ macro.
>>
>> Could anyone show me the example of the two macros?
>
> There are several ways of subtracting background:
> Have a look here:
>
>
http://imagejdocu.tudor.lu/
> doku.php?id=howto:working:how_to_correct_background_illumination_in_bri
> ghtfield_microscopy
>
> G.
>