Home
last modified time | relevance | path

Searched defs:min_depth (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iros2011/include/solution/
H A Dfilters.h11 thresholdDepth (const PointCloudPtr & input, float min_depth, float max_depth) in thresholdDepth()
52 applyFilters (const PointCloudPtr & input, float min_depth, float max_depth, float leaf_size, float… in applyFilters()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iccv2011/include/
H A Dfilters.h11 thresholdDepth (const PointCloudPtr & input, float min_depth, float max_depth) in thresholdDepth()
52 applyFilters (const PointCloudPtr & input, float min_depth, float max_depth, float leaf_size, float… in applyFilters()
/dports/graphics/py-svg.path/svg.path-4.0.2/src/svg/path/
H A Dpath.py13 def segment_length(curve, start, end, start_point, end_point, error, min_depth, depth): argument
53 def length(self, error=None, min_depth=None): argument
116 def length(self, error=ERROR, min_depth=MIN_DEPTH): argument
166 def length(self, error=None, min_depth=None): argument
347 def length(self, error=ERROR, min_depth=MIN_DEPTH): argument
395 def length(self, error=ERROR, min_depth=MIN_DEPTH): argument
463 def _calc_lengths(self, error=ERROR, min_depth=MIN_DEPTH): argument
497 def length(self, error=ERROR, min_depth=MIN_DEPTH): argument
/dports/textproc/py-gensim/gensim-4.0.1/gensim/corpora/
H A Dtextcorpus.py479 def __init__(self, input, dictionary=None, metadata=False, min_depth=0, max_depth=None, argument
543 def min_depth(self): member in TextDirectoryCorpus
547 def min_depth(self, min_depth): member in TextDirectoryCorpus
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dtrain_linemod_template.cpp104 float min_depth, float max_depth, float max_height) in maskForegroundPoints()
203 compute (const PointCloudXYZRGBA::ConstPtr & input, float min_depth, float max_depth, float max_hei… in compute()
252 float min_depth = 0; in main() local
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/tensorflow/models/
H A Dmobilenet_v1.py144 min_depth=8, argument
273 min_depth=8, argument
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/glf/
H A DGlfRecord.h302 uint32_t min_depth; member
312 uint32_t min_depth; member
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Menu/
H A DMenuTreeParametersTest.php47 public function testSetMinDepth($min_depth, $expected) {
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iros2011/include/
H A Dfilters.h11 thresholdDepth (const PointCloudPtr & input, float min_depth, float max_depth) in thresholdDepth()
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Menu/
H A DMenuTreeParametersTest.php47 public function testSetMinDepth($min_depth, $expected) {
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/jwalk-0.5.1/src/
H A Dlib.rs189 min_depth: usize, field
257 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
351 let min_depth = self.options.min_depth; in into_iter() localVariable
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/depth_map/
H A Ddepth_map_region.h66 void set_min_depth(double min_depth){min_depth_ = min_depth;} in set_min_depth()
78 double min_depth() const {return min_depth_;} in min_depth() function
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_spherical_query_region.h43 unsigned char min_depth() const {return min_depth_;} in min_depth() function
H A Dvolm_spherical_query_region.cxx22 double min_depth = dm_region->min_depth(); in set_from_depth_map_region() local
/dports/math/heyoka/heyoka-0.16.0/src/
H A Dgp.cpp97 expression expression_generator::operator()(unsigned min_depth, unsigned max_depth, unsigned depth)… in operator ()()
274 const unsigned min_depth, const unsigned max_depth, unsigned depth) in mutate()
292 …xpression &e, std::size_t node_id, const expression_generator &generator, const unsigned min_depth, in mutate()
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/ssd/
H A Dresnet_v1b_ssd.py56 use_bn=False, reduce_ratio=1.0, min_depth=128, **kwargs): argument
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iccv2011/src/
H A Dtest_filters.cpp28 double min_depth, max_depth; in main() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iros2011/src/
H A Dtest_filters.cpp28 double min_depth, max_depth; in main() local
/dports/databases/grass7/grass-7.8.6/raster/r.lake/
H A Dmain.c44 FCELL * min_depth, FCELL * max_depth, double *area, in save_map()
138 FCELL **in_terran, **out_water, water_level, max_depth = 0, min_depth = 0; in main() local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/beans/beancontext/
H A DBeanContextChildComponentProxy.java53 public interface BeanContextChildComponentProxy { in build_tree()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/include/numpy/
H A Dndarrayobject.h107 #define PyArray_ContiguousFromAny(op, type, min_depth, max_depth) \ argument
182 #define PyArray_FromObject(op, type, min_depth, max_depth) \ argument
187 #define PyArray_ContiguousFromObject(op, type, min_depth, max_depth) \ argument
192 #define PyArray_CopyFromObject(op, type, min_depth, max_depth) \ argument
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/tensorflow/models/mobilenet/
H A Dmobilenet_v2.py91 min_depth=None, argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/ppcg/
H A Dgpu_group.h36 int min_depth; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/ppcg/
H A Dgpu_group.h36 int min_depth; member
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/ppcg/
H A Dgpu_group.h36 int min_depth; member

12345678910>>...18