I am detecting ellipses and tried different methods,
I tried Hough Circle
and it is detecting only perfect circles
I tried Fit Ellipse
after applying it on Find Contours
and it is doing pretty well.
I came across Fast Radial Transform
and i was wondering would it detects perfect circles only or it will also detect Ellipses?
Thanks