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 int getHistory()
public void setHistory(int nframes)
public int getNMixtures()
public void setNMixtures(int nmix)
public double getBackgroundRatio()
public void setBackgroundRatio(double backgroundRatio)
public double getNoiseSigma()
public void setNoiseSigma(double noiseSigma)
protected void finalize() throws Throwable
finalize
in class BackgroundSubtractor
Throwable
Copyright © 2024. All rights reserved.