OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:detectShadows
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp
261
virtual void setDetectShadows(bool
detectshadows
)
263
if ((bShadowDetection &&
detectshadows
) || (!bShadowDetection && !
detectshadows
))
265
bShadowDetection =
detectshadows
;
291
<< "
detectShadows
" << (int)bShadowDetection
308
bShadowDetection = (int)fn["
detectShadows
"] != 0;
548
detectShadows
= _detectShadows;
730
detectShadows
&& detectShadowGMM(data, nchannels, nmodes, gmm, mean, Tb, TB, tau) ?
746
bool
detectShadows
;
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 3633 milliseconds