Class BackgroundSubtractorGSOC
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Implementation of the different yet better algorithm which is called GSOC, as it was implemented during GSOC and was not originated from any paper. This algorithm demonstrates better performance on CDNET 2014 dataset compared to other algorithms in OpenCV.
public class BackgroundSubtractorGSOC : BackgroundSubtractor, IDisposable
- Inheritance
-
BackgroundSubtractorGSOC
- Implements
- Inherited Members
Methods
- Create(LSBPCameraMotionCompensation, int, float, float, int, float, float, float, float, float, float)
Creates an instance of BackgroundSubtractorGSOC algorithm.