Home
last modified time | relevance | path

Searched refs:max_elems_rpk (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/src/
H A Dpfh.cu256 …ls& normals, const NeighborIndices& neighbours, DeviceArray2D<float>& data_rpk, int& max_elems_rpk) in repackToAosForPfh() argument
258 max_elems_rpk = (neighbours.max_elems/32 + 1) * 32; in repackToAosForPfh()
259 data_rpk.create(6, (int)neighbours.sizes.size() * max_elems_rpk); in repackToAosForPfh()
270 rpk.max_elems = max_elems_rpk; in repackToAosForPfh()
282 void pcl::device::computePfh125(const DeviceArray2D<float>& data_rpk, int max_elems_rpk, const Neig… in computePfh125() argument
288 fph.max_elems = max_elems_rpk; in computePfh125()
315 max_elems_rpk = (neighbours.max_elems/32 + 1) * 32; in repackToAosForPfhRgb()
316 data_rpk.create(7, (int)neighbours.sizes.size() * max_elems_rpk); in repackToAosForPfhRgb()
327 rpk.max_elems = max_elems_rpk; in repackToAosForPfhRgb()
340 void pcl::device::computePfhRgb250(const DeviceArray2D<float>& data_rpk, int max_elems_rpk, const N… in computePfhRgb250() argument
[all …]
H A Dinternal.hpp113 …s& normals, const NeighborIndices& neighbours, DeviceArray2D<float>& data_rpk, int& max_elems_rpk);
114 …void computePfh125(const DeviceArray2D<float>& data_rpk, int max_elems_rpk, const NeighborIndices&…
116 …s& normals, const NeighborIndices& neighbours, DeviceArray2D<float>& data_rpk, int& max_elems_rpk);
117 …void computePfhRgb250(const DeviceArray2D<float>& data_rpk, int max_elems_rpk, const NeighborIndic…
H A Dfeatures.cpp141 repackToAosForPfh(c, n, neighbours, data_rpk, max_elems_rpk); in compute()
142 computePfh125(data_rpk, max_elems_rpk, neighbours, f); in compute()
179 repackToAosForPfhRgb(c, n, neighbours, data_rpk, max_elems_rpk); in compute()
180 computePfhRgb250(data_rpk, max_elems_rpk, neighbours, f); in compute()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/include/pcl/gpu/features/
H A Dfeatures.hpp122 int max_elems_rpk; member in pcl::gpu::PFHEstimation
136 int max_elems_rpk; member in pcl::gpu::PFHRGBEstimation