Open GoogleCodeExporter opened 9 years ago
Yes, it is an issue of current implementation. The problem is that the code
checks if all given points fit estimated shape with certain error. The shape
you’ve attached fits it. The code needs to be changed to do a bit opposite
check – we need to check that for each edge point of the estimated shape
there is a point in the provided list, which is close enough. This check will
be more CPU cost, but should work.
Original comment by andrew.k...@gmail.com
on 13 Oct 2010 at 9:29
Original issue reported on code.google.com by
dales...@gmail.com
on 12 Oct 2010 at 5:19Attachments: