Property BackgroundRatio
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
BackgroundRatio
Gets or sets the "background ratio" parameter of the algorithm. If a foreground pixel keeps semi-constant value for about backgroundRatio*history frames, it's considered background and added to the model as a center of a new component. It corresponds to TB parameter in the paper.
public double BackgroundRatio { get; set; }