bgsegm
All modules / bgsegm
Background subtraction based on counting.
bgsegm_BackgroundSubtractorGMGclassBackground Subtractor module based on the algorithm given in [Gold2012] .
bgsegm_BackgroundSubtractorGSOCclassImplementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.
bgsegm_BackgroundSubtractorLSBPclassBackground Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at [LGuo2016]
bgsegm_BackgroundSubtractorLSBPDescclassThis is for calculation of the LSBP descriptors.
bgsegm_BackgroundSubtractorMOGclassGaussian Mixture-based Background/Foreground Segmentation Algorithm.
bgsegm_createBackgroundSubtractorCNTfunctionCreates a CNT Background Subtractor
bgsegm_createBackgroundSubtractorGMGfunctionCreates a GMG Background Subtractor
bgsegm_createBackgroundSubtractorGSOCfunctionCreates an instance of BackgroundSubtractorGSOC algorithm.
bgsegm_createBackgroundSubtractorLSBPfunctionCreates an instance of BackgroundSubtractorLSBP algorithm.
bgsegm_createBackgroundSubtractorMOGfunctionCreates mixture-of-gaussian background subtractor
bgsegm_createSyntheticSequenceGeneratorfunctionCreates an instance of SyntheticSequenceGenerator.
bgsegm_LSBPCameraMotionCompensationclassNative enum entries for bgsegm lsbpcamera motion compensation. Pass an entry to enum-typed arguments or its .value to numeric arguments.
bgsegm_SyntheticSequenceGeneratorclassSynthetic frame sequence generator for testing background subtraction algorithms.
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
bgsegm_LSBP_CAMERA_MOTION_COMPENSATION_NONEbgsegm lsbp camera motion compensation none constant (0), defined by OpenCV for cv::bgsegm.
bgsegm_LSBP_CAMERA_MOTION_COMPENSATION_LKbgsegm lsbp camera motion compensation lk constant (0+1), defined by OpenCV for cv::bgsegm.