![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "core/nns/NearestNeighborSearch.h"

Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::ml | |
| cloudViewer::ml::contrib | |
Functions | |
| const core::Tensor | cloudViewer::ml::contrib::KnnSearch (const core::Tensor &query_points, const core::Tensor &dataset_points, int knn) |
| const core::Tensor | cloudViewer::ml::contrib::RadiusSearch (const core::Tensor &query_points, const core::Tensor &dataset_points, const core::Tensor &query_batches, const core::Tensor &dataset_batches, double radius) |