Equation for half-max contour of 2D Gaussian?

  • Context: Graduate 
  • Thread starter Thread starter mikeph
  • Start date Start date
  • Tags Tags
    2d Gaussian
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
mikeph
Messages
1,229
Reaction score
18
Hi all,

If I have a Gaussian with the equation:

G(x,y) = h*exp(-(x-x0)^2/a -(y-y0)^2/b)

where x0, y0, a, b and h are the parameters which may vary, what's the equation for the elliptical contour line at the half-max of G?

I'm getting myself confused!

Thanks for help
 
Mathematics news on Phys.org
MikeyW said:
G(x,y) = h*exp(-(x-x0)^2/a -(y-y0)^2/b)
what's the equation for the elliptical contour line at the half-max of G?
How far did you get? Did you find the max value? Did you plug half that into the equation to see what resulted?
 
I was wondering if there is some standard result that meant I didn't have to do all that.
 
MikeyW said:
Hi all,

If I have a Gaussian with the equation:

G(x,y) = h*exp(-(x-x0)^2/a -(y-y0)^2/b)

where x0, y0, a, b and h are the parameters which may vary, what's the equation for the elliptical contour line at the half-max of G?

I'm getting myself confused!

Thanks for help
G(x,y) = h/2 is what you want.

(x-x0)2/a + (y-y0)2/b = ln2.