ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
contrib_nns.h File Reference
Include dependency graph for contrib_nns.h:
This graph shows which files directly or indirectly include this file:

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)