(9238339 (Tue Mar 14 18:49:09 2023 -0700))
Go to the source code of this file.
|
template<typename scalar_t > |
OPEN3D_HOST_DEVICE void | open3d::t::pipelines::kernel::ComputePairFeature (const scalar_t *p1, const scalar_t *n1, const scalar_t *p2, const scalar_t *n2, scalar_t *feature) |
|
template<typename scalar_t > |
OPEN3D_HOST_DEVICE void | open3d::t::pipelines::kernel::UpdateSPFHFeature (const scalar_t *feature, int64_t idx, scalar_t hist_incr, scalar_t *spfh) |
|
void | open3d::t::pipelines::kernel::ComputeFPFHFeatureCPU (const core::Tensor &points, const core::Tensor &normals, const core::Tensor &indices, const core::Tensor &distance2, const core::Tensor &counts, core::Tensor &fpfhs) |
|