image processing - Is edge points of object represent an ellipse? -


given edge points of object. let obj = (xi,yi); i=1,2,3,.... how can know if these edge points represent ellipse or not?

as long have more 2 points try linear fitting using least squares:

see here:https://math.stackexchange.com/a/153150/104118

see section 7 fitting ellipse 2d points in actual link: http://www.geometrictools.com/documentation/leastsquaresfitting.pdf


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -