Re: drawing guassian curves
Posted by
Gabriel Landini on
May 22, 2009; 11:38am
URL: http://imagej.273.s1.nabble.com/drawing-guassian-curves-tp3692443p3692444.html
On Friday 22 May 2009 12:34:35 Donny George wrote:
> could some one help me with some advices as to how i could continue with
> this macro to plot guassian curves based on the min and max values obtained
> from the histograms of images
>
> run("Brightness/Contrast...");
> run("Enhance Contrast", "saturated=0.5");
>
> makeRectangle(1728, 2430, 504, 492);
> waitForUser("Adjust Selection, Press (OK)");
> run("Histogram");
The parameters of a gaussian curve are mean and standard deviation, not min
and max...
G.