Module opencv::bgsegm[][src]

Expand description

Modules

Structs

This is for calculation of the LSBP descriptors.

Synthetic frame sequence generator for testing background subtraction algorithms.

Enums

Constants

Traits

Background subtraction based on counting.

Background Subtractor module based on the algorithm given in Gold2012 .

Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper.

Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at LGuo2016

This is for calculation of the LSBP descriptors.

Gaussian Mixture-based Background/Foreground Segmentation Algorithm.

Synthetic frame sequence generator for testing background subtraction algorithms.

Functions

Creates a CNT Background Subtractor

Creates a GMG Background Subtractor

Creates an instance of BackgroundSubtractorGSOC algorithm.

Creates an instance of BackgroundSubtractorLSBP algorithm.

Creates mixture-of-gaussian background subtractor

Creates an instance of SyntheticSequenceGenerator.