static BackgroundSubtractorCNT |
BackgroundSubtractorCNT.__fromPtr__(long addr) |
|
static BackgroundSubtractorCNT |
Bgsegm.createBackgroundSubtractorCNT() |
Creates a CNT Background Subtractor
|
static BackgroundSubtractorCNT |
Bgsegm.createBackgroundSubtractorCNT(int minPixelStability) |
Creates a CNT Background Subtractor
|
static BackgroundSubtractorCNT |
Bgsegm.createBackgroundSubtractorCNT(int minPixelStability,
boolean useHistory) |
Creates a CNT Background Subtractor
|
static BackgroundSubtractorCNT |
Bgsegm.createBackgroundSubtractorCNT(int minPixelStability,
boolean useHistory,
int maxPixelStability) |
Creates a CNT Background Subtractor
|
static BackgroundSubtractorCNT |
Bgsegm.createBackgroundSubtractorCNT(int minPixelStability,
boolean useHistory,
int maxPixelStability,
boolean isParallel) |
Creates a CNT Background Subtractor
|