OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GMG
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
vtable-instantiation.cpp
54
struct
GMG
: MG {
58
static
GMG
* Method() { return &singleton; } // expected-note{{in instantiation of}}
59
static
GMG
singleton;
63
GMG
<Type>
GMG
<Type>::singleton; // expected-note{{requested here}}
66
GMG
<int>::Method(); // expected-note{{in instantiation of}}
/external/opencv3/samples/gpu/
bgfg_segm.cpp
19
GMG
,
28
"{ m method | mog | method (mog, mog2,
gmg
, fgd) }"
44
&& method != "
gmg
"
54
GMG
;
76
Ptr<BackgroundSubtractor>
gmg
= cuda::createBackgroundSubtractorGMG(40);
local
97
case
GMG
:
98
gmg
->apply(d_frame, d_fgmask);
109
if (m !=
GMG
)
136
case
GMG
:
137
gmg
->apply(d_frame, d_fgmask)
[
all
...]
Completed in 357 milliseconds