OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVarThreshold
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/video/include/opencv2/video/
background_segm.hpp
125
CV_WRAP virtual double
getVarThreshold
() const = 0;
/external/opencv3/modules/java/src/
video+BackgroundSubtractorMOG2.java
17
// C++: double
getVarThreshold
()
20
//javadoc: BackgroundSubtractorMOG2::
getVarThreshold
()
21
public double
getVarThreshold
()
359
// C++: double
getVarThreshold
()
video.cpp
[
all
...]
/external/opencv3/modules/cudabgsegm/src/
mog2.cpp
101
double
getVarThreshold
() const { return varThreshold_; }
/external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp
242
virtual double
getVarThreshold
() const { return varThreshold; }
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 243 milliseconds