Table of Contents

Class BackgroundSubtractorLSBP

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Background Subtraction using Local SVD Binary Pattern. More details about the algorithm can be found at "Local SVD Binary Pattern (LSBP) for Background Subtraction in Complex Scenes" (Guo et al., 2016).

public class BackgroundSubtractorLSBP : BackgroundSubtractor, IDisposable
Inheritance
BackgroundSubtractorLSBP
Implements
Inherited Members

Methods

Create(LSBPCameraMotionCompensation, int, int, float, float, float, float, float, float, float, float, int, int)

Creates an instance of BackgroundSubtractorLSBP algorithm.