Barend Gehrels
Barend Gehrels
Fixes issue #1250
This is a new similarity distance, comparable to Hausdorff or Frechet. It calculates the area between two lines and divides them by the line length. This is an average distance,...
Hi, this is an experimental version of partition using lambdas. For demonstration and evaluation purposes. I'm curious to your findings.
Commented with: ``` // TODO: this looks wrong, it should only return convex if all its rings are convex ```
The Hausdorff algorithm is not symmetrical and can give unexpected results. SEE COMMENTS BELOW - we should fix the documentation. Minimal case: ``` #include namespace bg = boost::geometry; template double...
as detected in new unit test `custom_ring.cpp`
As detected in new cnc_ring.cpp unit test, and others
as detected in new unit tests starting with `cnc`
As detected in the new unit test `custom_ring.cpp` For linestrings, it is supported. But for rings, (multi)polygons, multi-linestrings, it is not