Home
last modified time | relevance | path

Searched refs:dist_src (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/
H A Dcorrespondence_rejection_poly.h329 const float dist_src = in thresholdEdgeLength() local
336 (dist_src < dist_tgt ? dist_src / dist_tgt : dist_tgt / dist_src); in thresholdEdgeLength()
/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Dconfig.rs504 dist_src: Option<bool>, field
890 set(&mut config.rust_dist_src, rust.dist_src); in parse()