static BackgroundSubtractorMOG2 |
BackgroundSubtractorMOG2.__fromPtr__(long addr) |
|
static BackgroundSubtractorMOG2 |
Video.createBackgroundSubtractorMOG2() |
Creates MOG2 Background Subtractor
to decide whether a pixel is well described by the background model.
|
static BackgroundSubtractorMOG2 |
Video.createBackgroundSubtractorMOG2(int history) |
Creates MOG2 Background Subtractor
|
static BackgroundSubtractorMOG2 |
Video.createBackgroundSubtractorMOG2(int history,
double varThreshold) |
Creates MOG2 Background Subtractor
|
static BackgroundSubtractorMOG2 |
Video.createBackgroundSubtractorMOG2(int history,
double varThreshold,
boolean detectShadows) |
Creates MOG2 Background Subtractor
|