Hy,

I'm trying to detect ellipses using the hough_ellipse method provided by scikit-image. However, one of the axis of the result ellipse is always zero. I've tries adjusting all the parameters but nothing helped. Does anyone know why only one axis can be larger than 0 and how I can fix it?

Thanks