Closed GoogleCodeExporter closed 8 years ago
How different?
Also, you are not doing /exactly/ the same thing, so you may get different
results, yes. Try to run code that matches as closing as possible, using
NetBeans/Java instead of Visual C++ for example, and also use the same version
of OpenCV.
Original comment by samuel.a...@gmail.com
on 2 Nov 2011 at 12:35
Looking back at this, if you would like the Java code to give the same results
as in C, you should call `contour = contour.h_next()` in your loop, not
`cvGetSeqElem(contour, i)`
Please post your questions on the mailing list next time, this is not a valid
issue, thank you.
Original comment by samuel.a...@gmail.com
on 8 Jan 2012 at 3:46
Original issue reported on code.google.com by
rkrind...@gmail.com
on 1 Nov 2011 at 9:54