Package | Description |
---|---|
org.opencv.bgsegm |
Modifier and Type | Method and Description |
---|---|
static BackgroundSubtractorMOG |
BackgroundSubtractorMOG.__fromPtr__(long addr) |
static BackgroundSubtractorMOG |
Bgsegm.createBackgroundSubtractorMOG()
Creates mixture-of-gaussian background subtractor
means some automatic value.
|
static BackgroundSubtractorMOG |
Bgsegm.createBackgroundSubtractorMOG(int history)
Creates mixture-of-gaussian background subtractor
|
static BackgroundSubtractorMOG |
Bgsegm.createBackgroundSubtractorMOG(int history,
int nmixtures)
Creates mixture-of-gaussian background subtractor
|
static BackgroundSubtractorMOG |
Bgsegm.createBackgroundSubtractorMOG(int history,
int nmixtures,
double backgroundRatio)
Creates mixture-of-gaussian background subtractor
|
static BackgroundSubtractorMOG |
Bgsegm.createBackgroundSubtractorMOG(int history,
int nmixtures,
double backgroundRatio,
double noiseSigma)
Creates mixture-of-gaussian background subtractor
|
Copyright © 2020. All rights reserved.