ellipse detection
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
fitEllipse does not detect ellipses, it fits the best matching one to a pointset
Your are right, I expressed that a little bit wrong. The question was how I could achieve an detection of (only) ellipses with this method. I am not sure how I can generate the array the method needs