ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
contrib_nns.cpp File Reference
#include <Parallel.h>
#include <numeric>
#include "core/nns/NearestNeighborSearch.h"
Include dependency graph for contrib_nns.cpp:

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)