Open3D (C++ API)  0.20.0
Loading...
Searching...
No Matches
Functions
SamplingOps.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/SamplingKernel.h"
#include "torch/script.h"

Functions

torch::Tensor furthest_point_sampling (torch::Tensor points, const int64_t sample_size)
 

Function Documentation

◆ furthest_point_sampling()

torch::Tensor furthest_point_sampling ( torch::Tensor  points,
const int64_t  sample_size 
)