Package | Description |
---|---|
org.opencv.bgsegm |
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2020. All rights reserved.