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

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