OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nshadowdetection
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/video/src/
bgfg_KNN.cpp
89
nShadowDetection
= defaultnShadowDetection2;
113
nShadowDetection
= defaultnShadowDetection2;
178
virtual int getShadowValue() const { return
nShadowDetection
; }
179
virtual void setShadowValue(int value) {
nShadowDetection
= (uchar)value; }
192
<< "shadowValue" << (int)
nShadowDetection
204
nShadowDetection
= saturate_cast<uchar>((int)fn["shadowValue"]);
232
unsigned char
nShadowDetection
;//do shadow detection - insert this value as the detection result - 127 default value
458
uchar
nShadowDetection
550
*_dst.ptr((int)y, (int)x) =
nShadowDetection
;
594
nShadowDetection
[
all
...]
bgfg_gaussmix2.cpp
143
nShadowDetection
= defaultnShadowDetection2;
168
nShadowDetection
= defaultnShadowDetection2;
273
virtual int getShadowValue() const { return
nShadowDetection
; }
274
virtual void setShadowValue(int value) {
nShadowDetection
= (uchar)value; }
292
<< "shadowValue" << (int)
nShadowDetection
309
nShadowDetection
= saturate_cast<uchar>((int)fn["shadowValue"]);
373
unsigned char
nShadowDetection
;//do shadow detection - insert this value as the detection result - 127 default value
443
unsigned char
nShadowDetection
;//do shadow detection - insert this value as the detection result
788
kernel_apply.set(idxArg,
nShadowDetection
);
[
all
...]
Completed in 156 milliseconds