mexopencv  3.4.1
MEX interface for OpenCV library
Files | Enumerations | Functions | Variables
bgsegm: Improved Background-Foreground Segmentation Methods

Files

file  BackgroundSubtractorCNT_.cpp
 mex interface for cv::bgsegm::BackgroundSubtractorCNT
 
file  BackgroundSubtractorGMG_.cpp
 mex interface for cv::bgsegm::BackgroundSubtractorGMG
 
file  BackgroundSubtractorGSOC_.cpp
 mex interface for cv::bgsegm::BackgroundSubtractorGSOC
 
file  BackgroundSubtractorLSBP_.cpp
 mex interface for cv::bgsegm::BackgroundSubtractorLSBP
 
file  BackgroundSubtractorMOG_.cpp
 mex interface for cv::bgsegm::BackgroundSubtractorMOG
 
file  SyntheticSequenceGenerator_.cpp
 mex interface for cv::bgsegm::SyntheticSequenceGenerator
 

Enumerations

enum  LSBPCameraMotionCompensation
 

Functions

Ptr< BackgroundSubtractorCNT > createBackgroundSubtractorCNT (int minPixelStability=15, bool useHistory=true, int maxPixelStability=15 *60, bool isParallel=true)
 
Ptr< BackgroundSubtractorGMG > createBackgroundSubtractorGMG (int initializationFrames=120, double decisionThreshold=0.8)
 
Ptr< BackgroundSubtractorGSOC > createBackgroundSubtractorGSOC (int mc=LSBP_CAMERA_MOTION_COMPENSATION_NONE, int nSamples=20, float replaceRate=0.003f, float propagationRate=0.01f, int hitsThreshold=32, float alpha=0.01f, float beta=0.0022f, float blinkingSupressionDecay=0.1f, float blinkingSupressionMultiplier=0.1f, float noiseRemovalThresholdFacBG=0.0004f, float noiseRemovalThresholdFacFG=0.0008f)
 
Ptr< BackgroundSubtractorLSBP > createBackgroundSubtractorLSBP (int mc=LSBP_CAMERA_MOTION_COMPENSATION_NONE, int nSamples=20, int LSBPRadius=16, float Tlower=2.0f, float Tupper=32.0f, float Tinc=1.0f, float Tdec=0.05f, float Rscale=10.0f, float Rincdec=0.005f, float noiseRemovalThresholdFacBG=0.0004f, float noiseRemovalThresholdFacFG=0.0008f, int LSBPthreshold=8, int minCount=2)
 
Ptr< BackgroundSubtractorMOG > createBackgroundSubtractorMOG (int history=200, int nmixtures=5, double backgroundRatio=0.7, double noiseSigma=0)
 
Ptr< SyntheticSequenceGenerator > createSyntheticSequenceGenerator (InputArray background, InputArray object, double amplitude=2.0, double wavelength=20.0, double wavespeed=0.2, double objspeed=6.0)
 

Variables

 LSBP_CAMERA_MOTION_COMPENSATION_NONE
 
 LSBP_CAMERA_MOTION_COMPENSATION_LK
 

Detailed Description