BackgroundSubtractorGMGUpdateBackgroundModel Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool UpdateBackgroundModel { get; set; }
Public Property UpdateBackgroundModel As Boolean
Get
Set
public:
property bool UpdateBackgroundModel {
bool get ();
void set (bool value);
}
member UpdateBackgroundModel : bool with get, set
function get_UpdateBackgroundModel();
function set_UpdateBackgroundModel(value);
Property Value
Type:
Boolean
See Also