| BackgroundSubtractorMOG2History Property |
Gets or sets the number of last frames that affect the background model.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int History { get; set; }
Public Property History As Integer
Get
Set
public:
property int History {
int get ();
void set (int value);
}
member History : int with get, set
Property Value
Type:
Int32See Also