OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVarThresholdGen
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/video/include/opencv2/video/
background_segm.hpp
138
CV_WRAP virtual double
getVarThresholdGen
() const = 0;
/external/opencv3/modules/java/src/
video+BackgroundSubtractorMOG2.java
45
// C++: double
getVarThresholdGen
()
48
//javadoc: BackgroundSubtractorMOG2::
getVarThresholdGen
()
49
public double
getVarThresholdGen
()
365
// C++: double
getVarThresholdGen
()
video.cpp
[
all
...]
/external/opencv3/modules/cudabgsegm/src/
mog2.cpp
104
double
getVarThresholdGen
() const { return varThresholdGen_; }
/external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp
245
virtual double
getVarThresholdGen
() const { return varThresholdGen; }
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 950 milliseconds