Home
last modified time | relevance | path

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

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/
H A Dspin_image.h204 rotation_axes_cloud_ = axes; in setInputRotationAxes()
266 PointCloudNConstPtr rotation_axes_cloud_; variable
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dspin_image.hpp54 input_normals_ (), rotation_axes_cloud_ (), in SpinImageEstimation()
83 (*rotation_axes_cloud_)[index].getNormalVector3fMap () : in computeSiForPoint()
308 && rotation_axes_cloud_->size () == input_->size ()) in initCompute()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/include/pcl/gpu/features/
H A Dfeatures.hpp281 Normals rotation_axes_cloud_; member in pcl::gpu::SpinImageEstimation
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/src/
H A Dfeatures.cpp481 rotation_axes_cloud_ = axes; in setInputRotationAxes()
529 if (use_custom_axes_cloud_ && rotation_axes_cloud_.size () != cloud_.size ()) in compute()
559 const device::Normals& axes = (const device::Normals&)rotation_axes_cloud_; in compute()