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, savepublic static BackgroundSubtractorLSBP __fromPtr__(long addr)
public void apply(Mat image, Mat fgmask, double learningRate)
apply in class BackgroundSubtractorpublic void apply(Mat image, Mat fgmask)
apply in class BackgroundSubtractorpublic void getBackgroundImage(Mat backgroundImage)
getBackgroundImage in class BackgroundSubtractorprotected void finalize()
throws Throwable
finalize in class BackgroundSubtractorThrowableCopyright © 2018. All rights reserved.