Home
last modified time | relevance | path

Searched refs:min_depth (Results 101 – 125 of 792) sorted by relevance

12345678910>>...32

/dports/graphics/open3d/Open3D-0.2/src/Core/Odometry/
H A DOdometryOption.h41 double min_depth = 0.0,
46 max_depth_diff_(max_depth_diff), min_depth_(min_depth), in minimum_correspondence_ratio_()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Core/Odometry/
H A DOdometryOption.h41 double min_depth = 0.0,
46 max_depth_diff_(max_depth_diff), min_depth_(min_depth), in minimum_correspondence_ratio_()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/depth_map/tests/
H A Dtest_depth_map.cxx87 double min_depth = 10000, max_depth = 30000; in test_depth_map() local
92 dms.add_ortho_perp_region(vp, min_depth, max_depth, name); in test_depth_map()
103 && r_in->min_depth() == gpr->min_depth() in test_depth_map()
/dports/www/py-draftjs-exporter/draftjs_exporter-4.1.2/draftjs_exporter/
H A Dhtml.py67 min_depth = 0
74 if depth > min_depth:
75 min_depth = depth
82 if min_depth > 0 and wrapper_state.stack.length() != 0:
/dports/games/scourge-data/scourge_data/config/
H A Darmor.cfg143 min_depth=1
171 min_depth=2
272 min_depth=1
308 min_depth=1
344 min_depth=2
380 min_depth=2
416 min_depth=3
507 min_depth=2
528 min_depth=3
575 min_depth=1
[all …]
H A Dweapon.cfg380 min_depth=1
434 min_depth=1
492 min_depth=1
550 min_depth=2
607 min_depth=2
664 min_depth=2
722 min_depth=2
779 min_depth=3
836 min_depth=3
894 min_depth=2
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_tableau_cam.cxx488 static double min_depth = 0.0;
492 vdval.field("Min Depth (m)", min_depth);
497 my_observer_->add_vertical_depth_region(min_depth, max_depth, name);
511 static double min_depth = 0.0; in add_region() local
520 vdval.field("Min Depth (m)", min_depth); in add_region()
532 …my_observer_->add_region(name, min_depth, max_depth, order, orientation, (unsigned)land_id, height… in add_region()
547 static std::map<std::string, double> min_depth; in edit_region_props() local
562 min_depth[name] = (*rit)->min_depth(); in edit_region_props()
590 reg_dialog.field("MinDepth", min_depth[(*rit)->name()]); in edit_region_props()
606 (*rit)->set_min_depth(min_depth[name]); in edit_region_props()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/serial/impl/
H A Dobjecttype.hpp74 size_t min_depth);
151 size_t min_depth = 1) in GetParent() argument
154 (GetParentObjectPtr(in, GetTypeInfo(), max_depth, min_depth)); in GetParent()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/serial/impl/
H A Dobjecttype.hpp74 size_t min_depth);
151 size_t min_depth = 1) in GetParent() argument
154 (GetParentObjectPtr(in, GetTypeInfo(), max_depth, min_depth)); in GetParent()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/walkdir/src/
H A Dlib.rs192 min_depth: usize, field
208 min_depth: 0, in new()
221 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
222 self.opts.min_depth = depth; in min_depth()
223 if self.opts.min_depth > self.opts.max_depth { in min_depth()
224 self.opts.min_depth = self.opts.max_depth; in min_depth()
240 if self.opts.max_depth < self.opts.min_depth { in max_depth()
241 self.opts.max_depth = self.opts.min_depth; in max_depth()
628 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/www/drupal8/drupal-8.9.20/core/modules/book/src/
H A DBookOutlineStorageInterface.php90 * @param int $min_depth
98 public function getBookMenuTree($bid, $parameters, $min_depth, $max_depth); argument
H A DBookOutlineStorage.php99 public function getBookMenuTree($bid, $parameters, $min_depth, $max_depth) { argument
109 if ($min_depth != 1) {
110 $query->condition('depth', $min_depth, '>=');
/dports/www/drupal9/drupal-9.2.10/core/modules/book/src/
H A DBookOutlineStorageInterface.php90 * @param int $min_depth
98 public function getBookMenuTree($bid, $parameters, $min_depth, $max_depth); argument
H A DBookOutlineStorage.php99 public function getBookMenuTree($bid, $parameters, $min_depth, $max_depth) { argument
109 if ($min_depth != 1) {
110 $query->condition('depth', $min_depth, '>=');
/dports/math/boolector/boolector-3.2.2/src/
H A Dbtordcr.c27 int32_t min_depth; in compute_scores_aux_min_dep() local
78 min_depth = -1; in compute_scores_aux_min_dep()
84 if (min_depth == -1 || b->data.as_int < min_depth) in compute_scores_aux_min_dep()
85 min_depth = b->data.as_int; in compute_scores_aux_min_dep()
87 assert (min_depth >= 0); in compute_scores_aux_min_dep()
90 b->data.as_int = min_depth + 1; in compute_scores_aux_min_dep()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/walkdir-2.1.4/src/
H A Dtests.rs69 let mut min_depth = ::std::usize::MAX; in from_walk_with_contents_first() localVariable
91 min_depth = cmp::min(min_depth, dentry.depth); in from_walk_with_contents_first()
94 contents_of_dir_at_depth.remove(&min_depth) in from_walk_with_contents_first()
588 let (_tmp, got) = dir_setup_with(&exp, |wd| wd.min_depth(1));
597 let got = Tree::from_walk_with(tmp.path(), |wd| wd.min_depth(2))
600 tmp.path(), |wd| wd.min_depth(2))
615 let got = Tree::from_walk_with(tmp.path(), |wd| wd.min_depth(3))
619 tmp.path(), |wd| wd.min_depth(3))
664 |wd| wd.min_depth(2).max_depth(2))
685 let mut it = WalkDir::new(tmp.path()).min_depth(1).into_iter();
[all …]
H A Dlib.rs245 min_depth: usize, field
264 .field("min_depth", &self.min_depth) in fmt()
283 min_depth: 0, in new()
297 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
298 self.opts.min_depth = depth; in min_depth()
299 if self.opts.min_depth > self.opts.max_depth { in min_depth()
300 self.opts.min_depth = self.opts.max_depth; in min_depth()
316 if self.opts.max_depth < self.opts.min_depth { in max_depth()
317 self.opts.max_depth = self.opts.min_depth; in max_depth()
921 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/walkdir/src/
H A Dtests.rs69 let mut min_depth = ::std::usize::MAX; in from_walk_with_contents_first() localVariable
91 min_depth = cmp::min(min_depth, dentry.depth); in from_walk_with_contents_first()
94 contents_of_dir_at_depth.remove(&min_depth) in from_walk_with_contents_first()
588 let (_tmp, got) = dir_setup_with(&exp, |wd| wd.min_depth(1));
597 let got = Tree::from_walk_with(tmp.path(), |wd| wd.min_depth(2))
600 tmp.path(), |wd| wd.min_depth(2))
615 let got = Tree::from_walk_with(tmp.path(), |wd| wd.min_depth(3))
619 tmp.path(), |wd| wd.min_depth(3))
664 |wd| wd.min_depth(2).max_depth(2))
685 let mut it = WalkDir::new(tmp.path()).min_depth(1).into_iter();
[all …]
H A Dlib.rs245 min_depth: usize, field
264 .field("min_depth", &self.min_depth) in fmt()
283 min_depth: 0, in new()
297 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
298 self.opts.min_depth = depth; in min_depth()
299 if self.opts.min_depth > self.opts.max_depth { in min_depth()
300 self.opts.min_depth = self.opts.max_depth; in min_depth()
316 if self.opts.max_depth < self.opts.min_depth { in max_depth()
317 self.opts.max_depth = self.opts.min_depth; in max_depth()
921 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/tensorflow/models/mobilenet/
H A Dmobilenet_v2.py91 min_depth=None, argument
142 if min_depth is not None:
143 depth_args['min_depth'] = min_depth
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/test/integration/
H A Dfixed_joint_reduction_collision_visual_empty_root.sdf28 <min_depth>0.007</min_depth>
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_spherical_layers.cxx77 double min_depth = depth_regions[i]->min_depth(); in fetch_depth() local
78 if (min_depth < min_res) in fetch_depth()
81 min_dist = sph_vol_->get_depth_interval(min_depth); in fetch_depth()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/depth_map/
H A Ddepth_map_scene.cxx49 double min_depth, in add_ground() argument
59 ground->set_min_depth(min_depth); in add_ground()
82 double min_depth, in add_region() argument
93 min_depth, max_depth, in add_region()
106 double min_depth, double max_depth, in add_ortho_perp_region() argument
110 this->add_region(region, normal_dir, min_depth, max_depth, std::move(name), in add_ortho_perp_region()
271 double min_depth = dmr->min_depth(); in next_depth() local
283 this->set_depth(min_depth, dmr->name()); in next_depth()
304 this->set_depth(depth_states_[i]->min_depth(), depth_states_[i]->name()); in init_depths()
544 if (this->scene_regions()[r]->min_depth() > region_means[r]) { in match()
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer-register.c65 alproto, p->min_depth, p->max_depth, STREAM_TOSERVER, in AppLayerRegisterProtocolDetection()
72 p->name, alproto, p->min_depth, p->max_depth, in AppLayerRegisterProtocolDetection()
80 p->min_depth, p->max_depth, STREAM_TOSERVER, in AppLayerRegisterProtocolDetection()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/databases/main/
H A Dpurge_events.py276 (min_depth,) = txn.fetchone()
278 logger.info("[purge] updating room_depth to %d", min_depth)
282 (min_depth, room_id),

12345678910>>...32