Home
last modified time | relevance | path

Searched refs:Cascade (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dlbp.cu195 struct Cascade struct
197 …__host__ __device__ __forceinline__ Cascade(const Stage* _stages, int _nstages, const ClNode* _nod… in Cascade() argument
245 …__global__ void lbp_cascade(const Cascade cascade, int frameW, int frameH, int windowW, int window… in lbp_cascade()
297Cascade cascade((Stage*)mstages.ptr(), nstages, (ClNode*)mnodes.ptr(), mleaves.ptr(), msubsets.ptr… in classifyPyramid()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp203 unsigned Cascade; member
205 RegInfo() : Stage(RS_New), Cascade(0) {} in RegInfo()
738 unsigned Cascade = ExtraRegInfo[VirtReg.reg].Cascade; in canEvictInterference() local
739 if (!Cascade) in canEvictInterference()
740 Cascade = NextCascade; in canEvictInterference()
768 unsigned IntfCascade = ExtraRegInfo[Intf->reg].Cascade; in canEvictInterference()
769 if (Cascade <= IntfCascade) { in canEvictInterference()
810 unsigned Cascade = ExtraRegInfo[VirtReg.reg].Cascade; in evictInterference() local
811 if (!Cascade) in evictInterference()
812 Cascade = ExtraRegInfo[VirtReg.reg].Cascade = NextCascade++; in evictInterference()
[all …]
/external/chromium-trace/catapult/third_party/Paste/paste/
Dcascade.py41 return Cascade(apps, catch=catch)
43 class Cascade(object): class
/external/chromium-trace/catapult/third_party/Paste/docs/modules/
Dcascade.txt9 .. autoclass:: Cascade
/external/opencv3/doc/py_tutorials/py_objdetect/py_face_detection/
Dpy_face_detection.markdown9 - We will see the basics of face detection using Haar Feature-based Cascade Classifiers
17 Boosted Cascade of Simple Features" in 2001. It is a machine learning based approach where a cascade
68 For this they introduced the concept of **Cascade of Classifiers**. Instead of applying all the 6000
88 [Cascade Classifier Training](@ref tutorial_traincascade).
/external/opencv3/doc/tutorials/objdetect/cascade_classifier/
Dcascade_classifier.markdown1 Cascade Classifier {#tutorial_cascade_classifier}
/external/opencv3/doc/tutorials/objdetect/
Dtraincascade.markdown1 Cascade Classifier Training {#tutorial_traincascade}
208 Cascade Training
265 -# Cascade parameters:
/external/opencv/
DREADME.rdoc41 If you want to test face tracking, then you need to have a Haar Classifier Cascade XML. I have pro…
/external/chromium-trace/catapult/third_party/Paste/docs/
Dnews.txt294 * ``paste.cascade.Cascade`` copies ``wsgi.input`` when cascading, so
992 * Remove use of exceptions in `paste.cascade.Cascade
993 <class-paste.cascade.Cascade.html>`_, which causes weird effects in