Re: [scikit-image] Using EllipseModel

2017-05-02 Thread Surya Kasturi
Hi Juan, Thanks for raising the ticket. I will look into it and possibly add a small script to reproduce what I’m facing. Best, Surya > On May 2, 2017, at 8:48 AM, Juan Nunez-Iglesias wrote: > > I’ve raised the issue: > https://github.com/scikit-image/scikit-image/issues/2646 >

Re: [scikit-image] Using EllipseModel

2017-05-02 Thread Juan Nunez-Iglesias
I’ve raised the issue: https://github.com/scikit-image/scikit-image/issues/2646 On 29 Apr 2017, 5:40 AM +1000, Stefan van der Walt , wrote: > It may well be that those two functions use opposite directions for theta.  > Do you mind filing an issue? > > Thanks > Stéfan > > On Fri, Apr 28, 2017, a

Re: [scikit-image] Using EllipseModel

2017-04-28 Thread Stefan van der Walt
It may well be that those two functions use opposite directions for theta. Do you mind filing an issue? Thanks Stéfan On Fri, Apr 28, 2017, at 11:02, Surya Kasturi wrote: > Hi, > > I’m trying to use skimage.measure.EllipseModel to estimate an ellipse > around a contour. The results seems to be n

[scikit-image] Using EllipseModel

2017-04-28 Thread Surya Kasturi
Hi, I’m trying to use skimage.measure.EllipseModel to estimate an ellipse around a contour. The results seems to be not so satisfying. I am wondering if I am using “orientation” parameter correctly. Could anyone please let me know whether “theta” is in radians or degrees? / I am doing anything