Home
last modified time | relevance | path

Searched refs:normalize_bins_ (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/3d_rec_framework/include/pcl/apps/3d_rec_framework/feature_wrapper/global/
H A Dcvfh_estimator.h26 bool normalize_bins_; variable
34 normalize_bins_ = true; in CVFHEstimation()
110 cvfh.setNormalizeBins(normalize_bins_); in estimate()
155 normalize_bins_ = b; in setNormalizeBins()
H A Dourcvfh_estimator.h28 bool normalize_bins_; variable
41 normalize_bins_ = true; in OURCVFHEstimator()
140 cvfh.setNormalizeBins(normalize_bins_); in estimate()
188 normalize_bins_ = b; in setNormalizeBins()
/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),
185 normalize_bins_ = normalize; in setNormalizeBins()
255 bool normalize_bins_; variable
H A Dcvfh.h84 normalize_bins_ (false), in CVFHEstimation()
206 normalize_bins_ = normalize; in setNormalizeBins()
227 bool normalize_bins_; variable
H A Dour_cvfh.h77 …vpx_ (0), vpy_ (0), vpz_ (0), leaf_size_ (0.005f), normalize_bins_ (false), curv_threshold_ (0.03f… in OURCVFHEstimation()
250 normalize_bins_ = normalize; in setNormalizeBins()
335 bool normalize_bins_; variable
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dvfh.hpp125 if (normalize_bins_) in computePointSPFHSignature()
219 if (normalize_bins_) in computeFeature()
H A Dcvfh.hpp265 vfh.setNormalizeBins (normalize_bins_); in computeFeature()
H A Dour_cvfh.hpp420 if (normalize_bins_) in computeRFAndShapeDistribution()
678 vfh.setNormalizeBins (normalize_bins_); in computeFeature()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/include/pcl/gpu/features/
H A Dfeatures.hpp244 bool normalize_bins_; member in pcl::gpu::VFHEstimation
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/src/
H A Dfeatures.cpp380 normalize_bins_ = true; in VFHEstimation()
393 void pcl::gpu::VFHEstimation::setNormalizeBins (bool normalize) { normalize_bins_ = normalize; } in setNormalizeBins()
442 impl.normalize_bins = normalize_bins_; in compute()