[][src]Module opencv::bgsegm

Structs

BackgroundSubtractorGSOC

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

BackgroundSubtractorLSBP

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

BackgroundSubtractorLSBPDesc

This is for calculation of the LSBP descriptors.

SyntheticSequenceGenerator

Synthetic frame sequence generator for testing background subtraction algorithms.

Constants

LSBP_CAMERA_MOTION_COMPENSATION_LK
LSBP_CAMERA_MOTION_COMPENSATION_NONE

Traits

BackgroundSubtractorCNT

Background subtraction based on counting.

BackgroundSubtractorGMG

Background Subtractor module based on the algorithm given in Gold2012 .

BackgroundSubtractorMOG

Gaussian Mixture-based Background/Foreground Segmentation Algorithm.

Functions

create_background_subtractor_cnt

Creates a CNT Background Subtractor

create_background_subtractor_gmg

Creates a GMG Background Subtractor

create_background_subtractor_gsoc

Creates an instance of BackgroundSubtractorGSOC algorithm.

create_background_subtractor_lsbp

Creates an instance of BackgroundSubtractorLSBP algorithm.

create_background_subtractor_mog

Creates mixture-of-gaussian background subtractor

create_synthetic_sequence_generator

Creates an instance of SyntheticSequenceGenerator.