Home
last modified time | relevance | path

Searched refs:min_weight_ (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/in_hand_scanner/src/
H A Dintegration.cpp57 min_weight_ (.3f), in Integration()
103 if (!std::isnan (pt_d.x) && weight > min_weight_) in reconstructMesh()
115 if (!std::isnan (pt_d.x) && weight > min_weight_) in reconstructMesh()
165 if (!std::isnan (pt_d_0.x) && weight > min_weight_) in reconstructMesh()
244 if (!std::isnan (pt_d.x) && weight > min_weight_) in merge()
259 if (!std::isnan (pt_d.x) && weight > min_weight_) in merge()
310 if (!std::isnan (pt_d_0.x) && weight > min_weight_) in merge()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/in_hand_scanner/include/pcl/apps/in_hand_scanner/
H A Dintegration.h213 float min_weight_; variable
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Daccumulator.hxx5404 double min_weight_; member
5408 : min_weight_(NumericTraits<double>::max()), in Impl()
5414 min_weight_ = NumericTraits<double>::max(); in reset()
5427 if(o.min_weight_ < min_weight_) in operator +=()
5429 min_weight_ = o.min_weight_; in operator +=()
5441 if(weight < min_weight_) in update()
5443 min_weight_ = weight; in update()