public class Bgsegm
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
LSBP_CAMERA_MOTION_COMPENSATION_LK |
static int |
LSBP_CAMERA_MOTION_COMPENSATION_NONE |
Constructor and Description |
---|
Bgsegm() |
Modifier and Type | Method and Description |
---|---|
static BackgroundSubtractorCNT |
createBackgroundSubtractorCNT() |
static BackgroundSubtractorCNT |
createBackgroundSubtractorCNT(int minPixelStability,
boolean useHistory,
int maxPixelStability,
boolean isParallel) |
static BackgroundSubtractorGMG |
createBackgroundSubtractorGMG() |
static BackgroundSubtractorGMG |
createBackgroundSubtractorGMG(int initializationFrames,
double decisionThreshold) |
static BackgroundSubtractorGSOC |
createBackgroundSubtractorGSOC() |
static BackgroundSubtractorGSOC |
createBackgroundSubtractorGSOC(int mc,
int nSamples,
float replaceRate,
float propagationRate,
int hitsThreshold,
float alpha,
float beta,
float blinkingSupressionDecay,
float blinkingSupressionMultiplier,
float noiseRemovalThresholdFacBG,
float noiseRemovalThresholdFacFG) |
static BackgroundSubtractorLSBP |
createBackgroundSubtractorLSBP() |
static BackgroundSubtractorLSBP |
createBackgroundSubtractorLSBP(int mc,
int nSamples,
int LSBPRadius,
float Tlower,
float Tupper,
float Tinc,
float Tdec,
float Rscale,
float Rincdec,
float noiseRemovalThresholdFacBG,
float noiseRemovalThresholdFacFG,
int LSBPthreshold,
int minCount) |
static BackgroundSubtractorMOG |
createBackgroundSubtractorMOG() |
static BackgroundSubtractorMOG |
createBackgroundSubtractorMOG(int history,
int nmixtures,
double backgroundRatio,
double noiseSigma) |
static SyntheticSequenceGenerator |
createSyntheticSequenceGenerator(Mat background,
Mat object) |
static SyntheticSequenceGenerator |
createSyntheticSequenceGenerator(Mat background,
Mat object,
double amplitude,
double wavelength,
double wavespeed,
double objspeed) |
public static final int LSBP_CAMERA_MOTION_COMPENSATION_NONE
public static final int LSBP_CAMERA_MOTION_COMPENSATION_LK
public static BackgroundSubtractorCNT createBackgroundSubtractorCNT(int minPixelStability, boolean useHistory, int maxPixelStability, boolean isParallel)
public static BackgroundSubtractorCNT createBackgroundSubtractorCNT()
public static BackgroundSubtractorGMG createBackgroundSubtractorGMG(int initializationFrames, double decisionThreshold)
public static BackgroundSubtractorGMG createBackgroundSubtractorGMG()
public static BackgroundSubtractorGSOC createBackgroundSubtractorGSOC(int mc, int nSamples, float replaceRate, float propagationRate, int hitsThreshold, float alpha, float beta, float blinkingSupressionDecay, float blinkingSupressionMultiplier, float noiseRemovalThresholdFacBG, float noiseRemovalThresholdFacFG)
public static BackgroundSubtractorGSOC createBackgroundSubtractorGSOC()
public static BackgroundSubtractorLSBP createBackgroundSubtractorLSBP(int mc, int nSamples, int LSBPRadius, float Tlower, float Tupper, float Tinc, float Tdec, float Rscale, float Rincdec, float noiseRemovalThresholdFacBG, float noiseRemovalThresholdFacFG, int LSBPthreshold, int minCount)
public static BackgroundSubtractorLSBP createBackgroundSubtractorLSBP()
public static BackgroundSubtractorMOG createBackgroundSubtractorMOG(int history, int nmixtures, double backgroundRatio, double noiseSigma)
public static BackgroundSubtractorMOG createBackgroundSubtractorMOG()
public static SyntheticSequenceGenerator createSyntheticSequenceGenerator(Mat background, Mat object, double amplitude, double wavelength, double wavespeed, double objspeed)
public static SyntheticSequenceGenerator createSyntheticSequenceGenerator(Mat background, Mat object)
Generated on Wed Jul 4 2018 14:01:58 UTC / OpenCV 3.4.2