public class BackgroundSubtractorMOG extends BackgroundSubtractor
Modifier | Constructor and Description |
---|---|
protected |
BackgroundSubtractorMOG(long addr) |
Modifier and Type | Method and Description |
---|---|
static BackgroundSubtractorMOG |
__fromPtr__(long addr) |
protected void |
finalize() |
double |
getBackgroundRatio() |
int |
getHistory() |
int |
getNMixtures() |
double |
getNoiseSigma() |
void |
setBackgroundRatio(double backgroundRatio) |
void |
setHistory(int nframes) |
void |
setNMixtures(int nmix) |
void |
setNoiseSigma(double noiseSigma) |
apply, apply, getBackgroundImage
clear, empty, getDefaultName, getNativeObjAddr, save
public static BackgroundSubtractorMOG __fromPtr__(long addr)
public double getBackgroundRatio()
public double getNoiseSigma()
public int getHistory()
public int getNMixtures()
public void setBackgroundRatio(double backgroundRatio)
public void setHistory(int nframes)
public void setNMixtures(int nmix)
public void setNoiseSigma(double noiseSigma)
protected void finalize() throws java.lang.Throwable
finalize
in class BackgroundSubtractor
java.lang.Throwable
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0