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

  /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)
  /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 85 milliseconds