rapidsai / cuspatial

CUDA-accelerated GIS and spatiotemporal algorithms
https://docs.rapids.ai/api/cuspatial/stable/
Apache License 2.0
620 stars 154 forks source link

Simplify header-only hausdorff distance API #708

Open isVoid opened 2 years ago

isVoid commented 2 years ago

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

isVoid commented 2 years ago

Depends on #703