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 Throwable
finalize
in class BackgroundSubtractor
Throwable
Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2