Open3D (C++ API)  0.20.0
Loading...
Searching...
No Matches
Functions
BallQueryOps.cpp File Reference

(d32b4fc (Mon Sep 14 15:46:25 2026 -0700))

#include <vector>
#include "open3d/ml/pytorch/TorchHelper.h"
#include "open3d/ml/pytorch/pointnet/BallQueryKernel.h"
#include "torch/script.h"

Functions

torch::Tensor ball_query (torch::Tensor xyz, torch::Tensor center, double radius, const int64_t nsample)
 

Function Documentation

◆ ball_query()

torch::Tensor ball_query ( torch::Tensor  xyz,
torch::Tensor  center,
double  radius,
const int64_t  nsample 
)