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

  /external/opencv3/modules/video/include/opencv2/video/
background_segm.hpp 141 CV_WRAP virtual void setVarThresholdGen(double varThresholdGen) = 0;
  /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)
368 // C++: void setVarThresholdGen(double varThresholdGen)
video.cpp     [all...]
  /external/opencv3/modules/cudabgsegm/src/
mog2.cpp 105 void setVarThresholdGen(double varThresholdGen) { varThresholdGen_ = (float) varThresholdGen; }
  /external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp 246 virtual void setVarThresholdGen(double _varThresholdGen) { varThresholdGen = (float)_varThresholdGen; }
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 249 milliseconds