Hello, I have a question regarding the detection of ellipses in an image.
This sample ("http://docs.opencv.org/doc/tutorials/imgproc/shapedescriptors/bounding_rotated_ellipses/bounding_rotated_ellipses.html") I have found already, but it detects not only ellipses but also other counturs. Is there any way to modify this? Ans the fitEllipse method want an InputArray as parameter, but I am not quite sure how I should achieve this? In general, are there any faster methods for ellipse detection?
I am relative new with OpenCV and hope my question is not too stupid.
Kind regards, Simon Rühle