Hi François,
I am trying out the ellipse hough transform as described in the following link:
http://scikit-image.org/docs/dev/auto_examples/plot_circular_elliptical_hough_transform.html#example-plot-circular-elliptical-hough-transform-py
The ellipse detection in the example takes about 15 seconds to give a result.
1. Is it possible to get the time taken for ellipse detection to under a second?
2. Are there any suggestions for improving the execution time?
Thanks,
Austin
On Thursday, 7 March 2013 02:27:44 UTC+5:30, François wrote:Hi,
FYI, I plan to work on the detection of ellipses quite soon. Stefan indicated to me a reference which seems fairly simple to implement.
Cheers,
François.