Home
last modified time | relevance | path

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

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/
H A Dvfh.h94 normalize_bins_ (true), normalize_distances_ (false), size_component_ (false),
205 size_component_ = fill_size; in setFillSizeComponent()
259 bool size_component_; variable
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/include/pcl/gpu/features/
H A Dfeatures.hpp246 bool size_component_; member in pcl::gpu::VFHEstimation
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/src/
H A Dfeatures.cpp382 size_component_ = false; in VFHEstimation()
395 void pcl::gpu::VFHEstimation::setFillSizeComponent (bool fill_size) { size_component_ = fill_size; } in setFillSizeComponent()
441 impl.size_component = size_component_; in compute()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dvfh.hpp129 if (size_component_) in computePointSPFHSignature()