public class BackgroundSubtractorLSBP extends BackgroundSubtractor
Modifier | Constructor and Description |
---|---|
protected |
BackgroundSubtractorLSBP(long addr) |
Modifier and Type | Method and Description |
---|---|
static BackgroundSubtractorLSBP |
__fromPtr__(long addr) |
void |
apply(Mat image,
Mat fgmask) |
void |
apply(Mat image,
Mat fgmask,
double learningRate) |
protected void |
finalize() |
void |
getBackgroundImage(Mat backgroundImage) |
clear, empty, getDefaultName, getNativeObjAddr, save
public static BackgroundSubtractorLSBP __fromPtr__(long addr)
public void apply(Mat image, Mat fgmask, double learningRate)
apply
in class BackgroundSubtractor
public void apply(Mat image, Mat fgmask)
apply
in class BackgroundSubtractor
public void getBackgroundImage(Mat backgroundImage)
getBackgroundImage
in class BackgroundSubtractor
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