A fast ellipse detection method in OpenCV 4.7.0

This function is able to detection ellipse or elliptic object in images, and directly return the parameters of ellipse.

The method is based on Qi Jia, Xin Fan, Zhongxuan Luo, Lianbo Song, and Tie Qiu. A fast ellipse detector using projective invariant pruning. IEEE Transactions on Image Processing , 26(8):3665–3679, 2017.

Hope the function is helpful. We can discuss about it.
If you are willing to share your feeling or suggestions about this function, we will be grateful.

The document of this function:
OpenCV: Extended Image Processing