HomeSort by relevance Sort by last modified time
    Searched full:maxdepth (Results 401 - 425 of 526) sorted by null

<<11121314151617181920>>

  /external/opencv3/doc/tutorials/objdetect/
traincascade.markdown 302 - -maxDepth \<max_depth_of_weak_tree\>
  /external/opencv3/modules/ml/src/
boost.cpp 459 CV_WRAP_SAME_PROPERTY(int, MaxDepth, impl.params)
tree.cpp 53 maxDepth = INT_MAX;
70 maxDepth = _maxDepth;
260 int maxdepth = INT_MAX;//pruneCV(root); local
317 if( wnode.left >= 0 && depth+1 < maxdepth )
    [all...]
  /external/opencv3/samples/cpp/
letter_recog.cpp 181 // Params( int maxDepth, int minSampleCount,
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 204 viewport->maxDepth = 1.0f;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
StaticMetadata.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 557 1.0f, // maxDepth
    [all...]
vktApiBufferViewAccessTests.cpp 493 1.0f // float maxDepth;
    [all...]
  /build/
envsetup.sh     [all...]
  /external/opencv3/apps/traincascade/
boost.cpp 286 cout << " [-maxDepth <max_depth_of_weak_tree = " << max_depth << ">]" << endl;
301 cout << "maxDepth: " << max_depth << endl;
330 else if( !prmName.compare( "-maxDepth" ) )
    [all...]
  /external/opencv3/data/lbpcascades/
lbpcascade_frontalface.xml 17 <maxDepth>1</maxDepth>
    [all...]
lbpcascade_profileface.xml 20 <maxDepth>1</maxDepth>
    [all...]
lbpcascade_silverware.xml 21 <maxDepth>1</maxDepth>
    [all...]
  /external/opencv3/modules/java/common_test/res/raw/
lbpcascade_frontalface.xml 17 <maxDepth>1</maxDepth>
    [all...]
  /external/opencv3/samples/android/face-detection/res/raw/
lbpcascade_frontalface.xml 17 <maxDepth>1</maxDepth>
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 389 maxDepth = depth;
460 if (depth >= (maxDepth-1)) {
  /external/autotest/client/common_lib/hosts/
base_classes.py 314 rm_cmd = 'find "%s" -mindepth 1 -maxdepth 1 -print0 | xargs -0 rm -rf'
  /external/chromium-trace/catapult/tracing/third_party/devscripts/
licensecheck.pl.vanilla 255 push @find_args, qw(-maxdepth 1) unless $opt_recursive;
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateRSTests.cpp 329 viewport.maxDepth = 1.0f;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDepthTests.cpp 531 1.0f // float maxDepth;
    [all...]
  /external/elfutils/po/
Makefile.in.in 146 LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f -size -10000000c -exec grep 'GNU @PACKAGE@' /dev/null '{}' ';' 2>/dev/null; \
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 386 vp.MaxDepth = 1.0f;
  /external/opencv3/modules/cudaobjdetect/src/
cascadeclassifier.cpp 644 const char *CUDA_CC_MAX_DEPTH = "maxDepth";
  /external/opencv3/modules/objdetect/src/
cascadedetect.hpp 253 #define CC_MAX_DEPTH "maxDepth"
  /external/regex-re2/re2/
parse.cc 813 int maxdepth) {
815 if (maxdepth <= 0)
865 maxdepth - 1);
916 maxdepth - 1);
    [all...]

Completed in 5063 milliseconds

<<11121314151617181920>>