Ask Your Question

S42's profile - activity

2018-04-07 12:40:06 -0600 received badge  Famous Question (source)
2016-08-19 06:29:06 -0600 received badge  Notable Question (source)
2015-11-18 09:14:29 -0600 received badge  Popular Question (source)
2015-10-05 15:13:56 -0600 received badge  Student (source)
2014-01-20 11:06:22 -0600 received badge  Scholar (source)
2014-01-20 11:06:20 -0600 received badge  Supporter (source)
2014-01-19 09:24:29 -0600 commented question ellipse detection

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

2014-01-17 14:45:13 -0600 asked a question 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