Home
last modified time | relevance | path

Searched refs:classified (Results 1 – 25 of 27) sorted by relevance

12

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dlbp.cu246 …const int total, int* integral, const int pitch, PtrStepSz<int4> objects, unsigned int* classified) in lbp_cascade() argument
285 int res = atomicInc(classified, (unsigned int)objects.cols); in lbp_cascade()
292 … const int subsetSize, PtrStepSz<int4> objects, unsigned int* classified, PtrStepSzi integral) in classifyPyramid() argument
298 …lScale, factor, workAmount, integral.ptr(), (int)integral.step / sizeof(int), objects, classified); in classifyPyramid()
/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp393 unsigned int* classified,
547 unsigned int classified = 0; in detectMultiScale() local
549 … cudaSafeCall( cudaMemcpy(dclassified.ptr(), &classified, sizeof(int), cudaMemcpyHostToDevice) ); in detectMultiScale()
593 … cudaSafeCall( cudaMemcpy(&classified, dclassified.ptr(), sizeof(int), cudaMemcpyDeviceToHost) ); in detectMultiScale()
594 …device::lbp::connectedConmonents(candidates, classified, objects, minNeighbors_, grouping_eps, dcl… in detectMultiScale()
596 … cudaSafeCall( cudaMemcpy(&classified, dclassified.ptr(), sizeof(int), cudaMemcpyDeviceToHost) ); in detectMultiScale()
599 if (classified > 0) in detectMultiScale()
601 objects.colRange(0, classified).copyTo(_objects); in detectMultiScale()
/external/autotest/client/site_tests/
DREADME2 classified by test area. See
/external/autotest/server/site_tests/
DREADME2 classified by test area. See
/external/llvm/test/MC/Disassembler/AArch64/
Dldp-preind.predictable.txt4 # None of these instructions should be classified as unpredictable:
Dldp-postind.predictable.txt4 # None of these instructions should be classified as unpredictable:
/external/llvm/test/CodeGen/X86/
Dtail-call-legality.ll3 ; This used to be classified as a tail call because of a mismatch in the
/external/llvm/test/Transforms/DeadArgElim/
Daggregates.ll36 ; This use can be classified as applying only to ret 1.
61 ; This use can be classified as applying only to ret 1.
/external/skia/site/user/api/
Dskregion.md25 Regions can be classified into one of three types: empty, rectangular,
/external/freetype/src/autofit/
Dafblue.dat216 // Characters in a blue string are automatically classified as having a flat
265 // Characters in a blue string are *not* automatically classified. Instead,
/external/opencv3/modules/video/src/opencl/
Dbgfg_mog2.cl62 uchar foreground = 255; // 0 - the pixel classified as background
/external/opencv3/doc/py_tutorials/py_imgproc/py_canny/
Dpy_canny.markdown56 …two thresholds are classified edges or non-edges based on their connectivity. If they are connected
/external/opencv3/doc/tutorials/ml/introduction_to_svm/
Dintroduction_to_svm.markdown152 -# **Regions classified by the SVM**
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md394 ## Misc/to be classified
/external/zlib/src/
DFAQ363 zlib is not subject to export controls, and so is classified as EAR99.
/external/clang/docs/
DAutomaticReferenceCounting.rst611 * a comma expression is classified according to its right-hand side,
612 * a statement expression is classified according to its result expression, if
615 classified according to the underlying message send, and
616 * a conditional operator is classified according to its second and third
DInternalsManual.rst603 * **TokenKind** --- This indicates the kind of token as classified by the
/external/opencv3/modules/ml/doc/
Dml_intro.markdown229 the ensemble is increased, a larger number of the training samples are classified correctly and with
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb223 …��������������claimeclaimseclapham )CD!IH'Eclash)clashes) classifiedMclauses )CD!.…
/external/icu/icu4c/source/test/testdata/
Dregextst.txt1266 "(private|secret|confidential|classified|restricted)" i "hmm, <0><1>Classified</1></0> stuff"
1267 "(private|secret|confidential|classified|restricted)" "hmm, Classified stuff"
/external/libjpeg-turbo/
Dstructure.txt525 classified as belonging to data input or data output, and each section must
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf1296 ADJ^V_PAST "classified" :G2P
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf1450 ADJ^V "classified" :G2P
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt6728 列為 < be\-classified\-as;
27581 列為 > be\-classified\-as;
27647 屬於 > be\-classified\-as;
/external/bison/doc/
Dbison.texi687 For example, an input token might be classified as token type

12