Barend Gehrels

Results 24 issues of 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,...

experimental

Hi, this is an experimental version of partition using lambdas. For demonstration and evaluation purposes. I'm curious to your findings.

experimental

Commented with: ``` // TODO: this looks wrong, it should only return convex if all its rings are convex ```

documentation

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...

documentation

as detected in new unit test `custom_ring.cpp`

As detected in new cnc_ring.cpp unit test, and others

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

See issue #1081 and PR #1093

enhancement