Home
last modified time | relevance | path

Searched refs:min_depth (Results 176 – 200 of 792) sorted by relevance

12345678910>>...32

/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() argument
/dports/biology/ad2vcf/ad2vcf-0.1.4/
H A Dad2vcf.h45 min_depth, member
/dports/biology/py-pysam/pysam-0.18.0/samtools/
H A Damplicon_stats.c79 int min_depth[MAX_DEPTH]; // Used for coverage; must be >= min_depth deep member
890 >= args->min_depth[d]) in dump_stats()
898 args->min_depth[d], args->min_depth[d], in dump_stats()
900 } while (++d < MAX_DEPTH && args->min_depth[d]); in dump_stats()
1088 if (stats->coverage[apos] >= args->min_depth[d]) in dump_stats()
1097 } while (++d < MAX_DEPTH && args->min_depth[d]); in dump_stats()
1103 fprintf(ofp, "CPCOV-%d\tMEAN", args->min_depth[d]); in dump_stats()
1114 fprintf(ofp, "CPCOV-%d\tSTDDEV", args->min_depth[d]); in dump_stats()
1126 } while (++d < MAX_DEPTH && args->min_depth[d]); in dump_stats()
1622 .min_depth = {1}, in main_ampliconstats()
[all …]
H A Damplicon_stats.c.pysam.c81 int min_depth[MAX_DEPTH]; // Used for coverage; must be >= min_depth deep member
892 >= args->min_depth[d]) in dump_stats()
900 args->min_depth[d], args->min_depth[d], in dump_stats()
902 } while (++d < MAX_DEPTH && args->min_depth[d]); in dump_stats()
1090 if (stats->coverage[apos] >= args->min_depth[d]) in dump_stats()
1099 } while (++d < MAX_DEPTH && args->min_depth[d]); in dump_stats()
1105 fprintf(ofp, "CPCOV-%d\tMEAN", args->min_depth[d]); in dump_stats()
1116 fprintf(ofp, "CPCOV-%d\tSTDDEV", args->min_depth[d]); in dump_stats()
1128 } while (++d < MAX_DEPTH && args->min_depth[d]); in dump_stats()
1624 .min_depth = {1}, in main_ampliconstats()
[all …]
/dports/biology/samtools/samtools-1.14/
H A Damplicon_stats.c79 int min_depth[MAX_DEPTH]; // Used for coverage; must be >= min_depth deep member
890 >= args->min_depth[d]) in dump_stats()
898 args->min_depth[d], args->min_depth[d], in dump_stats()
900 } while (++d < MAX_DEPTH && args->min_depth[d]); in dump_stats()
1088 if (stats->coverage[apos] >= args->min_depth[d]) in dump_stats()
1097 } while (++d < MAX_DEPTH && args->min_depth[d]); in dump_stats()
1103 fprintf(ofp, "CPCOV-%d\tMEAN", args->min_depth[d]); in dump_stats()
1114 fprintf(ofp, "CPCOV-%d\tSTDDEV", args->min_depth[d]); in dump_stats()
1126 } while (++d < MAX_DEPTH && args->min_depth[d]); in dump_stats()
1622 .min_depth = {1}, in main_ampliconstats()
[all …]
/dports/misc/dartsim/dart-6.11.1/data/sdf/test/
H A Dtest_issue1596.model80 <min_depth>0.005</min_depth>
/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer-detect-proto.c76 uint32_t min_depth; member
468 if ((buflen < pe->min_depth) || in PPGetProto()
778 pe->min_depth = min_depth; in AppLayerProtoDetectProbingParserElementCreate()
782 if (max_depth != 0 && min_depth >= max_depth) { in AppLayerProtoDetectProbingParserElementCreate()
809 new_pe->min_depth = pe->min_depth; in AppLayerProtoDetectProbingParserElementDuplicate()
1183 min_depth, max_depth); in AppLayerProtoDetectInsertNewProbingParser()
1726 min_depth, max_depth, in AppLayerProtoDetectPPParseConfPorts()
1740 min_depth, max_depth, in AppLayerProtoDetectPPParseConfPorts()
2830 uint32_t min_depth; member
2896 if (pp_element->min_depth != ip_proto[i].port[k].toserver_element[j].min_depth) { in AppLayerProtoDetectPPTestData()
[all …]
/dports/devel/p5-Module-Pluggable/Module-Pluggable-5.2/t/
H A D23depth.t19 use Module::Pluggable search_path => "MyOtherTest::Plugin", min_depth => 4;
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dtrans.h32 extern bool trans_retrieve (trans_t * trans, uint64 key, int * move, int * min_depth, int * max_dep…
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dtrans.h53 extern bool trans_retrieve (trans_t * trans, uint64 key, int * move, int * min_depth, int * max_dep…
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/exe/
H A Dvolm_query_creation.cxx118 << ", depth = " << dm->ground_plane()[i]->min_depth() in main()
134 << ",\t min_depth = " << dr->min_depth() in main()
/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
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/volm/exe/
H A Dboxm2_volumetric_matcher_p1_integration.cxx189 << ",\t depth = " << dm->ground_plane()[i]->min_depth() in main()
200 << ",\t\t min_depth = " << i->min_depth() in main()
201 << " ---> interval = " << (int)sph->get_depth_interval(i->min_depth()) in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/simulation/tools/
H A Dsim_test_performance.cpp102 float min_depth = depth_buffer[0]; in display_depth_image() local
105 if (depth_buffer[i] < min_depth) in display_depth_image()
106 min_depth = depth_buffer[i]; in display_depth_image()
/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
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/ppcg/
H A Dgpu_group.h36 int min_depth; member
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/ppcg/
H A Dgpu_group.h36 int min_depth; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/ppcg/
H A Dgpu_group.h36 int min_depth; member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/ppcg/
H A Dgpu_group.h36 int min_depth; member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/ppcg/
H A Dgpu_group.h36 int min_depth; member
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/External/ppcg/
H A Dgpu_group.h36 int min_depth; member
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/
H A Dbstm_scene.cxx146 double min_depth = 1e10; in get_vis_blocks() local
161 if(depth < min_depth) in get_vis_blocks()
162 min_depth = depth ; in get_vis_blocks()
165 if (min_depth <1e10) in get_vis_blocks()
166 distances.emplace_back(min_depth, iter->first ); in get_vis_blocks()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iccv2011/include/
H A Dobject_recognition.h17 float min_depth; member
141 cloud = thresholdDepth (input, params.min_depth, params.max_depth); in applyFiltersAndSegment()

12345678910>>...32