Searched
full:iterations (Results
601 -
625 of
1508) sorted by null
<<21222324252627282930>>
/external/llvm/tools/bugpoint/ |
ListReducer.h | 75 // Maximal number of allowed splitting iterations, 79 // Maximal number of allowed single-element trim iterations. We add a
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_watershed/ |
py_watershed.markdown | 81 opening = cv2.morphologyEx(thresh,cv2.MORPH_OPEN,kernel, iterations = 2) 84 sure_bg = cv2.dilate(opening,kernel,iterations=3)
|
/external/opencv3/doc/tutorials/imgproc/erosion_dilatation/ |
erosion_dilatation.markdown | 124 (iterations) at once. We are not using it in this simple tutorial, though. You can check out the 159 iterations.
|
/external/opencv3/modules/video/include/opencv2/video/ |
tracking_c.h | 69 Also it does several iterations to get optical flow for 104 int winsize, int iterations, int poly_n,
|
/external/valgrind/drd/tests/ |
annotate_smart_pointer.cpp | 310 const int iterations = std::max(argc > 2 ? atoi(argv[2]) : 1, 1); local 313 for (int j = 0; j < iterations; ++j)
|
/external/google-benchmark/include/benchmark/ |
benchmark_api.h | 45 state.SetBytesProcessed(int64_t(state.iterations()) * 111 static_cast<int64_t>(state.iterations())*state.range_x()); 238 // Total iterations now is one greater than max iterations. Fix this. 345 size_t iterations() const { return total_iterations_; } function in class:benchmark::State 425 // called, the elapsed time will be used to control how many iterations are
|
/external/opencv3/modules/ml/src/ |
lr.cpp | 77 int num_iters; //!< number of iterations. 92 CV_IMPL_PROPERTY(int, Iterations, params.num_iters) 366 CV_Error( CV_StsBadArg, "number of iterations cannot be zero or a negative number" ); 441 CV_Error( CV_StsBadArg, "number of iterations cannot be zero or a negative number" ); 581 fs<<"iterations"<<this->params.num_iters; 602 this->params.num_iters = (int)fn["iterations"];
|
/system/extras/tests/sdcard/ |
sdcard_perf_test.cpp | 65 // get a meaningful average/min/max (--iterations flag) 74 // adb shell /system/bin/sdcard_perf_test --test=read --size=1000 --chunk-size=100 --procnb=1 --iterations=10 --dump > /tmp/data.txt 75 // adb shell /system/bin/sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 --dump > /tmp/data.txt 114 {"iterations", required_argument, 0, 'i'}, 136 " -i --iterations: Number of time a process should carry its task.\n" 233 printf("# Iterations: %d\n", testCase->iter());
|
/external/ceres-solver/docs/source/ |
solving.rst | 261 .. _section-inner-iterations: 263 Inner Iterations 355 ones corresponding to the minimum cost over all iterations. 412 method in which the last `M` iterations are used to approximate the [all...] |
/external/opencv3/modules/java/src/ |
imgproc+Imgproc.java | [all...] |
/external/dbus/dbus/ |
dbus-marshal-recursive-util.c | [all...] |