Home
last modified time | relevance | path

Searched refs:use_custom_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.h192 use_custom_axes_cloud_ = false; in setRotationAxis()
206 use_custom_axes_cloud_ = true; in setInputRotationAxes()
215 use_custom_axes_cloud_ = false; in useNormalsAsRotationAxis()
272 bool use_custom_axes_cloud_; variable
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dspin_image.hpp55 is_angular_ (false), rotation_axis_ (), use_custom_axis_(false), use_custom_axes_cloud_ (false), in SpinImageEstimation()
82 use_custom_axes_cloud_ ? in computeSiForPoint()
287 assert(!(use_custom_axis_ && use_custom_axes_cloud_)); in initCompute()
289 if (!use_custom_axis_ && !use_custom_axes_cloud_ // use input normals as rotation axes in initCompute()
307 if (use_custom_axes_cloud_ in initCompute()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/src/
H A Dfeatures.cpp476 use_custom_axes_cloud_ = false; in setRotationAxis()
482 use_custom_axes_cloud_ = true; in setInputRotationAxes()
486 …mation::useNormalsAsRotationAxis () { use_custom_axis_ = false; use_custom_axes_cloud_ = false; } in useNormalsAsRotationAxis()
493 : is_angular_(false), use_custom_axis_(false), use_custom_axes_cloud_(false), is_radial_(false), in SpinImageEstimation()
521 assert(!(use_custom_axis_ && use_custom_axes_cloud_)); in compute()
523 if (!use_custom_axis_ && !use_custom_axes_cloud_ && !input_normals_) in compute()
529 if (use_custom_axes_cloud_ && rotation_axes_cloud_.size () != cloud_.size ()) in compute()
557 else if (use_custom_axes_cloud_) in compute()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/include/pcl/gpu/features/
H A Dfeatures.hpp289 bool use_custom_axes_cloud_; member in pcl::gpu::SpinImageEstimation