Home
last modified time | relevance | path

Searched refs:proj_normals_buf (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/include/pcl/gpu/features/
H A Dfeatures.hpp203 DeviceArray2D<float> proj_normals_buf; member in pcl::gpu::PrincipalCurvaturesEstimation
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/src/
H A Dinternal.hpp137 DeviceArray<PrincipalCurvatures>& output, DeviceArray2D<float>& proj_normals_buf);
H A Dfeatures.cpp366 device::computePointPrincipalCurvatures(n, indices_, nn_indices_, f, proj_normals_buf); in compute()