[pdal-commits] [PDAL/PDAL] 297a7c: Add EvalKernel (#3346)
chambbj
noreply at github.com
Tue Apr 20 06:31:21 PDT 2021
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 297a7c07363143a001bb2fe0f9f26f430b9ace25
https://github.com/PDAL/PDAL/commit/297a7c07363143a001bb2fe0f9f26f430b9ace25
Author: chambbj <brad.chambers at gmail.com>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M doc/apps/chamfer.rst
A doc/apps/eval.rst
M doc/apps/hausdorff.rst
A kernels/EvalKernel.cpp
A kernels/EvalKernel.hpp
Log Message:
-----------
Add EvalKernel (#3346)
* Add EvalKernel
Adds pdal application/subcommand to print a classification report when
given two input point clouds, one with predicted labels, another with
truth.
Contains a minor edit in Chamfer and Hausdorff kernel documentation,
where positional arguments were described as non-positional.
* Address PR comments, provide ability to specify truth/prediction label
dimensions
* Addressing more PR comments about docs
More information about the pdal-commits
mailing list