org.opencv.video
Class BackgroundSubtractorMOG2
java.lang.Object
org.opencv.core.Algorithm
org.opencv.video.BackgroundSubtractor
org.opencv.video.BackgroundSubtractorMOG2
public class BackgroundSubtractorMOG2
- extends BackgroundSubtractor
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBackgroundRatio
public double getBackgroundRatio()
getComplexityReductionThreshold
public double getComplexityReductionThreshold()
getDetectShadows
public boolean getDetectShadows()
getHistory
public int getHistory()
getNMixtures
public int getNMixtures()
getShadowThreshold
public double getShadowThreshold()
getShadowValue
public int getShadowValue()
getVarInit
public double getVarInit()
getVarMax
public double getVarMax()
getVarMin
public double getVarMin()
getVarThreshold
public double getVarThreshold()
getVarThresholdGen
public double getVarThresholdGen()
setBackgroundRatio
public void setBackgroundRatio(double ratio)
setComplexityReductionThreshold
public void setComplexityReductionThreshold(double ct)
setDetectShadows
public void setDetectShadows(boolean detectShadows)
setHistory
public void setHistory(int history)
setNMixtures
public void setNMixtures(int nmixtures)
setShadowThreshold
public void setShadowThreshold(double threshold)
setShadowValue
public void setShadowValue(int value)
setVarInit
public void setVarInit(double varInit)
setVarMax
public void setVarMax(double varMax)
setVarMin
public void setVarMin(double varMin)
setVarThreshold
public void setVarThreshold(double varThreshold)
setVarThresholdGen
public void setVarThresholdGen(double varThresholdGen)