ellipsoid_fit_python icon indicating copy to clipboard operation
ellipsoid_fit_python copied to clipboard

Find ellipsoid fit for arbitrary data with python/numpy, plot it or write to file.

Results 7 ellipsoid_fit_python issues
Sort by recently updated
recently updated
newest added

Hi! First, thank you for the great implementation. I would like to ask, what is happening here: ``` a, b, c = radii r = (a * b * c)...

question

Hello. First thank you for the great work. It's been a while past my university graduation and I'm having issues with the matrices and all the math stuff. Anyway I?m...

question

Hi, The code doesn't seem to produce the right result or maybe I'm looking at it the wrong way. I have attached a plot of the result. ![chk1](https://user-images.githubusercontent.com/24272711/88063877-d5abcf00-cb6a-11ea-852f-b61520254db7.png) The data...

question

If you are trying to fit an ellipsoid to arbitrary set of data points, you may and most likely will get unpredictable results. Least square method is supposed to be...

explanation

Hi @aleksandrbazhin, I am interested on using your code for some applications on molecular characterization. However, when I compute the ellipsoid for certain point sets I find unexpected results. See...

question

Hi! Thank you a lot for your code, it has been really helpful! Do you have any idea on how to extract the uncertainty of the fit? Best regard!

Thank you for your work! I tried the code and just want to know how to calculate the rotation angle from the rotation matrix of the ellipsoid obtained from the...