cuspatial icon indicating copy to clipboard operation
cuspatial copied to clipboard

Simplify header-only hausdorff distance API

Open isVoid opened this issue 2 years ago • 1 comments

With introduction of multipoint_range and multipoint_ref, hausdorff distance API can be simplified with one of the following API:

  • Input is a multipoint_ref, and extract the offset of the multipoint as the space delimiter.
  • Input is a multipoint_range, where the geometry offset is always a counting_iterator.

isVoid avatar Sep 29 '22 19:09 isVoid

Depends on #703

isVoid avatar Sep 29 '22 20:09 isVoid