|
OpenCV 3.0.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opencv.core.Algorithm org.opencv.video.BackgroundSubtractor
public class BackgroundSubtractor
Method Summary | |
---|---|
void |
apply(Mat image,
Mat fgmask)
|
void |
apply(Mat image,
Mat fgmask,
double learningRate)
|
void |
getBackgroundImage(Mat backgroundImage)
|
Methods inherited from class org.opencv.core.Algorithm |
---|
clear, getDefaultName, save |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void apply(Mat image, Mat fgmask)
public void apply(Mat image, Mat fgmask, double learningRate)
public void getBackgroundImage(Mat backgroundImage)
|
OpenCV 3.0.0 Documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |