| BackgroundSubtractorGMGSmoothingRadius Property |
[Missing <summary> documentation for "P:OpenCvSharp.BackgroundSubtractorGMG.SmoothingRadius"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int SmoothingRadius { get; set; }
Public Property SmoothingRadius As Integer
Get
Set
public:
property int SmoothingRadius {
int get ();
void set (int value);
}
member SmoothingRadius : int with get, set
Property Value
Type:
Int32See Also