Closed GoogleCodeExporter closed 9 years ago
First, the issue tracker here is for the benefits of the _developers_ of JavaCV
(i.e.: me), to track problems with JavaCV. Your issue is not a problem with
JavaCV. If you have problems _using_ JavaCV, as a _user_, you should post a
message to the discussion group (mailing list).
In any case, I think the error message is clear.. cvFitEllipse2() needs 6 or
more points, while cvFindContours() may return less than 6 points, so you need
to check for that.
Original comment by samuel.a...@gmail.com
on 13 Oct 2010 at 9:30
Yes thats why i put "if (contourList.elem_size >= 6)" in front of the
cvFitEllipse2 call. But i'm still getting the error message about the 6 points.
I'm sorry if this is the wrong place for this question. I will repost it in the
discussion group.
Original comment by christia...@gmx.net
on 13 Oct 2010 at 12:21
Original issue reported on code.google.com by
christia...@gmx.net
on 10 Oct 2010 at 1:35