point-cloud-utils
point-cloud-utils copied to clipboard
Is your library extendable for N-dimensional points?
It's actually a feature request! I was trying to use distance metrics like Hausdorff or Chamfer on N-dimensional point sets and as I expected, an exception was thrown. Are these functions extendable for N-dimensional point sets? So that they can compute the distance between extracted features in deep networks like Pointnet?
This isn't implemented yet but it could be. Leaving this open in case someone wants to implement this in the future.