Re: elipse detection & axes measurement
Posted by homedoc on Apr 18, 2011; 8:04pm
URL: http://imagej.273.s1.nabble.com/elipse-detection-axes-measurement-tp3684952p3684953.html
The best way to do what you want is to use the Gaussian Bivariate Ellipse fitting technique. You can find the details in any good statistics textbook or on the internet. You'll probably have to write a plug-in. When the technique is applied to the type of data you show in this post, it will output the data you need to draw a fitting ellipse including center point (X,Y) major and minor axes (a and b) and the long angle of the ellipse.