OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:varThresholdGen
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/java/src/
video+BackgroundSubtractorMOG2.java
59
// C++: void setVarThresholdGen(double
varThresholdGen
)
62
//javadoc: BackgroundSubtractorMOG2::setVarThresholdGen(
varThresholdGen
)
63
public void setVarThresholdGen(double
varThresholdGen
)
66
setVarThresholdGen_0(nativeObj,
varThresholdGen
);
368
// C++: void setVarThresholdGen(double
varThresholdGen
)
369
private static native void setVarThresholdGen_0(long nativeObj, double
varThresholdGen
);
video.cpp
[
all
...]
/external/opencv3/modules/video/include/opencv2/video/
background_segm.hpp
141
CV_WRAP virtual void setVarThresholdGen(double
varThresholdGen
) = 0;
/external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp
141
varThresholdGen
= defaultVarThresholdGen2;
166
varThresholdGen
= defaultVarThresholdGen2;
245
virtual double getVarThresholdGen() const { return
varThresholdGen
; }
246
virtual void setVarThresholdGen(double _varThresholdGen) {
varThresholdGen
= (float)_varThresholdGen; }
286
<< "
varThresholdGen
" <<
varThresholdGen
303
varThresholdGen
= (float)fn["
varThresholdGen
"];
352
float
varThresholdGen
;
782
idxArg = kernel_apply.set(idxArg,
varThresholdGen
); //c_T
[
all
...]
/external/opencv3/modules/cudabgsegm/src/
mog2.cpp
105
void setVarThresholdGen(double
varThresholdGen
) { varThresholdGen_ = (float)
varThresholdGen
; }
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 366 milliseconds