HomeSort by relevance Sort by last modified time
    Searched refs:setVarThreshold (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/video/include/opencv2/video/
background_segm.hpp 128 CV_WRAP virtual void setVarThreshold(double varThreshold) = 0;
  /external/opencv3/samples/cpp/
segment_objects.cpp 92 bgsubtractor->setVarThreshold(10);
  /external/opencv3/modules/java/src/
video+BackgroundSubtractorMOG2.java 31 // C++: void setVarThreshold(double varThreshold)
34 //javadoc: BackgroundSubtractorMOG2::setVarThreshold(varThreshold)
35 public void setVarThreshold(double varThreshold)
362 // C++: void setVarThreshold(double varThreshold)
video.cpp     [all...]
  /external/opencv3/modules/cudabgsegm/src/
mog2.cpp 102 void setVarThreshold(double varThreshold) { varThreshold_ = (float) varThreshold; }
  /external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp 243 virtual void setVarThreshold(double _varThreshold) { varThreshold = _varThreshold; }
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 83 milliseconds