OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setComplexityReductionThreshold
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/video/include/opencv2/video/
background_segm.hpp
165
CV_WRAP virtual void
setComplexityReductionThreshold
(double ct) = 0;
/external/opencv3/modules/java/src/
video+BackgroundSubtractorMOG2.java
171
// C++: void
setComplexityReductionThreshold
(double ct)
174
//javadoc: BackgroundSubtractorMOG2::
setComplexityReductionThreshold
(ct)
175
public void
setComplexityReductionThreshold
(double ct)
392
// C++: void
setComplexityReductionThreshold
(double ct)
video.cpp
[
all
...]
/external/opencv3/modules/cudabgsegm/src/
mog2.cpp
117
void
setComplexityReductionThreshold
(double ct) { ct_ = (float) ct; }
/external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp
258
virtual void
setComplexityReductionThreshold
(double ct) { fCT = (float)ct; }
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 558 milliseconds